#B48048

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

Shades of Muddy Waters #B48048

Tints of Muddy Waters #B48048

Color information

#B48048 (or 0xB48048) is unknown color: approx Muddy Waters. HEX triplet: B4, 80 and 48. RGB value is (180,128,72). Sum of RGB (Red+Green+Blue) = 180+128+72=380 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.37% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 72 (28.52% from 255 or 18.95% from 380); Max value from RGB is 180 - color contains mainly: red. Hex color #B48048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48048 is #4B7FB7. Grayscale: #898989. Windows color (decimal): -4947896 or 4751540. OLE color: 4751540.

HSL color Cylindrical-coordinate representation of color #B48048: hue angle of 31.11º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B48048 is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB18012872-
CMYK00.290.600.29
HSL31.11º42.86%49.41%-
HSV(B)31.11º60%70.59%-
XYZ27.7125.619.61-
YUV137.1691.23158.55-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.37%
GREEN value IS 128 (50.39% from 255) = 33.68%
BLUE value IS 72 (28.52% from 255) = 18.95%
R=47.37%
G=33.68%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801287200.290.600.2931.1142.8649.41
HexB4804801D3C1D1f2b31
Octal2642001100357435375361
Binary101101001000000010010000111011111001110111111101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48048; }

 p { color: rgb(180,128,72); }

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

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

 a { background-color: rgb(180,128,72); }

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

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

 span { border-color: rgb(180,128,72); }

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