Shades of Saddle Brown #985111
Tints of Saddle Brown #985111
RGB
CMYK
RGB Variations
Color information
#985111 (or 0x985111) is known color: Saddle Brown. HEX triplet: 98, 51 and 11. RGB value is (152,81,17). Sum of RGB (Red+Green+Blue) = 152+81+17=250 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.8% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 17 (7.03% from 255 or 6.8% from 250); Max value from RGB is 152 - color contains mainly: red. Hex color #985111 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985111 is #67AEEE. Grayscale: #5F5F5F. Windows color (decimal): -6794991 or 1135000. OLE color: 1135000.
HSL color Cylindrical-coordinate representation of color #985111: hue angle of 28.44º 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 #985111 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 81 | 17 | - |
| CMYK | 0 | 0.47 | 0.89 | 0.40 |
| HSL | 28.44º | 0.8% | 0.33% | - |
| HSV(B) | 28.44º | 0.89% | 0.6% | - |
| XYZ | 15.99 | 12.6 | 2.12 | - |
| YUV | 94.93 | 84.02 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 81 | 17 | 0 | 0.47 | 0.89 | 0.40 | 28.44 | 0.8 | 0.33 |
| Hex | 98 | 51 | 11 | 0 | 2F | 59 | 28 | 1C | 50 | 21 |
| Octal | 230 | 121 | 21 | 0 | 57 | 131 | 50 | 34 | 120 | 41 |
| Binary | 10011000 | 1010001 | 10001 | 0 | 101111 | 1011001 | 101000 | 11100 | 1010000 | 100001 |
Color Harmonies of #985111
Complementary color
Monochromatic Colors of #985111
Black with #985111
Text Example
Text Example
White with #985111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985111; }
p { color: rgb(152,81,17); }
H1.HeaderClassName
{
color: #985111;
}
.AnyTagClassName
{
color: #985111;
}
</style>
background-color css
<style>
a { background-color: #985111; }
a { background-color: rgb(152,81,17); }
div.DivClassName
{
background-color: #985111;
}
.BgClassName
{
background-color: #985111;
}
</style>
border-color css
<style>
span { border-color: #985111; }
span { border-color: rgb(152,81,17); }
td.TdClassName
{
border-color: #985111;
}
.TagClassName
{
border-color: #985111;
}
</style>