Shades of Indochine #9D5E33
Tints of Indochine #9D5E33
RGB
CMYK
RGB Variations
Color information
#9D5E33 (or 0x9D5E33) is known color: Indochine. HEX triplet: 9D, 5E and 33. RGB value is (157,94,51). Sum of RGB (Red+Green+Blue) = 157+94+51=302 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.99% from 302); Green value is 94 (37.11% from 255 or 31.13% from 302); Blue value is 51 (20.31% from 255 or 16.89% from 302); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5E33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D5E33 is #62A1CC. Grayscale: #6C6C6C. Windows color (decimal): -6463949 or 3366557. OLE color: 3366557.
HSL color Cylindrical-coordinate representation of color #9D5E33: hue angle of 24.34º 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 #9D5E33 is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 94 | 51 | - |
| CMYK | 0 | 0.40 | 0.68 | 0.38 |
| HSL | 24.34º | 0.51% | 0.41% | - |
| HSV(B) | 24.34º | 0.68% | 0.62% | - |
| XYZ | 18.5 | 15.41 | 5.13 | - |
| YUV | 107.94 | 95.87 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 94 | 51 | 0 | 0.40 | 0.68 | 0.38 | 24.34 | 0.51 | 0.41 |
| Hex | 9D | 5E | 33 | 0 | 28 | 44 | 26 | 18 | 33 | 29 |
| Octal | 235 | 136 | 63 | 0 | 50 | 104 | 46 | 30 | 63 | 51 |
| Binary | 10011101 | 1011110 | 110011 | 0 | 101000 | 1000100 | 100110 | 11000 | 110011 | 101001 |
Color Harmonies of #9D5E33
Complementary color
Monochromatic Colors of #9D5E33
Black with #9D5E33
Text Example
Text Example
White with #9D5E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5E33; }
p { color: rgb(157,94,51); }
H1.HeaderClassName
{
color: #9D5E33;
}
.AnyTagClassName
{
color: #9D5E33;
}
</style>
background-color css
<style>
a { background-color: #9D5E33; }
a { background-color: rgb(157,94,51); }
div.DivClassName
{
background-color: #9D5E33;
}
.BgClassName
{
background-color: #9D5E33;
}
</style>
border-color css
<style>
span { border-color: #9D5E33; }
span { border-color: rgb(157,94,51); }
td.TdClassName
{
border-color: #9D5E33;
}
.TagClassName
{
border-color: #9D5E33;
}
</style>