Shades of Saddle Brown #983500
Tints of Saddle Brown #983500
RGB
CMYK
RGB Variations
Color information
#983500 (or 0x983500) is known color: Saddle Brown. HEX triplet: 98, 35 and 00. RGB value is (152,53,0). Sum of RGB (Red+Green+Blue) = 152+53+0=205 (27% of max value = 765). Red value is 152 (59.77% from 255 or 74.15% from 205); Green value is 53 (21.09% from 255 or 25.85% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 152 - color contains mainly: red. Hex color #983500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983500 is #67CAFF. Grayscale: #4C4C4C. Windows color (decimal): -6802176 or 13720. OLE color: 13720.
HSL color Cylindrical-coordinate representation of color #983500: hue angle of 20.92º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #983500 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 53 | 0 | - |
| CMYK | 0 | 0.65 | 1 | 0.40 |
| HSL | 20.92º | 1% | 0.3% | - |
| HSV(B) | 20.92º | 1% | 0.6% | - |
| XYZ | 14.22 | 9.22 | 1.03 | - |
| YUV | 76.56 | 84.8 | 181.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 53 | 0 | 0 | 0.65 | 1 | 0.40 | 20.92 | 1 | 0.3 |
| Hex | 98 | 35 | 0 | 0 | 41 | 64 | 28 | 15 | 64 | 1E |
| Octal | 230 | 65 | 0 | 0 | 101 | 144 | 50 | 25 | 144 | 36 |
| Binary | 10011000 | 110101 | 0 | 0 | 1000001 | 1100100 | 101000 | 10101 | 1100100 | 11110 |
Color Harmonies of #983500
Complementary color
Monochromatic Colors of #983500
Black with #983500
Text Example
Text Example
White with #983500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983500; }
p { color: rgb(152,53,0); }
H1.HeaderClassName
{
color: #983500;
}
.AnyTagClassName
{
color: #983500;
}
</style>
background-color css
<style>
a { background-color: #983500; }
a { background-color: rgb(152,53,0); }
div.DivClassName
{
background-color: #983500;
}
.BgClassName
{
background-color: #983500;
}
</style>
border-color css
<style>
span { border-color: #983500; }
span { border-color: rgb(152,53,0); }
td.TdClassName
{
border-color: #983500;
}
.TagClassName
{
border-color: #983500;
}
</style>