Shades of Sepia #985A42
Tints of Sepia #985A42
RGB
CMYK
RGB Variations
Color information
#985A42 (or 0x985A42) is known color: Sepia. HEX triplet: 98, 5A and 42. RGB value is (152,90,66). Sum of RGB (Red+Green+Blue) = 152+90+66=308 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.35% from 308); Green value is 90 (35.55% from 255 or 29.22% from 308); Blue value is 66 (26.17% from 255 or 21.43% from 308); Max value from RGB is 152 - color contains mainly: red. Hex color #985A42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985A42 is #67A5BD. Grayscale: #696969. Windows color (decimal): -6792638 or 4348568. OLE color: 4348568.
HSL color Cylindrical-coordinate representation of color #985A42: hue angle of 16.74º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #985A42 is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 90 | 66 | - |
| CMYK | 0 | 0.41 | 0.57 | 0.40 |
| HSL | 16.74º | 0.39% | 0.43% | - |
| HSV(B) | 16.74º | 0.57% | 0.6% | - |
| XYZ | 17.59 | 14.38 | 7 | - |
| YUV | 105.8 | 105.54 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 90 | 66 | 0 | 0.41 | 0.57 | 0.40 | 16.74 | 0.39 | 0.43 |
| Hex | 98 | 5A | 42 | 0 | 29 | 39 | 28 | 11 | 27 | 2B |
| Octal | 230 | 132 | 102 | 0 | 51 | 71 | 50 | 21 | 47 | 53 |
| Binary | 10011000 | 1011010 | 1000010 | 0 | 101001 | 111001 | 101000 | 10001 | 100111 | 101011 |
Color Harmonies of #985A42
Complementary color
Monochromatic Colors of #985A42
Black with #985A42
Text Example
Text Example
White with #985A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985A42; }
p { color: rgb(152,90,66); }
H1.HeaderClassName
{
color: #985A42;
}
.AnyTagClassName
{
color: #985A42;
}
</style>
background-color css
<style>
a { background-color: #985A42; }
a { background-color: rgb(152,90,66); }
div.DivClassName
{
background-color: #985A42;
}
.BgClassName
{
background-color: #985A42;
}
</style>
border-color css
<style>
span { border-color: #985A42; }
span { border-color: rgb(152,90,66); }
td.TdClassName
{
border-color: #985A42;
}
.TagClassName
{
border-color: #985A42;
}
</style>