#B47A52

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

Shades of Muddy Waters #B47A52

Tints of Muddy Waters #B47A52

Color information

#B47A52 (or 0xB47A52) is unknown color: approx Muddy Waters. HEX triplet: B4, 7A and 52. RGB value is (180,122,82). Sum of RGB (Red+Green+Blue) = 180+122+82=384 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.88% from 384); Green value is 122 (48.05% from 255 or 31.77% from 384); Blue value is 82 (32.42% from 255 or 21.35% from 384); Max value from RGB is 180 - color contains mainly: red. Hex color #B47A52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47A52 is #4B85AD. Grayscale: #878787. Windows color (decimal): -4949422 or 5405364. OLE color: 5405364.

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

Color convert

RGB18012282-
CMYK00.320.540.29
HSL24.49º39.52%51.37%-
HSV(B)24.49º54.44%70.59%-
XYZ27.324.2311.22-
YUV134.7898.22160.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.88%
GREEN value IS 122 (48.05% from 255) = 31.77%
BLUE value IS 82 (32.42% from 255) = 21.35%
R=46.88%
G=31.77%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801228200.320.540.2924.4939.5251.37
HexB47A52020361D182833
Octal2641721220406635305063
Binary101101001111010101001001000001101101110111000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47A52; }

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

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

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

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

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

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

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

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