#B17E45

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

Shades of Muddy Waters #B17E45

Tints of Muddy Waters #B17E45

Color information

#B17E45 (or 0xB17E45) is unknown color: approx Muddy Waters. HEX triplet: B1, 7E and 45. RGB value is (177,126,69). Sum of RGB (Red+Green+Blue) = 177+126+69=372 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.58% from 372); Green value is 126 (49.61% from 255 or 33.87% from 372); Blue value is 69 (27.34% from 255 or 18.55% from 372); Max value from RGB is 177 - color contains mainly: red. Hex color #B17E45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17E45 is #4E81BA. Grayscale: #878787. Windows color (decimal): -5145019 or 4554417. OLE color: 4554417.

HSL color Cylindrical-coordinate representation of color #B17E45: hue angle of 31.67º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B17E45 is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB17712669-
CMYK00.290.610.31
HSL31.67º43.9%48.24%-
HSV(B)31.67º61.02%69.41%-
XYZ26.6724.78.99-
YUV134.7590.9158.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.58%
GREEN value IS 126 (49.61% from 255) = 33.87%
BLUE value IS 69 (27.34% from 255) = 18.55%
R=47.58%
G=33.87%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771266900.290.610.3131.6743.948.24
HexB17E4501D3D1F202c30
Octal2611761050357537405460
Binary101100011111110100010101110111110111111100000101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17E45; }

 p { color: rgb(177,126,69); }

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

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

 a { background-color: rgb(177,126,69); }

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

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

 span { border-color: rgb(177,126,69); }

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