#B58349

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

Shades of Muddy Waters #B58349

Tints of Muddy Waters #B58349

Color information

#B58349 (or 0xB58349) is unknown color: approx Muddy Waters. HEX triplet: B5, 83 and 49. RGB value is (181,131,73). Sum of RGB (Red+Green+Blue) = 181+131+73=385 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.01% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 73 (28.91% from 255 or 18.96% from 385); Max value from RGB is 181 - color contains mainly: red. Hex color #B58349 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58349 is #4A7CB6. Grayscale: #8B8B8B. Windows color (decimal): -4881591 or 4817845. OLE color: 4817845.

HSL color Cylindrical-coordinate representation of color #B58349: hue angle of 32.22º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B58349 is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB18113173-
CMYK00.280.600.29
HSL32.22º42.52%49.8%-
HSV(B)32.22º59.67%70.98%-
XYZ28.3726.549.93-
YUV139.3490.57157.72-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.01%
GREEN value IS 131 (51.56% from 255) = 34.03%
BLUE value IS 73 (28.91% from 255) = 18.96%
R=47.01%
G=34.03%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811317300.280.600.2932.2242.5249.8
HexB5834901C3C1D202b32
Octal2652031110347435405362
Binary1011010110000011100100101110011110011101100000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58349; }

 p { color: rgb(181,131,73); }

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

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

 a { background-color: rgb(181,131,73); }

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

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

 span { border-color: rgb(181,131,73); }

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