Shades of Saddle Brown #984613
Tints of Saddle Brown #984613
RGB
CMYK
RGB Variations
Color information
#984613 (or 0x984613) is known color: Saddle Brown. HEX triplet: 98, 46 and 13. RGB value is (152,70,19). Sum of RGB (Red+Green+Blue) = 152+70+19=241 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.07% from 241); Green value is 70 (27.73% from 255 or 29.05% from 241); Blue value is 19 (7.81% from 255 or 7.88% from 241); Max value from RGB is 152 - color contains mainly: red. Hex color #984613 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #984613 is #67B9EC. Grayscale: #585858. Windows color (decimal): -6797805 or 1263256. OLE color: 1263256.
HSL color Cylindrical-coordinate representation of color #984613: hue angle of 23.01º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #984613 is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 70 | 19 | - |
| CMYK | 0 | 0.54 | 0.87 | 0.40 |
| HSL | 23.01º | 0.78% | 0.34% | - |
| HSV(B) | 23.01º | 0.88% | 0.6% | - |
| XYZ | 15.26 | 11.1 | 1.96 | - |
| YUV | 88.7 | 88.67 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 70 | 19 | 0 | 0.54 | 0.87 | 0.40 | 23.01 | 0.78 | 0.34 |
| Hex | 98 | 46 | 13 | 0 | 36 | 57 | 28 | 17 | 4E | 22 |
| Octal | 230 | 106 | 23 | 0 | 66 | 127 | 50 | 27 | 116 | 42 |
| Binary | 10011000 | 1000110 | 10011 | 0 | 110110 | 1010111 | 101000 | 10111 | 1001110 | 100010 |
Color Harmonies of #984613
Complementary color
Monochromatic Colors of #984613
Black with #984613
Text Example
Text Example
White with #984613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984613; }
p { color: rgb(152,70,19); }
H1.HeaderClassName
{
color: #984613;
}
.AnyTagClassName
{
color: #984613;
}
</style>
background-color css
<style>
a { background-color: #984613; }
a { background-color: rgb(152,70,19); }
div.DivClassName
{
background-color: #984613;
}
.BgClassName
{
background-color: #984613;
}
</style>
border-color css
<style>
span { border-color: #984613; }
span { border-color: rgb(152,70,19); }
td.TdClassName
{
border-color: #984613;
}
.TagClassName
{
border-color: #984613;
}
</style>