Shades of Saddle Brown #973F10
Tints of Saddle Brown #973F10
RGB
CMYK
RGB Variations
Color information
#973F10 (or 0x973F10) is known color: Saddle Brown. HEX triplet: 97, 3F and 10. RGB value is (151,63,16). Sum of RGB (Red+Green+Blue) = 151+63+16=230 (30% of max value = 765). Red value is 151 (59.38% from 255 or 65.65% from 230); Green value is 63 (25% from 255 or 27.39% from 230); Blue value is 16 (6.64% from 255 or 6.96% from 230); Max value from RGB is 151 - color contains mainly: red. Hex color #973F10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #973F10 is #68C0EF. Grayscale: #545454. Windows color (decimal): -6865136 or 1064855. OLE color: 1064855.
HSL color Cylindrical-coordinate representation of color #973F10: hue angle of 20.89º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #973F10 is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 63 | 16 | - |
| CMYK | 0 | 0.58 | 0.89 | 0.41 |
| HSL | 20.89º | 0.81% | 0.33% | - |
| HSV(B) | 20.89º | 0.89% | 0.59% | - |
| XYZ | 14.63 | 10.17 | 1.68 | - |
| YUV | 83.95 | 89.65 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 63 | 16 | 0 | 0.58 | 0.89 | 0.41 | 20.89 | 0.81 | 0.33 |
| Hex | 97 | 3F | 10 | 0 | 3A | 59 | 29 | 15 | 51 | 21 |
| Octal | 227 | 77 | 20 | 0 | 72 | 131 | 51 | 25 | 121 | 41 |
| Binary | 10010111 | 111111 | 10000 | 0 | 111010 | 1011001 | 101001 | 10101 | 1010001 | 100001 |
Color Harmonies of #973F10
Complementary color
Monochromatic Colors of #973F10
Black with #973F10
Text Example
Text Example
White with #973F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973F10; }
p { color: rgb(151,63,16); }
H1.HeaderClassName
{
color: #973F10;
}
.AnyTagClassName
{
color: #973F10;
}
</style>
background-color css
<style>
a { background-color: #973F10; }
a { background-color: rgb(151,63,16); }
div.DivClassName
{
background-color: #973F10;
}
.BgClassName
{
background-color: #973F10;
}
</style>
border-color css
<style>
span { border-color: #973F10; }
span { border-color: rgb(151,63,16); }
td.TdClassName
{
border-color: #973F10;
}
.TagClassName
{
border-color: #973F10;
}
</style>