Shades of Saddle Brown #984D13
Tints of Saddle Brown #984D13
RGB
CMYK
RGB Variations
Color information
#984D13 (or 0x984D13) is known color: Saddle Brown. HEX triplet: 98, 4D and 13. RGB value is (152,77,19). Sum of RGB (Red+Green+Blue) = 152+77+19=248 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.29% from 248); Green value is 77 (30.47% from 255 or 31.05% from 248); Blue value is 19 (7.81% from 255 or 7.66% from 248); Max value from RGB is 152 - color contains mainly: red. Hex color #984D13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #984D13 is #67B2EC. Grayscale: #5D5D5D. Windows color (decimal): -6796013 or 1265048. OLE color: 1265048.
HSL color Cylindrical-coordinate representation of color #984D13: hue angle of 26.17º 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 #984D13 is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 77 | 19 | - |
| CMYK | 0 | 0.49 | 0.87 | 0.40 |
| HSL | 26.17º | 0.78% | 0.34% | - |
| HSV(B) | 26.17º | 0.88% | 0.6% | - |
| XYZ | 15.72 | 12.03 | 2.11 | - |
| YUV | 92.81 | 86.35 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 77 | 19 | 0 | 0.49 | 0.87 | 0.40 | 26.17 | 0.78 | 0.34 |
| Hex | 98 | 4D | 13 | 0 | 31 | 57 | 28 | 1A | 4E | 22 |
| Octal | 230 | 115 | 23 | 0 | 61 | 127 | 50 | 32 | 116 | 42 |
| Binary | 10011000 | 1001101 | 10011 | 0 | 110001 | 1010111 | 101000 | 11010 | 1001110 | 100010 |
Color Harmonies of #984D13
Complementary color
Monochromatic Colors of #984D13
Black with #984D13
Text Example
Text Example
White with #984D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984D13; }
p { color: rgb(152,77,19); }
H1.HeaderClassName
{
color: #984D13;
}
.AnyTagClassName
{
color: #984D13;
}
</style>
background-color css
<style>
a { background-color: #984D13; }
a { background-color: rgb(152,77,19); }
div.DivClassName
{
background-color: #984D13;
}
.BgClassName
{
background-color: #984D13;
}
</style>
border-color css
<style>
span { border-color: #984D13; }
span { border-color: rgb(152,77,19); }
td.TdClassName
{
border-color: #984D13;
}
.TagClassName
{
border-color: #984D13;
}
</style>