#9C5F32

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

Shades of Indochine #9C5F32

Tints of Indochine #9C5F32

Color information

#9C5F32 (or 0x9C5F32) is unknown color: approx Indochine. HEX triplet: 9C, 5F and 32. RGB value is (156,95,50). Sum of RGB (Red+Green+Blue) = 156+95+50=301 (39% of max value = 765). Red value is 156 (61.33% from 255 or 51.83% from 301); Green value is 95 (37.5% from 255 or 31.56% from 301); Blue value is 50 (19.92% from 255 or 16.61% from 301); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5F32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5F32 is #63A0CD. Grayscale: #6C6C6C. Windows color (decimal): -6529230 or 3301276. OLE color: 3301276.

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

Color convert

RGB1569550-
CMYK00.390.680.39
HSL25.47º51.46%40.39%-
HSV(B)25.47º67.95%61.18%-
XYZ18.3815.485.04-
YUV108.1195.21162.16-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 51.83%
GREEN value IS 95 (37.5% from 255) = 31.56%
BLUE value IS 50 (19.92% from 255) = 16.61%
R=51.83%
G=31.56%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.68
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156955000.390.680.3925.4751.4640.39
Hex9C5F320274427193328
Octal2341376204710447316350
Binary1001110010111111100100100111100010010011111001110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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