#B17A49

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

Shades of Muddy Waters #B17A49

Tints of Muddy Waters #B17A49

Color information

#B17A49 (or 0xB17A49) is unknown color: approx Muddy Waters. HEX triplet: B1, 7A and 49. RGB value is (177,122,73). Sum of RGB (Red+Green+Blue) = 177+122+73=372 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.58% from 372); Green value is 122 (48.05% from 255 or 32.80% from 372); Blue value is 73 (28.91% from 255 or 19.62% from 372); Max value from RGB is 177 - color contains mainly: red. Hex color #B17A49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17A49 is #4E85B6. Grayscale: #858585. Windows color (decimal): -5146039 or 4815537. OLE color: 4815537.

HSL color Cylindrical-coordinate representation of color #B17A49: hue angle of 28.27º 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 #B17A49 is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB17712273-
CMYK00.310.590.31
HSL28.27º41.6%49.02%-
HSV(B)28.27º58.76%69.41%-
XYZ26.2923.759.5-
YUV132.8694.22159.48-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.58%
GREEN value IS 122 (48.05% from 255) = 32.80%
BLUE value IS 73 (28.91% from 255) = 19.62%
R=47.58%
G=32.80%
B=19.62%

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
Decimal1771227300.310.590.3128.2741.649.02
HexB17A4901F3B1F1c2a31
Octal2611721110377337345261
Binary10110001111101010010010111111110111111111100101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17A49; }

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

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

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

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

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

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

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

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