#B5844B

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

Shades of Muddy Waters #B5844B

Tints of Muddy Waters #B5844B

Color information

#B5844B (or 0xB5844B) is unknown color: approx Muddy Waters. HEX triplet: B5, 84 and 4B. RGB value is (181,132,75). Sum of RGB (Red+Green+Blue) = 181+132+75=388 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.65% from 388); Green value is 132 (51.95% from 255 or 34.02% from 388); Blue value is 75 (29.69% from 255 or 19.33% from 388); Max value from RGB is 181 - color contains mainly: red. Hex color #B5844B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5844B is #4A7BB4. Grayscale: #8C8C8C. Windows color (decimal): -4881333 or 4949173. OLE color: 4949173.

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

Color convert

RGB18113275-
CMYK00.270.590.29
HSL32.26º41.73%50.2%-
HSV(B)32.26º58.56%70.98%-
XYZ28.5826.8310.33-
YUV140.1591.23157.13-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.65%
GREEN value IS 132 (51.95% from 255) = 34.02%
BLUE value IS 75 (29.69% from 255) = 19.33%
R=46.65%
G=34.02%
B=19.33%

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
Decimal1811327500.270.590.2932.2641.7350.2
HexB5844B01B3B1D202a32
Octal2652041130337335405262
Binary1011010110000100100101101101111101111101100000101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5844B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5844B; }

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

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

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

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

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

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

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

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