Shades of Saddle Brown #984617
Tints of Saddle Brown #984617
RGB
CMYK
RGB Variations
Color information
#984617 (or 0x984617) is known color: Saddle Brown. HEX triplet: 98, 46 and 17. RGB value is (152,70,23). Sum of RGB (Red+Green+Blue) = 152+70+23=245 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.04% from 245); Green value is 70 (27.73% from 255 or 28.57% from 245); Blue value is 23 (9.38% from 255 or 9.39% from 245); Max value from RGB is 152 - color contains mainly: red. Hex color #984617 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #984617 is #67B9E8. Grayscale: #595959. Windows color (decimal): -6797801 or 1525400. OLE color: 1525400.
HSL color Cylindrical-coordinate representation of color #984617: hue angle of 21.86º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #984617 is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 70 | 23 | - |
| CMYK | 0 | 0.54 | 0.85 | 0.40 |
| HSL | 21.86º | 0.74% | 0.34% | - |
| HSV(B) | 21.86º | 0.85% | 0.6% | - |
| XYZ | 15.29 | 11.12 | 2.15 | - |
| YUV | 89.16 | 90.67 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 70 | 23 | 0 | 0.54 | 0.85 | 0.40 | 21.86 | 0.74 | 0.34 |
| Hex | 98 | 46 | 17 | 0 | 36 | 55 | 28 | 16 | 4A | 22 |
| Octal | 230 | 106 | 27 | 0 | 66 | 125 | 50 | 26 | 112 | 42 |
| Binary | 10011000 | 1000110 | 10111 | 0 | 110110 | 1010101 | 101000 | 10110 | 1001010 | 100010 |
Color Harmonies of #984617
Complementary color
Monochromatic Colors of #984617
Black with #984617
Text Example
Text Example
White with #984617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984617; }
p { color: rgb(152,70,23); }
H1.HeaderClassName
{
color: #984617;
}
.AnyTagClassName
{
color: #984617;
}
</style>
background-color css
<style>
a { background-color: #984617; }
a { background-color: rgb(152,70,23); }
div.DivClassName
{
background-color: #984617;
}
.BgClassName
{
background-color: #984617;
}
</style>
border-color css
<style>
span { border-color: #984617; }
span { border-color: rgb(152,70,23); }
td.TdClassName
{
border-color: #984617;
}
.TagClassName
{
border-color: #984617;
}
</style>