Shades of Saddle Brown #984118
Tints of Saddle Brown #984118
RGB
CMYK
RGB Variations
Color information
#984118 (or 0x984118) is known color: Saddle Brown. HEX triplet: 98, 41 and 18. RGB value is (152,65,24). Sum of RGB (Red+Green+Blue) = 152+65+24=241 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.07% from 241); Green value is 65 (25.78% from 255 or 26.97% from 241); Blue value is 24 (9.77% from 255 or 9.96% from 241); Max value from RGB is 152 - color contains mainly: red. Hex color #984118 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #984118 is #67BEE7. Grayscale: #565656. Windows color (decimal): -6799080 or 1589656. OLE color: 1589656.
HSL color Cylindrical-coordinate representation of color #984118: hue angle of 19.22º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #984118 is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 65 | 24 | - |
| CMYK | 0 | 0.57 | 0.84 | 0.40 |
| HSL | 19.22º | 0.73% | 0.35% | - |
| HSV(B) | 19.22º | 0.84% | 0.6% | - |
| XYZ | 15 | 10.52 | 2.1 | - |
| YUV | 86.34 | 92.82 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 65 | 24 | 0 | 0.57 | 0.84 | 0.40 | 19.22 | 0.73 | 0.35 |
| Hex | 98 | 41 | 18 | 0 | 39 | 54 | 28 | 13 | 49 | 23 |
| Octal | 230 | 101 | 30 | 0 | 71 | 124 | 50 | 23 | 111 | 43 |
| Binary | 10011000 | 1000001 | 11000 | 0 | 111001 | 1010100 | 101000 | 10011 | 1001001 | 100011 |
Color Harmonies of #984118
Complementary color
Monochromatic Colors of #984118
Black with #984118
Text Example
Text Example
White with #984118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984118; }
p { color: rgb(152,65,24); }
H1.HeaderClassName
{
color: #984118;
}
.AnyTagClassName
{
color: #984118;
}
</style>
background-color css
<style>
a { background-color: #984118; }
a { background-color: rgb(152,65,24); }
div.DivClassName
{
background-color: #984118;
}
.BgClassName
{
background-color: #984118;
}
</style>
border-color css
<style>
span { border-color: #984118; }
span { border-color: rgb(152,65,24); }
td.TdClassName
{
border-color: #984118;
}
.TagClassName
{
border-color: #984118;
}
</style>