#B17C4C

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

Shades of Muddy Waters #B17C4C

Tints of Muddy Waters #B17C4C

Color information

#B17C4C (or 0xB17C4C) is unknown color: approx Muddy Waters. HEX triplet: B1, 7C and 4C. RGB value is (177,124,76). Sum of RGB (Red+Green+Blue) = 177+124+76=377 (49% of max value = 765). Red value is 177 (69.53% from 255 or 46.95% from 377); Green value is 124 (48.83% from 255 or 32.89% from 377); Blue value is 76 (30.08% from 255 or 20.16% from 377); Max value from RGB is 177 - color contains mainly: red. Hex color #B17C4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17C4C is #4E83B3. Grayscale: #868686. Windows color (decimal): -5145524 or 5012657. OLE color: 5012657.

HSL color Cylindrical-coordinate representation of color #B17C4C: hue angle of 28.51º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B17C4C is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB17712476-
CMYK00.300.570.31
HSL28.51º39.92%49.61%-
HSV(B)28.51º57.06%69.41%-
XYZ26.6424.2810.12-
YUV134.3795.06158.4-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.95%
GREEN value IS 124 (48.83% from 255) = 32.89%
BLUE value IS 76 (30.08% from 255) = 20.16%
R=46.95%
G=32.89%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771247600.300.570.3128.5139.9249.61
HexB17C4C01E391F1d2832
Octal2611741140367137355062
Binary10110001111110010011000111101110011111111101101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17C4C; }

 p { color: rgb(177,124,76); }

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

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

 a { background-color: rgb(177,124,76); }

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

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

 span { border-color: rgb(177,124,76); }

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