Shades of Saddle Brown #984415
Tints of Saddle Brown #984415
RGB
CMYK
RGB Variations
Color information
#984415 (or 0x984415) is known color: Saddle Brown. HEX triplet: 98, 44 and 15. RGB value is (152,68,21). Sum of RGB (Red+Green+Blue) = 152+68+21=241 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.07% from 241); Green value is 68 (26.95% from 255 or 28.22% from 241); Blue value is 21 (8.59% from 255 or 8.71% from 241); Max value from RGB is 152 - color contains mainly: red. Hex color #984415 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #984415 is #67BBEA. Grayscale: #585858. Windows color (decimal): -6798315 or 1393816. OLE color: 1393816.
HSL color Cylindrical-coordinate representation of color #984415: hue angle of 21.53º 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 #984415 is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 68 | 21 | - |
| CMYK | 0 | 0.55 | 0.86 | 0.40 |
| HSL | 21.53º | 0.76% | 0.34% | - |
| HSV(B) | 21.53º | 0.86% | 0.6% | - |
| XYZ | 15.15 | 10.86 | 2.01 | - |
| YUV | 87.76 | 90.33 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 68 | 21 | 0 | 0.55 | 0.86 | 0.40 | 21.53 | 0.76 | 0.34 |
| Hex | 98 | 44 | 15 | 0 | 37 | 56 | 28 | 16 | 4C | 22 |
| Octal | 230 | 104 | 25 | 0 | 67 | 126 | 50 | 26 | 114 | 42 |
| Binary | 10011000 | 1000100 | 10101 | 0 | 110111 | 1010110 | 101000 | 10110 | 1001100 | 100010 |
Color Harmonies of #984415
Complementary color
Monochromatic Colors of #984415
Black with #984415
Text Example
Text Example
White with #984415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984415; }
p { color: rgb(152,68,21); }
H1.HeaderClassName
{
color: #984415;
}
.AnyTagClassName
{
color: #984415;
}
</style>
background-color css
<style>
a { background-color: #984415; }
a { background-color: rgb(152,68,21); }
div.DivClassName
{
background-color: #984415;
}
.BgClassName
{
background-color: #984415;
}
</style>
border-color css
<style>
span { border-color: #984415; }
span { border-color: rgb(152,68,21); }
td.TdClassName
{
border-color: #984415;
}
.TagClassName
{
border-color: #984415;
}
</style>