Shades of Saddle Brown #984915
Tints of Saddle Brown #984915
RGB
CMYK
RGB Variations
Color information
#984915 (or 0x984915) is known color: Saddle Brown. HEX triplet: 98, 49 and 15. RGB value is (152,73,21). Sum of RGB (Red+Green+Blue) = 152+73+21=246 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.79% from 246); Green value is 73 (28.91% from 255 or 29.67% from 246); Blue value is 21 (8.59% from 255 or 8.54% from 246); Max value from RGB is 152 - color contains mainly: red. Hex color #984915 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #984915 is #67B6EA. Grayscale: #5A5A5A. Windows color (decimal): -6797035 or 1395096. OLE color: 1395096.
HSL color Cylindrical-coordinate representation of color #984915: hue angle of 23.82º degrees, saturation: 0.76, 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 #984915 is Cyan = 0, Magento = 0.52, Yellow = 0.86 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 73 | 21 | - |
| CMYK | 0 | 0.52 | 0.86 | 0.40 |
| HSL | 23.82º | 0.76% | 0.34% | - |
| HSV(B) | 23.82º | 0.86% | 0.6% | - |
| XYZ | 15.47 | 11.49 | 2.11 | - |
| YUV | 90.69 | 88.67 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 73 | 21 | 0 | 0.52 | 0.86 | 0.40 | 23.82 | 0.76 | 0.34 |
| Hex | 98 | 49 | 15 | 0 | 34 | 56 | 28 | 18 | 4C | 22 |
| Octal | 230 | 111 | 25 | 0 | 64 | 126 | 50 | 30 | 114 | 42 |
| Binary | 10011000 | 1001001 | 10101 | 0 | 110100 | 1010110 | 101000 | 11000 | 1001100 | 100010 |
Color Harmonies of #984915
Complementary color
Monochromatic Colors of #984915
Black with #984915
Text Example
Text Example
White with #984915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984915; }
p { color: rgb(152,73,21); }
H1.HeaderClassName
{
color: #984915;
}
.AnyTagClassName
{
color: #984915;
}
</style>
background-color css
<style>
a { background-color: #984915; }
a { background-color: rgb(152,73,21); }
div.DivClassName
{
background-color: #984915;
}
.BgClassName
{
background-color: #984915;
}
</style>
border-color css
<style>
span { border-color: #984915; }
span { border-color: rgb(152,73,21); }
td.TdClassName
{
border-color: #984915;
}
.TagClassName
{
border-color: #984915;
}
</style>