Shades of Saddle Brown #984910
Tints of Saddle Brown #984910
RGB
CMYK
RGB Variations
Color information
#984910 (or 0x984910) is known color: Saddle Brown. HEX triplet: 98, 49 and 10. RGB value is (152,73,16). Sum of RGB (Red+Green+Blue) = 152+73+16=241 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.07% from 241); Green value is 73 (28.91% from 255 or 30.29% from 241); Blue value is 16 (6.64% from 255 or 6.64% from 241); Max value from RGB is 152 - color contains mainly: red. Hex color #984910 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #984910 is #67B6EF. Grayscale: #5A5A5A. Windows color (decimal): -6797040 or 1067416. OLE color: 1067416.
HSL color Cylindrical-coordinate representation of color #984910: hue angle of 25.15º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #984910 is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 73 | 16 | - |
| CMYK | 0 | 0.52 | 0.89 | 0.40 |
| HSL | 25.15º | 0.81% | 0.33% | - |
| HSV(B) | 25.15º | 0.89% | 0.6% | - |
| XYZ | 15.42 | 11.48 | 1.89 | - |
| YUV | 90.12 | 86.17 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 73 | 16 | 0 | 0.52 | 0.89 | 0.40 | 25.15 | 0.81 | 0.33 |
| Hex | 98 | 49 | 10 | 0 | 34 | 59 | 28 | 19 | 51 | 21 |
| Octal | 230 | 111 | 20 | 0 | 64 | 131 | 50 | 31 | 121 | 41 |
| Binary | 10011000 | 1001001 | 10000 | 0 | 110100 | 1011001 | 101000 | 11001 | 1010001 | 100001 |
Color Harmonies of #984910
Complementary color
Monochromatic Colors of #984910
Black with #984910
Text Example
Text Example
White with #984910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984910; }
p { color: rgb(152,73,16); }
H1.HeaderClassName
{
color: #984910;
}
.AnyTagClassName
{
color: #984910;
}
</style>
background-color css
<style>
a { background-color: #984910; }
a { background-color: rgb(152,73,16); }
div.DivClassName
{
background-color: #984910;
}
.BgClassName
{
background-color: #984910;
}
</style>
border-color css
<style>
span { border-color: #984910; }
span { border-color: rgb(152,73,16); }
td.TdClassName
{
border-color: #984910;
}
.TagClassName
{
border-color: #984910;
}
</style>