Shades of Saddle Brown #984016
Tints of Saddle Brown #984016
RGB
CMYK
RGB Variations
Color information
#984016 (or 0x984016) is known color: Saddle Brown. HEX triplet: 98, 40 and 16. RGB value is (152,64,22). Sum of RGB (Red+Green+Blue) = 152+64+22=238 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.87% from 238); Green value is 64 (25.39% from 255 or 26.89% from 238); Blue value is 22 (8.98% from 255 or 9.24% from 238); Max value from RGB is 152 - color contains mainly: red. Hex color #984016 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #984016 is #67BFE9. Grayscale: #555555. Windows color (decimal): -6799338 or 1458328. OLE color: 1458328.
HSL color Cylindrical-coordinate representation of color #984016: hue angle of 19.38º 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 #984016 is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 64 | 22 | - |
| CMYK | 0 | 0.58 | 0.86 | 0.40 |
| HSL | 19.38º | 0.75% | 0.34% | - |
| HSV(B) | 19.38º | 0.86% | 0.6% | - |
| XYZ | 14.93 | 10.4 | 1.98 | - |
| YUV | 85.52 | 92.15 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 64 | 22 | 0 | 0.58 | 0.86 | 0.40 | 19.38 | 0.75 | 0.34 |
| Hex | 98 | 40 | 16 | 0 | 3A | 56 | 28 | 13 | 4B | 22 |
| Octal | 230 | 100 | 26 | 0 | 72 | 126 | 50 | 23 | 113 | 42 |
| Binary | 10011000 | 1000000 | 10110 | 0 | 111010 | 1010110 | 101000 | 10011 | 1001011 | 100010 |
Color Harmonies of #984016
Complementary color
Monochromatic Colors of #984016
Black with #984016
Text Example
Text Example
White with #984016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984016; }
p { color: rgb(152,64,22); }
H1.HeaderClassName
{
color: #984016;
}
.AnyTagClassName
{
color: #984016;
}
</style>
background-color css
<style>
a { background-color: #984016; }
a { background-color: rgb(152,64,22); }
div.DivClassName
{
background-color: #984016;
}
.BgClassName
{
background-color: #984016;
}
</style>
border-color css
<style>
span { border-color: #984016; }
span { border-color: rgb(152,64,22); }
td.TdClassName
{
border-color: #984016;
}
.TagClassName
{
border-color: #984016;
}
</style>