Shades of Saddle Brown #983501
Tints of Saddle Brown #983501
RGB
CMYK
RGB Variations
Color information
#983501 (or 0x983501) is known color: Saddle Brown. HEX triplet: 98, 35 and 01. RGB value is (152,53,1). Sum of RGB (Red+Green+Blue) = 152+53+1=206 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.79% from 206); Green value is 53 (21.09% from 255 or 25.73% from 206); Blue value is 1 (0.78% from 255 or 0.49% from 206); Max value from RGB is 152 - color contains mainly: red. Hex color #983501 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983501 is #67CAFE. Grayscale: #4C4C4C. Windows color (decimal): -6802175 or 79256. OLE color: 79256.
HSL color Cylindrical-coordinate representation of color #983501: hue angle of 20.66º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #983501 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 53 | 1 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.40 |
| HSL | 20.66º | 0.99% | 0.3% | - |
| HSV(B) | 20.66º | 0.99% | 0.6% | - |
| XYZ | 14.23 | 9.22 | 1.06 | - |
| YUV | 76.67 | 85.3 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 53 | 1 | 0 | 0.65 | 0.99 | 0.40 | 20.66 | 0.99 | 0.3 |
| Hex | 98 | 35 | 1 | 0 | 41 | 63 | 28 | 15 | 63 | 1E |
| Octal | 230 | 65 | 1 | 0 | 101 | 143 | 50 | 25 | 143 | 36 |
| Binary | 10011000 | 110101 | 1 | 0 | 1000001 | 1100011 | 101000 | 10101 | 1100011 | 11110 |
Color Harmonies of #983501
Complementary color
Monochromatic Colors of #983501
Black with #983501
Text Example
Text Example
White with #983501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983501; }
p { color: rgb(152,53,1); }
H1.HeaderClassName
{
color: #983501;
}
.AnyTagClassName
{
color: #983501;
}
</style>
background-color css
<style>
a { background-color: #983501; }
a { background-color: rgb(152,53,1); }
div.DivClassName
{
background-color: #983501;
}
.BgClassName
{
background-color: #983501;
}
</style>
border-color css
<style>
span { border-color: #983501; }
span { border-color: rgb(152,53,1); }
td.TdClassName
{
border-color: #983501;
}
.TagClassName
{
border-color: #983501;
}
</style>