#995A39

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

Shades of Indochine #995A39

Tints of Indochine #995A39

Color information

#995A39 (or 0x995A39) is unknown color: approx Indochine. HEX triplet: 99, 5A and 39. RGB value is (153,90,57). Sum of RGB (Red+Green+Blue) = 153+90+57=300 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51% from 300); Green value is 90 (35.55% from 255 or 30% from 300); Blue value is 57 (22.66% from 255 or 19% from 300); Max value from RGB is 153 - color contains mainly: red. Hex color #995A39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995A39 is #66A5C6. Grayscale: #696969. Windows color (decimal): -6727111 or 3758745. OLE color: 3758745.

HSL color Cylindrical-coordinate representation of color #995A39: hue angle of 20.62º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #995A39 is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.4.

Color convert

RGB1539057-
CMYK00.410.630.4
HSL20.62º45.71%41.18%-
HSV(B)20.62º62.75%60%-
XYZ17.5314.385.72-
YUV105.08100.87162.18-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51%
GREEN value IS 90 (35.55% from 255) = 30%
BLUE value IS 57 (22.66% from 255) = 19%
R=51%
G=30%
B=19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.63
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153905700.410.630.420.6245.7141.18
Hex995A390293F28152e29
Octal231132710517750255651
Binary100110011011010111001010100111111110100010101101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995A39; }

 p { color: rgb(153,90,57); }

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

<style>
 a { background-color: #995A39; }

 a { background-color: rgb(153,90,57); }

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

<style>
 span { border-color: #995A39; }

 span { border-color: rgb(153,90,57); }

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