#B48352

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

Shades of Muddy Waters #B48352

Tints of Muddy Waters #B48352

Color information

#B48352 (or 0xB48352) is unknown color: approx Muddy Waters. HEX triplet: B4, 83 and 52. RGB value is (180,131,82). Sum of RGB (Red+Green+Blue) = 180+131+82=393 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.80% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 82 (32.42% from 255 or 20.87% from 393); Max value from RGB is 180 - color contains mainly: red. Hex color #B48352 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48352 is #4B7CAD. Grayscale: #8C8C8C. Windows color (decimal): -4947118 or 5407668. OLE color: 5407668.

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

Color convert

RGB18013182-
CMYK00.270.540.29
HSL30º39.52%51.37%-
HSV(B)30º54.44%70.59%-
XYZ28.4626.5511.61-
YUV140.0695.23156.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.80%
GREEN value IS 131 (51.56% from 255) = 33.33%
BLUE value IS 82 (32.42% from 255) = 20.87%
R=45.80%
G=33.33%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801318200.270.540.293039.5251.37
HexB4835201B361D1e2833
Octal2642031220336635365063
Binary101101001000001110100100110111101101110111110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48352; }

 p { color: rgb(180,131,82); }

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

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

 a { background-color: rgb(180,131,82); }

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

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

 span { border-color: rgb(180,131,82); }

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