#b17a4a

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

Shades of Muddy Waters #B17A4A

Tints of Muddy Waters #B17A4A

Color information

#B17A4A (or 0xB17A4A) is unknown color: approx Muddy Waters. HEX triplet: B1, 7A and 4A. RGB value is (177,122,74). Sum of RGB (Red+Green+Blue) = 177+122+74=373 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.45% from 373); Green value is 122 (48.05% from 255 or 32.71% from 373); Blue value is 74 (29.30% from 255 or 19.84% from 373); Max value from RGB is 177 - color contains mainly: red. Hex color #B17A4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17A4A is #4E85B5. Grayscale: #858585. Windows color (decimal): -5146038 or 4881073. OLE color: 4881073.

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

Color convert

RGB17712274-
CMYK00.310.580.31
HSL27.96º41.04%49.22%-
HSV(B)27.96º58.19%69.41%-
XYZ26.3323.769.68-
YUV132.9794.72159.4-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.45%
GREEN value IS 122 (48.05% from 255) = 32.71%
BLUE value IS 74 (29.30% from 255) = 19.84%
R=47.45%
G=32.71%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771227400.310.580.3127.9641.0449.22
HexB17A4A01F3A1F1c2931
Octal2611721120377237345161
Binary10110001111101010010100111111110101111111100101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b17a4a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b17a4a; }

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

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

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

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

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

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

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

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