Shades of Saddle Brown #973500
Tints of Saddle Brown #973500
RGB
CMYK
RGB Variations
Color information
#973500 (or 0x973500) is known color: Saddle Brown. HEX triplet: 97, 35 and 00. RGB value is (151,53,0). Sum of RGB (Red+Green+Blue) = 151+53+0=204 (27% of max value = 765). Red value is 151 (59.38% from 255 or 74.02% from 204); Green value is 53 (21.09% from 255 or 25.98% from 204); Blue value is 0 (0.39% from 255 or 0% from 204); Max value from RGB is 151 - color contains mainly: red. Hex color #973500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #973500 is #68CAFF. Grayscale: #4C4C4C. Windows color (decimal): -6867712 or 13719. OLE color: 13719.
HSL color Cylindrical-coordinate representation of color #973500: hue angle of 21.06º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #973500 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 53 | 0 | - |
| CMYK | 0 | 0.65 | 1 | 0.41 |
| HSL | 21.06º | 1% | 0.3% | - |
| HSV(B) | 21.06º | 1% | 0.59% | - |
| XYZ | 14.04 | 9.13 | 1.02 | - |
| YUV | 76.26 | 84.97 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 53 | 0 | 0 | 0.65 | 1 | 0.41 | 21.06 | 1 | 0.3 |
| Hex | 97 | 35 | 0 | 0 | 41 | 64 | 29 | 15 | 64 | 1E |
| Octal | 227 | 65 | 0 | 0 | 101 | 144 | 51 | 25 | 144 | 36 |
| Binary | 10010111 | 110101 | 0 | 0 | 1000001 | 1100100 | 101001 | 10101 | 1100100 | 11110 |
Color Harmonies of #973500
Complementary color
Monochromatic Colors of #973500
Black with #973500
Text Example
Text Example
White with #973500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973500; }
p { color: rgb(151,53,0); }
H1.HeaderClassName
{
color: #973500;
}
.AnyTagClassName
{
color: #973500;
}
</style>
background-color css
<style>
a { background-color: #973500; }
a { background-color: rgb(151,53,0); }
div.DivClassName
{
background-color: #973500;
}
.BgClassName
{
background-color: #973500;
}
</style>
border-color css
<style>
span { border-color: #973500; }
span { border-color: rgb(151,53,0); }
td.TdClassName
{
border-color: #973500;
}
.TagClassName
{
border-color: #973500;
}
</style>