#9E5932

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

Shades of Indochine #9E5932

Tints of Indochine #9E5932

Color information

#9E5932 (or 0x9E5932) is unknown color: approx Indochine. HEX triplet: 9E, 59 and 32. RGB value is (158,89,50). Sum of RGB (Red+Green+Blue) = 158+89+50=297 (39% of max value = 765). Red value is 158 (62.11% from 255 or 53.20% from 297); Green value is 89 (35.16% from 255 or 29.97% from 297); Blue value is 50 (19.92% from 255 or 16.84% from 297); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5932 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E5932 is #61A6CD. Grayscale: #696969. Windows color (decimal): -6399694 or 3299742. OLE color: 3299742.

HSL color Cylindrical-coordinate representation of color #9E5932: hue angle of 21.67º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9E5932 is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.38.

Color convert

RGB1588950-
CMYK00.440.680.38
HSL21.67º51.92%40.78%-
HSV(B)21.67º68.35%61.96%-
XYZ18.2514.644.88-
YUV105.1896.86165.67-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 53.20%
GREEN value IS 89 (35.16% from 255) = 29.97%
BLUE value IS 50 (19.92% from 255) = 16.84%
R=53.20%
G=29.97%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.68
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158895000.440.680.3821.6751.9240.78
Hex9E593202C4426163429
Octal2361316205410446266451
Binary1001111010110011100100101100100010010011010110110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,89,50); }

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

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

 a { background-color: rgb(158,89,50); }

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

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

 span { border-color: rgb(158,89,50); }

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