Shades of Saddle Brown #985011
Tints of Saddle Brown #985011
RGB
CMYK
RGB Variations
Color information
#985011 (or 0x985011) is known color: Saddle Brown. HEX triplet: 98, 50 and 11. RGB value is (152,80,17). Sum of RGB (Red+Green+Blue) = 152+80+17=249 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.04% from 249); Green value is 80 (31.64% from 255 or 32.13% from 249); Blue value is 17 (7.03% from 255 or 6.83% from 249); Max value from RGB is 152 - color contains mainly: red. Hex color #985011 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985011 is #67AFEE. Grayscale: #5E5E5E. Windows color (decimal): -6795247 or 1134744. OLE color: 1134744.
HSL color Cylindrical-coordinate representation of color #985011: hue angle of 28º 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 #985011 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 80 | 17 | - |
| CMYK | 0 | 0.47 | 0.89 | 0.40 |
| HSL | 28º | 0.8% | 0.33% | - |
| HSV(B) | 28º | 0.89% | 0.6% | - |
| XYZ | 15.92 | 12.45 | 2.1 | - |
| YUV | 94.35 | 84.35 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 80 | 17 | 0 | 0.47 | 0.89 | 0.40 | 28 | 0.8 | 0.33 |
| Hex | 98 | 50 | 11 | 0 | 2F | 59 | 28 | 1C | 50 | 21 |
| Octal | 230 | 120 | 21 | 0 | 57 | 131 | 50 | 34 | 120 | 41 |
| Binary | 10011000 | 1010000 | 10001 | 0 | 101111 | 1011001 | 101000 | 11100 | 1010000 | 100001 |
Color Harmonies of #985011
Complementary color
Monochromatic Colors of #985011
Black with #985011
Text Example
Text Example
White with #985011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985011; }
p { color: rgb(152,80,17); }
H1.HeaderClassName
{
color: #985011;
}
.AnyTagClassName
{
color: #985011;
}
</style>
background-color css
<style>
a { background-color: #985011; }
a { background-color: rgb(152,80,17); }
div.DivClassName
{
background-color: #985011;
}
.BgClassName
{
background-color: #985011;
}
</style>
border-color css
<style>
span { border-color: #985011; }
span { border-color: rgb(152,80,17); }
td.TdClassName
{
border-color: #985011;
}
.TagClassName
{
border-color: #985011;
}
</style>