#9C5F54

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

Shades of Au Chico #9C5F54

Tints of Au Chico #9C5F54

Color information

#9C5F54 (or 0x9C5F54) is unknown color: approx Au Chico. HEX triplet: 9C, 5F and 54. RGB value is (156,95,84). Sum of RGB (Red+Green+Blue) = 156+95+84=335 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.57% from 335); Green value is 95 (37.5% from 255 or 28.36% from 335); Blue value is 84 (33.20% from 255 or 25.07% from 335); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5F54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5F54 is #63A0AB. Grayscale: #707070. Windows color (decimal): -6529196 or 5529500. OLE color: 5529500.

HSL color Cylindrical-coordinate representation of color #9C5F54: hue angle of 9.17º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9C5F54 is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.39.

Color convert

RGB1569584-
CMYK00.390.460.39
HSL9.17º30%47.06%-
HSV(B)9.17º46.15%61.18%-
XYZ19.415.8910.43-
YUV111.98112.21159.39-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.57%
GREEN value IS 95 (37.5% from 255) = 28.36%
BLUE value IS 84 (33.20% from 255) = 25.07%
R=46.57%
G=28.36%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.46
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156958400.390.460.399.173047.06
Hex9C5F540272E2791e2f
Octal2341371240475647113657
Binary10011100101111110101000100111101110100111100111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,95,84); }

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

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

 a { background-color: rgb(156,95,84); }

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

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

 span { border-color: rgb(156,95,84); }

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