#9C5D57

Color #9C5D57 Au Chico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Au Chico #9C5D57

Tints of Au Chico #9C5D57

Color information

#9C5D57 (or 0x9C5D57) is unknown color: approx Au Chico. HEX triplet: 9C, 5D and 57. RGB value is (156,93,87). Sum of RGB (Red+Green+Blue) = 156+93+87=336 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.43% from 336); Green value is 93 (36.72% from 255 or 27.68% from 336); Blue value is 87 (34.38% from 255 or 25.89% from 336); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5D57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5D57 is #63A2A8. Grayscale: #6F6F6F. Windows color (decimal): -6529705 or 5725596. OLE color: 5725596.

HSL color Cylindrical-coordinate representation of color #9C5D57: hue angle of 5.22º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9C5D57 is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.39.

Color convert

RGB1569387-
CMYK00.400.440.39
HSL5.22º28.4%47.65%-
HSV(B)5.22º44.23%61.18%-
XYZ19.3415.5811.01-
YUV111.15114.37159.99-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.43%
GREEN value IS 93 (36.72% from 255) = 27.68%
BLUE value IS 87 (34.38% from 255) = 25.89%
R=46.43%
G=27.68%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.44
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156938700.400.440.395.2228.447.65
Hex9C5D570282C2751c30
Octal234135127050544753460
Binary1001110010111011010111010100010110010011110111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C5D57; }

 p { color: rgb(156,93,87); }

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

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

 a { background-color: rgb(156,93,87); }

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

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

 span { border-color: rgb(156,93,87); }

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