#B48448

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

Shades of Muddy Waters #B48448

Tints of Muddy Waters #B48448

Color information

#B48448 (or 0xB48448) is unknown color: approx Muddy Waters. HEX triplet: B4, 84 and 48. RGB value is (180,132,72). Sum of RGB (Red+Green+Blue) = 180+132+72=384 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.88% from 384); Green value is 132 (51.95% from 255 or 34.38% from 384); Blue value is 72 (28.52% from 255 or 18.75% from 384); Max value from RGB is 180 - color contains mainly: red. Hex color #B48448 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48448 is #4B7BB7. Grayscale: #8B8B8B. Windows color (decimal): -4946872 or 4752564. OLE color: 4752564.

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

Color convert

RGB18013272-
CMYK00.270.600.29
HSL33.33º42.86%49.41%-
HSV(B)33.33º60%70.59%-
XYZ28.2426.679.79-
YUV139.5189.9156.88-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.88%
GREEN value IS 132 (51.95% from 255) = 34.38%
BLUE value IS 72 (28.52% from 255) = 18.75%
R=46.88%
G=34.38%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801327200.270.600.2933.3342.8649.41
HexB4844801B3C1D212b31
Octal2642041100337435415361
Binary1011010010000100100100001101111110011101100001101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48448; }

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

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

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

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

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

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

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

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