Shades of Indochine #9D5D2B
Tints of Indochine #9D5D2B
RGB
CMYK
RGB Variations
Color information
#9D5D2B (or 0x9D5D2B) is known color: Indochine. HEX triplet: 9D, 5D and 2B. RGB value is (157,93,43). Sum of RGB (Red+Green+Blue) = 157+93+43=293 (38% of max value = 765). Red value is 157 (61.72% from 255 or 53.58% from 293); Green value is 93 (36.72% from 255 or 31.74% from 293); Blue value is 43 (17.19% from 255 or 14.68% from 293); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5D2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D5D2B is #62A2D4. Grayscale: #6A6A6A. Windows color (decimal): -6464213 or 2842013. OLE color: 2842013.
HSL color Cylindrical-coordinate representation of color #9D5D2B: hue angle of 26.32º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9D5D2B is Cyan = 0, Magento = 0.41, Yellow = 0.73 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 93 | 43 | - |
| CMYK | 0 | 0.41 | 0.73 | 0.38 |
| HSL | 26.32º | 0.57% | 0.39% | - |
| HSV(B) | 26.32º | 0.73% | 0.62% | - |
| XYZ | 18.26 | 15.17 | 4.25 | - |
| YUV | 106.44 | 92.2 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 93 | 43 | 0 | 0.41 | 0.73 | 0.38 | 26.32 | 0.57 | 0.39 |
| Hex | 9D | 5D | 2B | 0 | 29 | 49 | 26 | 1A | 39 | 27 |
| Octal | 235 | 135 | 53 | 0 | 51 | 111 | 46 | 32 | 71 | 47 |
| Binary | 10011101 | 1011101 | 101011 | 0 | 101001 | 1001001 | 100110 | 11010 | 111001 | 100111 |
Color Harmonies of #9D5D2B
Complementary color
Monochromatic Colors of #9D5D2B
Black with #9D5D2B
Text Example
Text Example
White with #9D5D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5D2B; }
p { color: rgb(157,93,43); }
H1.HeaderClassName
{
color: #9D5D2B;
}
.AnyTagClassName
{
color: #9D5D2B;
}
</style>
background-color css
<style>
a { background-color: #9D5D2B; }
a { background-color: rgb(157,93,43); }
div.DivClassName
{
background-color: #9D5D2B;
}
.BgClassName
{
background-color: #9D5D2B;
}
</style>
border-color css
<style>
span { border-color: #9D5D2B; }
span { border-color: rgb(157,93,43); }
td.TdClassName
{
border-color: #9D5D2B;
}
.TagClassName
{
border-color: #9D5D2B;
}
</style>