#9E5831

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

Shades of Indochine #9E5831

Tints of Indochine #9E5831

Color information

#9E5831 (or 0x9E5831) is unknown color: approx Indochine. HEX triplet: 9E, 58 and 31. RGB value is (158,88,49). Sum of RGB (Red+Green+Blue) = 158+88+49=295 (39% of max value = 765). Red value is 158 (62.11% from 255 or 53.56% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 49 (19.53% from 255 or 16.61% from 295); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5831 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E5831 is #61A7CE. Grayscale: #686868. Windows color (decimal): -6399951 or 3233950. OLE color: 3233950.

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

Color convert

RGB1588849-
CMYK00.440.690.38
HSL21.47º52.66%40.59%-
HSV(B)21.47º68.99%61.96%-
XYZ18.1414.474.74-
YUV104.4896.69166.17-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 53.56%
GREEN value IS 88 (34.77% from 255) = 29.83%
BLUE value IS 49 (19.53% from 255) = 16.61%
R=53.56%
G=29.83%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.69
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158884900.440.690.3821.4752.6640.59
Hex9E583102C4526153529
Octal2361306105410546256551
Binary1001111010110001100010101100100010110011010101110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,88,49); }

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

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

 a { background-color: rgb(158,88,49); }

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

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

 span { border-color: rgb(158,88,49); }

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