#B5854A

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

Shades of Muddy Waters #B5854A

Tints of Muddy Waters #B5854A

Color information

#B5854A (or 0xB5854A) is unknown color: approx Muddy Waters. HEX triplet: B5, 85 and 4A. RGB value is (181,133,74). Sum of RGB (Red+Green+Blue) = 181+133+74=388 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.65% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 74 (29.30% from 255 or 19.07% from 388); Max value from RGB is 181 - color contains mainly: red. Hex color #B5854A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5854A is #4A7AB5. Grayscale: #8C8C8C. Windows color (decimal): -4881078 or 4883893. OLE color: 4883893.

HSL color Cylindrical-coordinate representation of color #B5854A: hue angle of 33.08º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B5854A is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB18113374-
CMYK00.270.590.29
HSL33.08º41.96%50%-
HSV(B)33.08º59.12%70.98%-
XYZ28.6827.0910.2-
YUV140.6390.4156.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.65%
GREEN value IS 133 (52.34% from 255) = 34.28%
BLUE value IS 74 (29.30% from 255) = 19.07%
R=46.65%
G=34.28%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811337400.270.590.2933.0841.9650
HexB5854A01B3B1D212a32
Octal2652051120337335415262
Binary1011010110000101100101001101111101111101100001101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5854A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5854A; }

 p { color: rgb(181,133,74); }

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

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

 a { background-color: rgb(181,133,74); }

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

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

 span { border-color: rgb(181,133,74); }

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