#B5854B

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

Shades of Muddy Waters #B5854B

Tints of Muddy Waters #B5854B

Color information

#B5854B (or 0xB5854B) is unknown color: approx Muddy Waters. HEX triplet: B5, 85 and 4B. RGB value is (181,133,75). Sum of RGB (Red+Green+Blue) = 181+133+75=389 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.53% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 75 (29.69% from 255 or 19.28% from 389); Max value from RGB is 181 - color contains mainly: red. Hex color #B5854B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5854B is #4A7AB4. Grayscale: #8D8D8D. Windows color (decimal): -4881077 or 4949429. OLE color: 4949429.

HSL color Cylindrical-coordinate representation of color #B5854B: hue angle of 32.83º 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 #B5854B is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB18113375-
CMYK00.270.590.29
HSL32.83º41.73%50.2%-
HSV(B)32.83º58.56%70.98%-
XYZ28.7127.1110.38-
YUV140.7490.9156.72-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.53%
GREEN value IS 133 (52.34% from 255) = 34.19%
BLUE value IS 75 (29.69% from 255) = 19.28%
R=46.53%
G=34.19%
B=19.28%

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
Decimal1811337500.270.590.2932.8341.7350.2
HexB5854B01B3B1D212a32
Octal2652051130337335415262
Binary1011010110000101100101101101111101111101100001101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5854B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5854B; }

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

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

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

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

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

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

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

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