Shades of Saddle Brown #98460E
Tints of Saddle Brown #98460E
RGB
CMYK
RGB Variations
Color information
#98460E (or 0x98460E) is known color: Saddle Brown. HEX triplet: 98, 46 and 0E. RGB value is (152,70,14). Sum of RGB (Red+Green+Blue) = 152+70+14=236 (31% of max value = 765). Red value is 152 (59.77% from 255 or 64.41% from 236); Green value is 70 (27.73% from 255 or 29.66% from 236); Blue value is 14 (5.86% from 255 or 5.93% from 236); Max value from RGB is 152 - color contains mainly: red. Hex color #98460E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98460E is #67B9F1. Grayscale: #585858. Windows color (decimal): -6797810 or 935576. OLE color: 935576.
HSL color Cylindrical-coordinate representation of color #98460E: hue angle of 24.35º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #98460E is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 70 | 14 | - |
| CMYK | 0 | 0.54 | 0.91 | 0.40 |
| HSL | 24.35º | 0.83% | 0.33% | - |
| HSV(B) | 24.35º | 0.91% | 0.6% | - |
| XYZ | 15.22 | 11.09 | 1.75 | - |
| YUV | 88.13 | 86.17 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 70 | 14 | 0 | 0.54 | 0.91 | 0.40 | 24.35 | 0.83 | 0.33 |
| Hex | 98 | 46 | E | 0 | 36 | 5B | 28 | 18 | 53 | 21 |
| Octal | 230 | 106 | 16 | 0 | 66 | 133 | 50 | 30 | 123 | 41 |
| Binary | 10011000 | 1000110 | 1110 | 0 | 110110 | 1011011 | 101000 | 11000 | 1010011 | 100001 |
Color Harmonies of #98460E
Complementary color
Monochromatic Colors of #98460E
Black with #98460E
Text Example
Text Example
White with #98460E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98460E; }
p { color: rgb(152,70,14); }
H1.HeaderClassName
{
color: #98460E;
}
.AnyTagClassName
{
color: #98460E;
}
</style>
background-color css
<style>
a { background-color: #98460E; }
a { background-color: rgb(152,70,14); }
div.DivClassName
{
background-color: #98460E;
}
.BgClassName
{
background-color: #98460E;
}
</style>
border-color css
<style>
span { border-color: #98460E; }
span { border-color: rgb(152,70,14); }
td.TdClassName
{
border-color: #98460E;
}
.TagClassName
{
border-color: #98460E;
}
</style>