Shades of Saddle Brown #98520C
Tints of Saddle Brown #98520C
RGB
CMYK
RGB Variations
Color information
#98520C (or 0x98520C) is known color: Saddle Brown. HEX triplet: 98, 52 and 0C. RGB value is (152,82,12). Sum of RGB (Red+Green+Blue) = 152+82+12=246 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.79% from 246); Green value is 82 (32.42% from 255 or 33.33% from 246); Blue value is 12 (5.08% from 255 or 4.88% from 246); Max value from RGB is 152 - color contains mainly: red. Hex color #98520C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #98520C is #67ADF3. Grayscale: #5F5F5F. Windows color (decimal): -6794740 or 807576. OLE color: 807576.
HSL color Cylindrical-coordinate representation of color #98520C: hue angle of 30º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #98520C is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 82 | 12 | - |
| CMYK | 0 | 0.46 | 0.92 | 0.40 |
| HSL | 30º | 0.85% | 0.32% | - |
| HSV(B) | 30º | 0.92% | 0.6% | - |
| XYZ | 16.03 | 12.74 | 1.96 | - |
| YUV | 94.95 | 81.19 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 82 | 12 | 0 | 0.46 | 0.92 | 0.40 | 30 | 0.85 | 0.32 |
| Hex | 98 | 52 | C | 0 | 2E | 5C | 28 | 1E | 55 | 20 |
| Octal | 230 | 122 | 14 | 0 | 56 | 134 | 50 | 36 | 125 | 40 |
| Binary | 10011000 | 1010010 | 1100 | 0 | 101110 | 1011100 | 101000 | 11110 | 1010101 | 100000 |
Color Harmonies of #98520C
Complementary color
Monochromatic Colors of #98520C
Black with #98520C
Text Example
Text Example
White with #98520C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98520C; }
p { color: rgb(152,82,12); }
H1.HeaderClassName
{
color: #98520C;
}
.AnyTagClassName
{
color: #98520C;
}
</style>
background-color css
<style>
a { background-color: #98520C; }
a { background-color: rgb(152,82,12); }
div.DivClassName
{
background-color: #98520C;
}
.BgClassName
{
background-color: #98520C;
}
</style>
border-color css
<style>
span { border-color: #98520C; }
span { border-color: rgb(152,82,12); }
td.TdClassName
{
border-color: #98520C;
}
.TagClassName
{
border-color: #98520C;
}
</style>