#b5844f

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

Shades of Muddy Waters #B5844F

Tints of Muddy Waters #B5844F

Color information

#B5844F (or 0xB5844F) is unknown color: approx Muddy Waters. HEX triplet: B5, 84 and 4F. RGB value is (181,132,79). Sum of RGB (Red+Green+Blue) = 181+132+79=392 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.17% from 392); Green value is 132 (51.95% from 255 or 33.67% from 392); Blue value is 79 (31.25% from 255 or 20.15% from 392); Max value from RGB is 181 - color contains mainly: red. Hex color #B5844F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5844F is #4A7BB0. Grayscale: #8C8C8C. Windows color (decimal): -4881329 or 5211317. OLE color: 5211317.

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

Color convert

RGB18113279-
CMYK00.270.560.29
HSL31.18º40.8%50.98%-
HSV(B)31.18º56.35%70.98%-
XYZ28.7226.8911.07-
YUV140.6193.23156.81-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.17%
GREEN value IS 132 (51.95% from 255) = 33.67%
BLUE value IS 79 (31.25% from 255) = 20.15%
R=46.17%
G=33.67%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811327900.270.560.2931.1840.850.98
HexB5844F01B381D1f2933
Octal2652041170337035375163
Binary101101011000010010011110110111110001110111111101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5844f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5844f; }

 p { color: rgb(181,132,79); }

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

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

 a { background-color: rgb(181,132,79); }

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

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

 span { border-color: rgb(181,132,79); }

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