Shades of Saddle Brown #984716
Tints of Saddle Brown #984716
RGB
CMYK
RGB Variations
Color information
#984716 (or 0x984716) is known color: Saddle Brown. HEX triplet: 98, 47 and 16. RGB value is (152,71,22). Sum of RGB (Red+Green+Blue) = 152+71+22=245 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.04% from 245); Green value is 71 (28.12% from 255 or 28.98% from 245); Blue value is 22 (8.98% from 255 or 8.98% from 245); Max value from RGB is 152 - color contains mainly: red. Hex color #984716 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #984716 is #67B8E9. Grayscale: #595959. Windows color (decimal): -6797546 or 1460120. OLE color: 1460120.
HSL color Cylindrical-coordinate representation of color #984716: hue angle of 22.62º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #984716 is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 71 | 22 | - |
| CMYK | 0 | 0.53 | 0.86 | 0.40 |
| HSL | 22.62º | 0.75% | 0.34% | - |
| HSV(B) | 22.62º | 0.86% | 0.6% | - |
| XYZ | 15.35 | 11.24 | 2.12 | - |
| YUV | 89.63 | 89.84 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 71 | 22 | 0 | 0.53 | 0.86 | 0.40 | 22.62 | 0.75 | 0.34 |
| Hex | 98 | 47 | 16 | 0 | 35 | 56 | 28 | 17 | 4B | 22 |
| Octal | 230 | 107 | 26 | 0 | 65 | 126 | 50 | 27 | 113 | 42 |
| Binary | 10011000 | 1000111 | 10110 | 0 | 110101 | 1010110 | 101000 | 10111 | 1001011 | 100010 |
Color Harmonies of #984716
Complementary color
Monochromatic Colors of #984716
Black with #984716
Text Example
Text Example
White with #984716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984716; }
p { color: rgb(152,71,22); }
H1.HeaderClassName
{
color: #984716;
}
.AnyTagClassName
{
color: #984716;
}
</style>
background-color css
<style>
a { background-color: #984716; }
a { background-color: rgb(152,71,22); }
div.DivClassName
{
background-color: #984716;
}
.BgClassName
{
background-color: #984716;
}
</style>
border-color css
<style>
span { border-color: #984716; }
span { border-color: rgb(152,71,22); }
td.TdClassName
{
border-color: #984716;
}
.TagClassName
{
border-color: #984716;
}
</style>