#B48354

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

Shades of Muddy Waters #B48354

Tints of Muddy Waters #B48354

Color information

#B48354 (or 0xB48354) is unknown color: approx Muddy Waters. HEX triplet: B4, 83 and 54. RGB value is (180,131,84). Sum of RGB (Red+Green+Blue) = 180+131+84=395 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.57% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 84 (33.20% from 255 or 21.27% from 395); Max value from RGB is 180 - color contains mainly: red. Hex color #B48354 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48354 is #4B7CAB. Grayscale: #8C8C8C. Windows color (decimal): -4947116 or 5538740. OLE color: 5538740.

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

Color convert

RGB18013184-
CMYK00.270.530.29
HSL29.38º39.02%51.76%-
HSV(B)29.38º53.33%70.59%-
XYZ28.5426.5812.01-
YUV140.2996.23156.32-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.57%
GREEN value IS 131 (51.56% from 255) = 33.16%
BLUE value IS 84 (33.20% from 255) = 21.27%
R=45.57%
G=33.16%
B=21.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801318400.270.530.2929.3839.0251.76
HexB4835401B351D1d2734
Octal2642031240336535354764
Binary101101001000001110101000110111101011110111101100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48354; }

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

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

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

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

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

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

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

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