Shades of Saddle Brown #984113
Tints of Saddle Brown #984113
RGB
CMYK
RGB Variations
Color information
#984113 (or 0x984113) is known color: Saddle Brown. HEX triplet: 98, 41 and 13. RGB value is (152,65,19). Sum of RGB (Red+Green+Blue) = 152+65+19=236 (31% of max value = 765). Red value is 152 (59.77% from 255 or 64.41% from 236); Green value is 65 (25.78% from 255 or 27.54% from 236); Blue value is 19 (7.81% from 255 or 8.05% from 236); Max value from RGB is 152 - color contains mainly: red. Hex color #984113 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #984113 is #67BEEC. Grayscale: #565656. Windows color (decimal): -6799085 or 1261976. OLE color: 1261976.
HSL color Cylindrical-coordinate representation of color #984113: hue angle of 20.75º 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 #984113 is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 65 | 19 | - |
| CMYK | 0 | 0.57 | 0.87 | 0.40 |
| HSL | 20.75º | 0.78% | 0.34% | - |
| HSV(B) | 20.75º | 0.88% | 0.6% | - |
| XYZ | 14.96 | 10.5 | 1.86 | - |
| YUV | 85.77 | 90.32 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 65 | 19 | 0 | 0.57 | 0.87 | 0.40 | 20.75 | 0.78 | 0.34 |
| Hex | 98 | 41 | 13 | 0 | 39 | 57 | 28 | 15 | 4E | 22 |
| Octal | 230 | 101 | 23 | 0 | 71 | 127 | 50 | 25 | 116 | 42 |
| Binary | 10011000 | 1000001 | 10011 | 0 | 111001 | 1010111 | 101000 | 10101 | 1001110 | 100010 |
Color Harmonies of #984113
Complementary color
Monochromatic Colors of #984113
Black with #984113
Text Example
Text Example
White with #984113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984113; }
p { color: rgb(152,65,19); }
H1.HeaderClassName
{
color: #984113;
}
.AnyTagClassName
{
color: #984113;
}
</style>
background-color css
<style>
a { background-color: #984113; }
a { background-color: rgb(152,65,19); }
div.DivClassName
{
background-color: #984113;
}
.BgClassName
{
background-color: #984113;
}
</style>
border-color css
<style>
span { border-color: #984113; }
span { border-color: rgb(152,65,19); }
td.TdClassName
{
border-color: #984113;
}
.TagClassName
{
border-color: #984113;
}
</style>