#B48849

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

Shades of Muddy Waters #B48849

Tints of Muddy Waters #B48849

Color information

#B48849 (or 0xB48849) is unknown color: approx Muddy Waters. HEX triplet: B4, 88 and 49. RGB value is (180,136,73). Sum of RGB (Red+Green+Blue) = 180+136+73=389 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.27% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 73 (28.91% from 255 or 18.77% from 389); Max value from RGB is 180 - color contains mainly: red. Hex color #B48849 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48849 is #4B77B6. Grayscale: #8E8E8E. Windows color (decimal): -4945847 or 4819124. OLE color: 4819124.

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

Color convert

RGB18013673-
CMYK00.240.590.29
HSL35.33º42.29%49.61%-
HSV(B)35.33º59.44%70.59%-
XYZ28.8327.7910.15-
YUV141.9789.08155.12-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.27%
GREEN value IS 136 (53.52% from 255) = 34.96%
BLUE value IS 73 (28.91% from 255) = 18.77%
R=46.27%
G=34.96%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801367300.240.590.2935.3342.2949.61
HexB488490183B1D232a32
Octal2642101110307335435262
Binary1011010010001000100100101100011101111101100011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48849; }

 p { color: rgb(180,136,73); }

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

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

 a { background-color: rgb(180,136,73); }

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

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

 span { border-color: rgb(180,136,73); }

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