#9C5A31

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

Shades of Indochine #9C5A31

Tints of Indochine #9C5A31

Color information

#9C5A31 (or 0x9C5A31) is unknown color: approx Indochine. HEX triplet: 9C, 5A and 31. RGB value is (156,90,49). Sum of RGB (Red+Green+Blue) = 156+90+49=295 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.88% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 49 (19.53% from 255 or 16.61% from 295); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5A31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5A31 is #63A5CE. Grayscale: #696969. Windows color (decimal): -6530511 or 3234460. OLE color: 3234460.

HSL color Cylindrical-coordinate representation of color #9C5A31: hue angle of 22.99º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9C5A31 is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.39.

Color convert

RGB1569049-
CMYK00.420.690.39
HSL22.99º52.2%40.2%-
HSV(B)22.99º68.59%61.18%-
XYZ17.9214.64.78-
YUV105.0696.37164.33-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 52.88%
GREEN value IS 90 (35.55% from 255) = 30.51%
BLUE value IS 49 (19.53% from 255) = 16.61%
R=52.88%
G=30.51%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.69
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156904900.420.690.3922.9952.240.2
Hex9C5A3102A4527173428
Octal2341326105210547276450
Binary1001110010110101100010101010100010110011110111110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,90,49); }

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

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

 a { background-color: rgb(156,90,49); }

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

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

 span { border-color: rgb(156,90,49); }

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