#B17B49

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

Shades of Muddy Waters #B17B49

Tints of Muddy Waters #B17B49

Color information

#B17B49 (or 0xB17B49) is unknown color: approx Muddy Waters. HEX triplet: B1, 7B and 49. RGB value is (177,123,73). Sum of RGB (Red+Green+Blue) = 177+123+73=373 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.45% from 373); Green value is 123 (48.44% from 255 or 32.98% from 373); Blue value is 73 (28.91% from 255 or 19.57% from 373); Max value from RGB is 177 - color contains mainly: red. Hex color #B17B49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17B49 is #4E84B6. Grayscale: #858585. Windows color (decimal): -5145783 or 4815793. OLE color: 4815793.

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

Color convert

RGB17712373-
CMYK00.310.590.31
HSL28.85º41.6%49.02%-
HSV(B)28.85º58.76%69.41%-
XYZ26.4223.999.54-
YUV133.4593.89159.07-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.45%
GREEN value IS 123 (48.44% from 255) = 32.98%
BLUE value IS 73 (28.91% from 255) = 19.57%
R=47.45%
G=32.98%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771237300.310.590.3128.8541.649.02
HexB17B4901F3B1F1d2a31
Octal2611731110377337355261
Binary10110001111101110010010111111110111111111101101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17B49; }

 p { color: rgb(177,123,73); }

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

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

 a { background-color: rgb(177,123,73); }

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

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

 span { border-color: rgb(177,123,73); }

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