#9E5E33

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

Shades of Indochine #9E5E33

Tints of Indochine #9E5E33

Color information

#9E5E33 (or 0x9E5E33) is unknown color: approx Indochine. HEX triplet: 9E, 5E and 33. RGB value is (158,94,51). Sum of RGB (Red+Green+Blue) = 158+94+51=303 (40% of max value = 765). Red value is 158 (62.11% from 255 or 52.15% from 303); Green value is 94 (37.11% from 255 or 31.02% from 303); Blue value is 51 (20.31% from 255 or 16.83% from 303); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5E33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E5E33 is #61A1CC. Grayscale: #6C6C6C. Windows color (decimal): -6398413 or 3366558. OLE color: 3366558.

HSL color Cylindrical-coordinate representation of color #9E5E33: hue angle of 24.11º degrees, saturation: 0.51, 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 #9E5E33 is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.38.

Color convert

RGB1589451-
CMYK00.410.680.38
HSL24.11º51.2%40.98%-
HSV(B)24.11º67.72%61.96%-
XYZ18.715.515.14-
YUV108.2395.7163.5-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 52.15%
GREEN value IS 94 (37.11% from 255) = 31.02%
BLUE value IS 51 (20.31% from 255) = 16.83%
R=52.15%
G=31.02%
B=16.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.68
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158945100.410.680.3824.1151.240.98
Hex9E5E330294426183329
Octal2361366305110446306351
Binary1001111010111101100110101001100010010011011000110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,94,51); }

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

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

 a { background-color: rgb(158,94,51); }

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

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

 span { border-color: rgb(158,94,51); }

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