Shades of Indochine #9E5A38
Tints of Indochine #9E5A38
RGB
CMYK
RGB Variations
Color information
#9E5A38 (or 0x9E5A38) is known color: Indochine. HEX triplet: 9E, 5A and 38. RGB value is (158,90,56). Sum of RGB (Red+Green+Blue) = 158+90+56=304 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.97% from 304); Green value is 90 (35.55% from 255 or 29.61% from 304); Blue value is 56 (22.27% from 255 or 18.42% from 304); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5A38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E5A38 is #61A5C7. Grayscale: #6A6A6A. Windows color (decimal): -6399432 or 3693214. OLE color: 3693214.
HSL color Cylindrical-coordinate representation of color #9E5A38: hue angle of 20º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9E5A38 is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 90 | 56 | - |
| CMYK | 0 | 0.43 | 0.65 | 0.38 |
| HSL | 20º | 0.48% | 0.42% | - |
| HSV(B) | 20º | 0.65% | 0.62% | - |
| XYZ | 18.47 | 14.87 | 5.64 | - |
| YUV | 106.46 | 99.53 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 90 | 56 | 0 | 0.43 | 0.65 | 0.38 | 20 | 0.48 | 0.42 |
| Hex | 9E | 5A | 38 | 0 | 2B | 41 | 26 | 14 | 30 | 2A |
| Octal | 236 | 132 | 70 | 0 | 53 | 101 | 46 | 24 | 60 | 52 |
| Binary | 10011110 | 1011010 | 111000 | 0 | 101011 | 1000001 | 100110 | 10100 | 110000 | 101010 |
Color Harmonies of #9E5A38
Complementary color
Monochromatic Colors of #9E5A38
Black with #9E5A38
Text Example
Text Example
White with #9E5A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5A38; }
p { color: rgb(158,90,56); }
H1.HeaderClassName
{
color: #9E5A38;
}
.AnyTagClassName
{
color: #9E5A38;
}
</style>
background-color css
<style>
a { background-color: #9E5A38; }
a { background-color: rgb(158,90,56); }
div.DivClassName
{
background-color: #9E5A38;
}
.BgClassName
{
background-color: #9E5A38;
}
</style>
border-color css
<style>
span { border-color: #9E5A38; }
span { border-color: rgb(158,90,56); }
td.TdClassName
{
border-color: #9E5A38;
}
.TagClassName
{
border-color: #9E5A38;
}
</style>