Shades of Indochine #9D5F2D
Tints of Indochine #9D5F2D
RGB
CMYK
RGB Variations
Color information
#9D5F2D (or 0x9D5F2D) is known color: Indochine. HEX triplet: 9D, 5F and 2D. RGB value is (157,95,45). Sum of RGB (Red+Green+Blue) = 157+95+45=297 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.86% from 297); Green value is 95 (37.5% from 255 or 31.99% from 297); Blue value is 45 (17.97% from 255 or 15.15% from 297); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5F2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D5F2D is #62A0D2. Grayscale: #6C6C6C. Windows color (decimal): -6463699 or 2973597. OLE color: 2973597.
HSL color Cylindrical-coordinate representation of color #9D5F2D: hue angle of 26.79º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9D5F2D is Cyan = 0, Magento = 0.39, Yellow = 0.71 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 95 | 45 | - |
| CMYK | 0 | 0.39 | 0.71 | 0.38 |
| HSL | 26.79º | 0.55% | 0.4% | - |
| HSV(B) | 26.79º | 0.71% | 0.62% | - |
| XYZ | 18.47 | 15.54 | 4.51 | - |
| YUV | 107.84 | 92.54 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 95 | 45 | 0 | 0.39 | 0.71 | 0.38 | 26.79 | 0.55 | 0.4 |
| Hex | 9D | 5F | 2D | 0 | 27 | 47 | 26 | 1B | 37 | 28 |
| Octal | 235 | 137 | 55 | 0 | 47 | 107 | 46 | 33 | 67 | 50 |
| Binary | 10011101 | 1011111 | 101101 | 0 | 100111 | 1000111 | 100110 | 11011 | 110111 | 101000 |
Color Harmonies of #9D5F2D
Complementary color
Monochromatic Colors of #9D5F2D
Black with #9D5F2D
Text Example
Text Example
White with #9D5F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5F2D; }
p { color: rgb(157,95,45); }
H1.HeaderClassName
{
color: #9D5F2D;
}
.AnyTagClassName
{
color: #9D5F2D;
}
</style>
background-color css
<style>
a { background-color: #9D5F2D; }
a { background-color: rgb(157,95,45); }
div.DivClassName
{
background-color: #9D5F2D;
}
.BgClassName
{
background-color: #9D5F2D;
}
</style>
border-color css
<style>
span { border-color: #9D5F2D; }
span { border-color: rgb(157,95,45); }
td.TdClassName
{
border-color: #9D5F2D;
}
.TagClassName
{
border-color: #9D5F2D;
}
</style>