#B5804D

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

Shades of Muddy Waters #B5804D

Tints of Muddy Waters #B5804D

Color information

#B5804D (or 0xB5804D) is unknown color: approx Muddy Waters. HEX triplet: B5, 80 and 4D. RGB value is (181,128,77). Sum of RGB (Red+Green+Blue) = 181+128+77=386 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.89% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 77 (30.47% from 255 or 19.95% from 386); Max value from RGB is 181 - color contains mainly: red. Hex color #B5804D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5804D is #4A7FB2. Grayscale: #8A8A8A. Windows color (decimal): -4882355 or 5079221. OLE color: 5079221.

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

Color convert

RGB18112877-
CMYK00.290.570.29
HSL29.42º41.27%50.59%-
HSV(B)29.42º57.46%70.98%-
XYZ28.1125.810.52-
YUV138.0393.56158.65-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.89%
GREEN value IS 128 (50.39% from 255) = 33.16%
BLUE value IS 77 (30.47% from 255) = 19.95%
R=46.89%
G=33.16%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811287700.290.570.2929.4241.2750.59
HexB5804D01D391D1d2933
Octal2652001150357135355163
Binary101101011000000010011010111011110011110111101101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5804D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5804D; }

 p { color: rgb(181,128,77); }

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

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

 a { background-color: rgb(181,128,77); }

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

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

 span { border-color: rgb(181,128,77); }

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