Shades of Saddle Brown #973706
Tints of Saddle Brown #973706
RGB
CMYK
RGB Variations
Color information
#973706 (or 0x973706) is known color: Saddle Brown. HEX triplet: 97, 37 and 06. RGB value is (151,55,6). Sum of RGB (Red+Green+Blue) = 151+55+6=212 (28% of max value = 765). Red value is 151 (59.38% from 255 or 71.23% from 212); Green value is 55 (21.88% from 255 or 25.94% from 212); Blue value is 6 (2.73% from 255 or 2.83% from 212); Max value from RGB is 151 - color contains mainly: red. Hex color #973706 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #973706 is #68C8F9. Grayscale: #4E4E4E. Windows color (decimal): -6867194 or 407447. OLE color: 407447.
HSL color Cylindrical-coordinate representation of color #973706: hue angle of 20.28º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #973706 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 55 | 6 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.41 |
| HSL | 20.28º | 0.92% | 0.31% | - |
| HSV(B) | 20.28º | 0.96% | 0.59% | - |
| XYZ | 14.16 | 9.32 | 1.23 | - |
| YUV | 78.12 | 87.3 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 55 | 6 | 0 | 0.64 | 0.96 | 0.41 | 20.28 | 0.92 | 0.31 |
| Hex | 97 | 37 | 6 | 0 | 40 | 60 | 29 | 14 | 5C | 1F |
| Octal | 227 | 67 | 6 | 0 | 100 | 140 | 51 | 24 | 134 | 37 |
| Binary | 10010111 | 110111 | 110 | 0 | 1000000 | 1100000 | 101001 | 10100 | 1011100 | 11111 |
Color Harmonies of #973706
Complementary color
Monochromatic Colors of #973706
Black with #973706
Text Example
Text Example
White with #973706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973706; }
p { color: rgb(151,55,6); }
H1.HeaderClassName
{
color: #973706;
}
.AnyTagClassName
{
color: #973706;
}
</style>
background-color css
<style>
a { background-color: #973706; }
a { background-color: rgb(151,55,6); }
div.DivClassName
{
background-color: #973706;
}
.BgClassName
{
background-color: #973706;
}
</style>
border-color css
<style>
span { border-color: #973706; }
span { border-color: rgb(151,55,6); }
td.TdClassName
{
border-color: #973706;
}
.TagClassName
{
border-color: #973706;
}
</style>