#B48449

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

Shades of Muddy Waters #B48449

Tints of Muddy Waters #B48449

Color information

#B48449 (or 0xB48449) is unknown color: approx Muddy Waters. HEX triplet: B4, 84 and 49. RGB value is (180,132,73). Sum of RGB (Red+Green+Blue) = 180+132+73=385 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.75% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 73 (28.91% from 255 or 18.96% from 385); Max value from RGB is 180 - color contains mainly: red. Hex color #B48449 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48449 is #4B7BB6. Grayscale: #8B8B8B. Windows color (decimal): -4946871 or 4818100. OLE color: 4818100.

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

Color convert

RGB18013273-
CMYK00.270.590.29
HSL33.08º42.29%49.61%-
HSV(B)33.08º59.44%70.59%-
XYZ28.2826.699.96-
YUV139.6390.4156.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.75%
GREEN value IS 132 (51.95% from 255) = 34.29%
BLUE value IS 73 (28.91% from 255) = 18.96%
R=46.75%
G=34.29%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801327300.270.590.2933.0842.2949.61
HexB4844901B3B1D212a32
Octal2642041110337335415262
Binary1011010010000100100100101101111101111101100001101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48449; }

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

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

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

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

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

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

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

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