Shades of Sepia #985A45
Tints of Sepia #985A45
RGB
CMYK
RGB Variations
Color information
#985A45 (or 0x985A45) is known color: Sepia. HEX triplet: 98, 5A and 45. RGB value is (152,90,69). Sum of RGB (Red+Green+Blue) = 152+90+69=311 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.87% from 311); Green value is 90 (35.55% from 255 or 28.94% from 311); Blue value is 69 (27.34% from 255 or 22.19% from 311); Max value from RGB is 152 - color contains mainly: red. Hex color #985A45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985A45 is #67A5BA. Grayscale: #6A6A6A. Windows color (decimal): -6792635 or 4545176. OLE color: 4545176.
HSL color Cylindrical-coordinate representation of color #985A45: hue angle of 15.18º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #985A45 is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 90 | 69 | - |
| CMYK | 0 | 0.41 | 0.55 | 0.40 |
| HSL | 15.18º | 0.38% | 0.43% | - |
| HSV(B) | 15.18º | 0.55% | 0.6% | - |
| XYZ | 17.68 | 14.42 | 7.48 | - |
| YUV | 106.14 | 107.04 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 90 | 69 | 0 | 0.41 | 0.55 | 0.40 | 15.18 | 0.38 | 0.43 |
| Hex | 98 | 5A | 45 | 0 | 29 | 37 | 28 | F | 26 | 2B |
| Octal | 230 | 132 | 105 | 0 | 51 | 67 | 50 | 17 | 46 | 53 |
| Binary | 10011000 | 1011010 | 1000101 | 0 | 101001 | 110111 | 101000 | 1111 | 100110 | 101011 |
Color Harmonies of #985A45
Complementary color
Monochromatic Colors of #985A45
Black with #985A45
Text Example
Text Example
White with #985A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985A45; }
p { color: rgb(152,90,69); }
H1.HeaderClassName
{
color: #985A45;
}
.AnyTagClassName
{
color: #985A45;
}
</style>
background-color css
<style>
a { background-color: #985A45; }
a { background-color: rgb(152,90,69); }
div.DivClassName
{
background-color: #985A45;
}
.BgClassName
{
background-color: #985A45;
}
</style>
border-color css
<style>
span { border-color: #985A45; }
span { border-color: rgb(152,90,69); }
td.TdClassName
{
border-color: #985A45;
}
.TagClassName
{
border-color: #985A45;
}
</style>