Shades of Indochine #9A5A2F
Tints of Indochine #9A5A2F
RGB
CMYK
RGB Variations
Color information
#9A5A2F (or 0x9A5A2F) is known color: Indochine. HEX triplet: 9A, 5A and 2F. RGB value is (154,90,47). Sum of RGB (Red+Green+Blue) = 154+90+47=291 (38% of max value = 765). Red value is 154 (60.55% from 255 or 52.92% from 291); Green value is 90 (35.55% from 255 or 30.93% from 291); Blue value is 47 (18.75% from 255 or 16.15% from 291); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5A2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A5A2F is #65A5D0. Grayscale: #686868. Windows color (decimal): -6661585 or 3103386. OLE color: 3103386.
HSL color Cylindrical-coordinate representation of color #9A5A2F: hue angle of 24.11º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9A5A2F is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 90 | 47 | - |
| CMYK | 0 | 0.42 | 0.69 | 0.40 |
| HSL | 24.11º | 0.53% | 0.39% | - |
| HSV(B) | 24.11º | 0.69% | 0.6% | - |
| XYZ | 17.5 | 14.39 | 4.54 | - |
| YUV | 104.23 | 95.7 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 90 | 47 | 0 | 0.42 | 0.69 | 0.40 | 24.11 | 0.53 | 0.39 |
| Hex | 9A | 5A | 2F | 0 | 2A | 45 | 28 | 18 | 35 | 27 |
| Octal | 232 | 132 | 57 | 0 | 52 | 105 | 50 | 30 | 65 | 47 |
| Binary | 10011010 | 1011010 | 101111 | 0 | 101010 | 1000101 | 101000 | 11000 | 110101 | 100111 |
Color Harmonies of #9A5A2F
Complementary color
Monochromatic Colors of #9A5A2F
Black with #9A5A2F
Text Example
Text Example
White with #9A5A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5A2F; }
p { color: rgb(154,90,47); }
H1.HeaderClassName
{
color: #9A5A2F;
}
.AnyTagClassName
{
color: #9A5A2F;
}
</style>
background-color css
<style>
a { background-color: #9A5A2F; }
a { background-color: rgb(154,90,47); }
div.DivClassName
{
background-color: #9A5A2F;
}
.BgClassName
{
background-color: #9A5A2F;
}
</style>
border-color css
<style>
span { border-color: #9A5A2F; }
span { border-color: rgb(154,90,47); }
td.TdClassName
{
border-color: #9A5A2F;
}
.TagClassName
{
border-color: #9A5A2F;
}
</style>