#B58354

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

Shades of Muddy Waters #B58354

Tints of Muddy Waters #B58354

Color information

#B58354 (or 0xB58354) is unknown color: approx Muddy Waters. HEX triplet: B5, 83 and 54. RGB value is (181,131,84). Sum of RGB (Red+Green+Blue) = 181+131+84=396 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.71% from 396); Green value is 131 (51.56% from 255 or 33.08% from 396); Blue value is 84 (33.20% from 255 or 21.21% from 396); Max value from RGB is 181 - color contains mainly: red. Hex color #B58354 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58354 is #4A7CAB. Grayscale: #8C8C8C. Windows color (decimal): -4881580 or 5538741. OLE color: 5538741.

HSL color Cylindrical-coordinate representation of color #B58354: hue angle of 29.07º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B58354 is Cyan = 0, Magento = 0.28, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB18113184-
CMYK00.280.540.29
HSL29.07º39.59%51.96%-
HSV(B)29.07º53.59%70.98%-
XYZ28.7726.712.02-
YUV140.5996.07156.82-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.71%
GREEN value IS 131 (51.56% from 255) = 33.08%
BLUE value IS 84 (33.20% from 255) = 21.21%
R=45.71%
G=33.08%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811318400.280.540.2929.0739.5951.96
HexB5835401C361D1d2834
Octal2652031240346635355064
Binary101101011000001110101000111001101101110111101101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58354; }

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

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

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

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

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

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

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

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