Shades of Saddle Brown #984710
Tints of Saddle Brown #984710
RGB
CMYK
RGB Variations
Color information
#984710 (or 0x984710) is known color: Saddle Brown. HEX triplet: 98, 47 and 10. RGB value is (152,71,16). Sum of RGB (Red+Green+Blue) = 152+71+16=239 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.60% from 239); Green value is 71 (28.12% from 255 or 29.71% from 239); Blue value is 16 (6.64% from 255 or 6.69% from 239); Max value from RGB is 152 - color contains mainly: red. Hex color #984710 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #984710 is #67B8EF. Grayscale: #595959. Windows color (decimal): -6797552 or 1066904. OLE color: 1066904.
HSL color Cylindrical-coordinate representation of color #984710: hue angle of 24.26º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #984710 is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 71 | 16 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.40 |
| HSL | 24.26º | 0.81% | 0.33% | - |
| HSV(B) | 24.26º | 0.89% | 0.6% | - |
| XYZ | 15.3 | 11.22 | 1.85 | - |
| YUV | 88.95 | 86.84 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 71 | 16 | 0 | 0.53 | 0.89 | 0.40 | 24.26 | 0.81 | 0.33 |
| Hex | 98 | 47 | 10 | 0 | 35 | 59 | 28 | 18 | 51 | 21 |
| Octal | 230 | 107 | 20 | 0 | 65 | 131 | 50 | 30 | 121 | 41 |
| Binary | 10011000 | 1000111 | 10000 | 0 | 110101 | 1011001 | 101000 | 11000 | 1010001 | 100001 |
Color Harmonies of #984710
Complementary color
Monochromatic Colors of #984710
Black with #984710
Text Example
Text Example
White with #984710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984710; }
p { color: rgb(152,71,16); }
H1.HeaderClassName
{
color: #984710;
}
.AnyTagClassName
{
color: #984710;
}
</style>
background-color css
<style>
a { background-color: #984710; }
a { background-color: rgb(152,71,16); }
div.DivClassName
{
background-color: #984710;
}
.BgClassName
{
background-color: #984710;
}
</style>
border-color css
<style>
span { border-color: #984710; }
span { border-color: rgb(152,71,16); }
td.TdClassName
{
border-color: #984710;
}
.TagClassName
{
border-color: #984710;
}
</style>