Shades of Indochine #985A30
Tints of Indochine #985A30
RGB
CMYK
RGB Variations
Color information
#985A30 (or 0x985A30) is known color: Indochine. HEX triplet: 98, 5A and 30. RGB value is (152,90,48). Sum of RGB (Red+Green+Blue) = 152+90+48=290 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.41% from 290); Green value is 90 (35.55% from 255 or 31.03% from 290); Blue value is 48 (19.14% from 255 or 16.55% from 290); Max value from RGB is 152 - color contains mainly: red. Hex color #985A30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985A30 is #67A5CF. Grayscale: #676767. Windows color (decimal): -6792656 or 3168920. OLE color: 3168920.
HSL color Cylindrical-coordinate representation of color #985A30: hue angle of 24.23º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #985A30 is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 90 | 48 | - |
| CMYK | 0 | 0.41 | 0.68 | 0.40 |
| HSL | 24.23º | 0.52% | 0.39% | - |
| HSV(B) | 24.23º | 0.68% | 0.6% | - |
| XYZ | 17.14 | 14.2 | 4.63 | - |
| YUV | 103.75 | 96.54 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 90 | 48 | 0 | 0.41 | 0.68 | 0.40 | 24.23 | 0.52 | 0.39 |
| Hex | 98 | 5A | 30 | 0 | 29 | 44 | 28 | 18 | 34 | 27 |
| Octal | 230 | 132 | 60 | 0 | 51 | 104 | 50 | 30 | 64 | 47 |
| Binary | 10011000 | 1011010 | 110000 | 0 | 101001 | 1000100 | 101000 | 11000 | 110100 | 100111 |
Color Harmonies of #985A30
Complementary color
Monochromatic Colors of #985A30
Black with #985A30
Text Example
Text Example
White with #985A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985A30; }
p { color: rgb(152,90,48); }
H1.HeaderClassName
{
color: #985A30;
}
.AnyTagClassName
{
color: #985A30;
}
</style>
background-color css
<style>
a { background-color: #985A30; }
a { background-color: rgb(152,90,48); }
div.DivClassName
{
background-color: #985A30;
}
.BgClassName
{
background-color: #985A30;
}
</style>
border-color css
<style>
span { border-color: #985A30; }
span { border-color: rgb(152,90,48); }
td.TdClassName
{
border-color: #985A30;
}
.TagClassName
{
border-color: #985A30;
}
</style>