Shades of Saddle Brown #98520F
Tints of Saddle Brown #98520F
RGB
CMYK
RGB Variations
Color information
#98520F (or 0x98520F) is known color: Saddle Brown. HEX triplet: 98, 52 and 0F. RGB value is (152,82,15). Sum of RGB (Red+Green+Blue) = 152+82+15=249 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.04% from 249); Green value is 82 (32.42% from 255 or 32.93% from 249); Blue value is 15 (6.25% from 255 or 6.02% from 249); Max value from RGB is 152 - color contains mainly: red. Hex color #98520F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #98520F is #67ADF0. Grayscale: #5F5F5F. Windows color (decimal): -6794737 or 1004184. OLE color: 1004184.
HSL color Cylindrical-coordinate representation of color #98520F: hue angle of 29.34º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #98520F is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 82 | 15 | - |
| CMYK | 0 | 0.46 | 0.90 | 0.40 |
| HSL | 29.34º | 0.82% | 0.33% | - |
| HSV(B) | 29.34º | 0.9% | 0.6% | - |
| XYZ | 16.05 | 12.74 | 2.07 | - |
| YUV | 95.29 | 82.69 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 82 | 15 | 0 | 0.46 | 0.90 | 0.40 | 29.34 | 0.82 | 0.33 |
| Hex | 98 | 52 | F | 0 | 2E | 5A | 28 | 1D | 52 | 21 |
| Octal | 230 | 122 | 17 | 0 | 56 | 132 | 50 | 35 | 122 | 41 |
| Binary | 10011000 | 1010010 | 1111 | 0 | 101110 | 1011010 | 101000 | 11101 | 1010010 | 100001 |
Color Harmonies of #98520F
Complementary color
Monochromatic Colors of #98520F
Black with #98520F
Text Example
Text Example
White with #98520F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98520F; }
p { color: rgb(152,82,15); }
H1.HeaderClassName
{
color: #98520F;
}
.AnyTagClassName
{
color: #98520F;
}
</style>
background-color css
<style>
a { background-color: #98520F; }
a { background-color: rgb(152,82,15); }
div.DivClassName
{
background-color: #98520F;
}
.BgClassName
{
background-color: #98520F;
}
</style>
border-color css
<style>
span { border-color: #98520F; }
span { border-color: rgb(152,82,15); }
td.TdClassName
{
border-color: #98520F;
}
.TagClassName
{
border-color: #98520F;
}
</style>