Shades of Saddle Brown #985109
Tints of Saddle Brown #985109
RGB
CMYK
RGB Variations
Color information
#985109 (or 0x985109) is known color: Saddle Brown. HEX triplet: 98, 51 and 09. RGB value is (152,81,9). Sum of RGB (Red+Green+Blue) = 152+81+9=242 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.81% from 242); Green value is 81 (32.03% from 255 or 33.47% from 242); Blue value is 9 (3.91% from 255 or 3.72% from 242); Max value from RGB is 152 - color contains mainly: red. Hex color #985109 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985109 is #67AEF6. Grayscale: #5E5E5E. Windows color (decimal): -6794999 or 610712. OLE color: 610712.
HSL color Cylindrical-coordinate representation of color #985109: hue angle of 30.21º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #985109 is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 81 | 9 | - |
| CMYK | 0 | 0.47 | 0.94 | 0.40 |
| HSL | 30.21º | 0.89% | 0.32% | - |
| HSV(B) | 30.21º | 0.94% | 0.6% | - |
| XYZ | 15.94 | 12.58 | 1.85 | - |
| YUV | 94.02 | 80.02 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 81 | 9 | 0 | 0.47 | 0.94 | 0.40 | 30.21 | 0.89 | 0.32 |
| Hex | 98 | 51 | 9 | 0 | 2F | 5E | 28 | 1E | 59 | 20 |
| Octal | 230 | 121 | 11 | 0 | 57 | 136 | 50 | 36 | 131 | 40 |
| Binary | 10011000 | 1010001 | 1001 | 0 | 101111 | 1011110 | 101000 | 11110 | 1011001 | 100000 |
Color Harmonies of #985109
Complementary color
Monochromatic Colors of #985109
Black with #985109
Text Example
Text Example
White with #985109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985109; }
p { color: rgb(152,81,9); }
H1.HeaderClassName
{
color: #985109;
}
.AnyTagClassName
{
color: #985109;
}
</style>
background-color css
<style>
a { background-color: #985109; }
a { background-color: rgb(152,81,9); }
div.DivClassName
{
background-color: #985109;
}
.BgClassName
{
background-color: #985109;
}
</style>
border-color css
<style>
span { border-color: #985109; }
span { border-color: rgb(152,81,9); }
td.TdClassName
{
border-color: #985109;
}
.TagClassName
{
border-color: #985109;
}
</style>