Shades of Indochine #9E5A33
Tints of Indochine #9E5A33
RGB
CMYK
RGB Variations
Color information
#9E5A33 (or 0x9E5A33) is known color: Indochine. HEX triplet: 9E, 5A and 33. RGB value is (158,90,51). Sum of RGB (Red+Green+Blue) = 158+90+51=299 (39% of max value = 765). Red value is 158 (62.11% from 255 or 52.84% from 299); Green value is 90 (35.55% from 255 or 30.10% from 299); Blue value is 51 (20.31% from 255 or 17.06% from 299); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5A33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E5A33 is #61A5CC. Grayscale: #6A6A6A. Windows color (decimal): -6399437 or 3365534. OLE color: 3365534.
HSL color Cylindrical-coordinate representation of color #9E5A33: hue angle of 21.87º 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 #9E5A33 is Cyan = 0, Magento = 0.43, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 90 | 51 | - |
| CMYK | 0 | 0.43 | 0.68 | 0.38 |
| HSL | 21.87º | 0.51% | 0.41% | - |
| HSV(B) | 21.87º | 0.68% | 0.62% | - |
| XYZ | 18.35 | 14.82 | 5.03 | - |
| YUV | 105.89 | 97.03 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 90 | 51 | 0 | 0.43 | 0.68 | 0.38 | 21.87 | 0.51 | 0.41 |
| Hex | 9E | 5A | 33 | 0 | 2B | 44 | 26 | 16 | 33 | 29 |
| Octal | 236 | 132 | 63 | 0 | 53 | 104 | 46 | 26 | 63 | 51 |
| Binary | 10011110 | 1011010 | 110011 | 0 | 101011 | 1000100 | 100110 | 10110 | 110011 | 101001 |
Color Harmonies of #9E5A33
Complementary color
Monochromatic Colors of #9E5A33
Black with #9E5A33
Text Example
Text Example
White with #9E5A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5A33; }
p { color: rgb(158,90,51); }
H1.HeaderClassName
{
color: #9E5A33;
}
.AnyTagClassName
{
color: #9E5A33;
}
</style>
background-color css
<style>
a { background-color: #9E5A33; }
a { background-color: rgb(158,90,51); }
div.DivClassName
{
background-color: #9E5A33;
}
.BgClassName
{
background-color: #9E5A33;
}
</style>
border-color css
<style>
span { border-color: #9E5A33; }
span { border-color: rgb(158,90,51); }
td.TdClassName
{
border-color: #9E5A33;
}
.TagClassName
{
border-color: #9E5A33;
}
</style>