Shades of Saddle Brown #984111
Tints of Saddle Brown #984111
RGB
CMYK
RGB Variations
Color information
#984111 (or 0x984111) is known color: Saddle Brown. HEX triplet: 98, 41 and 11. RGB value is (152,65,17). Sum of RGB (Red+Green+Blue) = 152+65+17=234 (30% of max value = 765). Red value is 152 (59.77% from 255 or 64.96% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 17 (7.03% from 255 or 7.26% from 234); Max value from RGB is 152 - color contains mainly: red. Hex color #984111 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #984111 is #67BEEE. Grayscale: #555555. Windows color (decimal): -6799087 or 1130904. OLE color: 1130904.
HSL color Cylindrical-coordinate representation of color #984111: hue angle of 21.33º degrees, saturation: 0.8, 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 #984111 is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 65 | 17 | - |
| CMYK | 0 | 0.57 | 0.89 | 0.40 |
| HSL | 21.33º | 0.8% | 0.33% | - |
| HSV(B) | 21.33º | 0.89% | 0.6% | - |
| XYZ | 14.94 | 10.5 | 1.77 | - |
| YUV | 85.54 | 89.32 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 65 | 17 | 0 | 0.57 | 0.89 | 0.40 | 21.33 | 0.8 | 0.33 |
| Hex | 98 | 41 | 11 | 0 | 39 | 59 | 28 | 15 | 50 | 21 |
| Octal | 230 | 101 | 21 | 0 | 71 | 131 | 50 | 25 | 120 | 41 |
| Binary | 10011000 | 1000001 | 10001 | 0 | 111001 | 1011001 | 101000 | 10101 | 1010000 | 100001 |
Color Harmonies of #984111
Complementary color
Monochromatic Colors of #984111
Black with #984111
Text Example
Text Example
White with #984111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984111; }
p { color: rgb(152,65,17); }
H1.HeaderClassName
{
color: #984111;
}
.AnyTagClassName
{
color: #984111;
}
</style>
background-color css
<style>
a { background-color: #984111; }
a { background-color: rgb(152,65,17); }
div.DivClassName
{
background-color: #984111;
}
.BgClassName
{
background-color: #984111;
}
</style>
border-color css
<style>
span { border-color: #984111; }
span { border-color: rgb(152,65,17); }
td.TdClassName
{
border-color: #984111;
}
.TagClassName
{
border-color: #984111;
}
</style>