#9C5935

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

Shades of Indochine #9C5935

Tints of Indochine #9C5935

Color information

#9C5935 (or 0x9C5935) is unknown color: approx Indochine. HEX triplet: 9C, 59 and 35. RGB value is (156,89,53). Sum of RGB (Red+Green+Blue) = 156+89+53=298 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.35% from 298); Green value is 89 (35.16% from 255 or 29.87% from 298); Blue value is 53 (21.09% from 255 or 17.79% from 298); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5935 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5935 is #63A6CA. Grayscale: #696969. Windows color (decimal): -6530763 or 3496348. OLE color: 3496348.

HSL color Cylindrical-coordinate representation of color #9C5935: hue angle of 20.97º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9C5935 is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.39.

Color convert

RGB1568953-
CMYK00.430.660.39
HSL20.97º49.28%40.98%-
HSV(B)20.97º66.03%61.18%-
XYZ17.9314.475.22-
YUV104.9398.7164.43-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 52.35%
GREEN value IS 89 (35.16% from 255) = 29.87%
BLUE value IS 53 (21.09% from 255) = 17.79%
R=52.35%
G=29.87%
B=17.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.66
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156895300.430.660.3920.9749.2840.98
Hex9C593502B4227153129
Octal2341316505310247256151
Binary1001110010110011101010101011100001010011110101110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,89,53); }

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

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

 a { background-color: rgb(156,89,53); }

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

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

 span { border-color: rgb(156,89,53); }

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