#9C5830

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

Shades of Indochine #9C5830

Tints of Indochine #9C5830

Color information

#9C5830 (or 0x9C5830) is unknown color: approx Indochine. HEX triplet: 9C, 58 and 30. RGB value is (156,88,48). Sum of RGB (Red+Green+Blue) = 156+88+48=292 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.42% from 292); Green value is 88 (34.77% from 255 or 30.14% from 292); Blue value is 48 (19.14% from 255 or 16.44% from 292); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5830 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5830 is #63A7CF. Grayscale: #686868. Windows color (decimal): -6531024 or 3168412. OLE color: 3168412.

HSL color Cylindrical-coordinate representation of color #9C5830: hue angle of 22.22º degrees, saturation: 0.53, 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 #9C5830 is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.39.

Color convert

RGB1568848-
CMYK00.440.690.39
HSL22.22º52.94%40%-
HSV(B)22.22º69.23%61.18%-
XYZ17.7314.264.61-
YUV103.7796.53165.25-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 53.42%
GREEN value IS 88 (34.77% from 255) = 30.14%
BLUE value IS 48 (19.14% from 255) = 16.44%
R=53.42%
G=30.14%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.69
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156884800.440.690.3922.2252.9440
Hex9C583002C4527163528
Octal2341306005410547266550
Binary1001110010110001100000101100100010110011110110110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,88,48); }

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

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

 a { background-color: rgb(156,88,48); }

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

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

 span { border-color: rgb(156,88,48); }

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