#B17D47

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

Shades of Muddy Waters #B17D47

Tints of Muddy Waters #B17D47

Color information

#B17D47 (or 0xB17D47) is unknown color: approx Muddy Waters. HEX triplet: B1, 7D and 47. RGB value is (177,125,71). Sum of RGB (Red+Green+Blue) = 177+125+71=373 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.45% from 373); Green value is 125 (49.22% from 255 or 33.51% from 373); Blue value is 71 (28.12% from 255 or 19.03% from 373); Max value from RGB is 177 - color contains mainly: red. Hex color #B17D47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17D47 is #4E82B8. Grayscale: #868686. Windows color (decimal): -5145273 or 4685233. OLE color: 4685233.

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

Color convert

RGB17712571-
CMYK00.290.600.31
HSL30.57º42.74%48.63%-
HSV(B)30.57º59.89%69.41%-
XYZ26.624.479.28-
YUV134.3992.23158.39-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.45%
GREEN value IS 125 (49.22% from 255) = 33.51%
BLUE value IS 71 (28.12% from 255) = 19.03%
R=47.45%
G=33.51%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771257100.290.600.3130.5742.7448.63
HexB17D4701D3C1F1f2b31
Octal2611751070357437375361
Binary10110001111110110001110111011111001111111111101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17D47; }

 p { color: rgb(177,125,71); }

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

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

 a { background-color: rgb(177,125,71); }

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

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

 span { border-color: rgb(177,125,71); }

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