#B3874B

Color #B3874B Muddy Waters (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Muddy Waters #B3874B

Tints of Muddy Waters #B3874B

Color information

#B3874B (or 0xB3874B) is unknown color: approx Muddy Waters. HEX triplet: B3, 87 and 4B. RGB value is (179,135,75). Sum of RGB (Red+Green+Blue) = 179+135+75=389 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.02% from 389); Green value is 135 (53.12% from 255 or 34.70% from 389); Blue value is 75 (29.69% from 255 or 19.28% from 389); Max value from RGB is 179 - color contains mainly: red. Hex color #B3874B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3874B is #4C78B4. Grayscale: #8D8D8D. Windows color (decimal): -5011637 or 4949939. OLE color: 4949939.

HSL color Cylindrical-coordinate representation of color #B3874B: hue angle of 34.62º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B3874B is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB17913575-
CMYK00.250.580.30
HSL34.62º40.94%49.8%-
HSV(B)34.62º58.1%70.2%-
XYZ28.5227.4210.45-
YUV141.3290.58154.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 179 (70.31% from 255) = 46.02%
GREEN value IS 135 (53.12% from 255) = 34.70%
BLUE value IS 75 (29.69% from 255) = 19.28%
R=46.02%
G=34.70%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791357500.250.580.3034.6240.9449.8
HexB3874B0193A1E232932
Octal2632071130317236435162
Binary1011001110000111100101101100111101011110100011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3874B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3874B; }

 p { color: rgb(179,135,75); }

 H1.HeaderClassName
 {
   color: #B3874B;
 }
 .AnyTagClassName
 {
   color: #B3874B;
 }
</style>
background-color css

<style>
 a { background-color: #B3874B; }

 a { background-color: rgb(179,135,75); }

 div.DivClassName
 {
   background-color: #B3874B;
 }
 .BgClassName
 {
   background-color: #B3874B;
 }
</style>
border-color css

<style>
 span { border-color: #B3874B; }

 span { border-color: rgb(179,135,75); }

 td.TdClassName
 {
   border-color: #B3874B;
 }
 .TagClassName
 {
   border-color: #B3874B;
 }
</style>