Shades of Saddle Brown #984416
Tints of Saddle Brown #984416
RGB
CMYK
RGB Variations
Color information
#984416 (or 0x984416) is known color: Saddle Brown. HEX triplet: 98, 44 and 16. RGB value is (152,68,22). Sum of RGB (Red+Green+Blue) = 152+68+22=242 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.81% from 242); Green value is 68 (26.95% from 255 or 28.10% from 242); Blue value is 22 (8.98% from 255 or 9.09% from 242); Max value from RGB is 152 - color contains mainly: red. Hex color #984416 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #984416 is #67BBE9. Grayscale: #585858. Windows color (decimal): -6798314 or 1459352. OLE color: 1459352.
HSL color Cylindrical-coordinate representation of color #984416: hue angle of 21.23º 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 #984416 is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 68 | 22 | - |
| CMYK | 0 | 0.55 | 0.86 | 0.40 |
| HSL | 21.23º | 0.75% | 0.34% | - |
| HSV(B) | 21.23º | 0.86% | 0.6% | - |
| XYZ | 15.16 | 10.87 | 2.06 | - |
| YUV | 87.87 | 90.83 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 68 | 22 | 0 | 0.55 | 0.86 | 0.40 | 21.23 | 0.75 | 0.34 |
| Hex | 98 | 44 | 16 | 0 | 37 | 56 | 28 | 15 | 4B | 22 |
| Octal | 230 | 104 | 26 | 0 | 67 | 126 | 50 | 25 | 113 | 42 |
| Binary | 10011000 | 1000100 | 10110 | 0 | 110111 | 1010110 | 101000 | 10101 | 1001011 | 100010 |
Color Harmonies of #984416
Complementary color
Monochromatic Colors of #984416
Black with #984416
Text Example
Text Example
White with #984416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984416; }
p { color: rgb(152,68,22); }
H1.HeaderClassName
{
color: #984416;
}
.AnyTagClassName
{
color: #984416;
}
</style>
background-color css
<style>
a { background-color: #984416; }
a { background-color: rgb(152,68,22); }
div.DivClassName
{
background-color: #984416;
}
.BgClassName
{
background-color: #984416;
}
</style>
border-color css
<style>
span { border-color: #984416; }
span { border-color: rgb(152,68,22); }
td.TdClassName
{
border-color: #984416;
}
.TagClassName
{
border-color: #984416;
}
</style>