Shades of Saddle Brown #973F07
Tints of Saddle Brown #973F07
RGB
CMYK
RGB Variations
Color information
#973F07 (or 0x973F07) is known color: Saddle Brown. HEX triplet: 97, 3F and 07. RGB value is (151,63,7). Sum of RGB (Red+Green+Blue) = 151+63+7=221 (29% of max value = 765). Red value is 151 (59.38% from 255 or 68.33% from 221); Green value is 63 (25% from 255 or 28.51% from 221); Blue value is 7 (3.12% from 255 or 3.17% from 221); Max value from RGB is 151 - color contains mainly: red. Hex color #973F07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #973F07 is #68C0F8. Grayscale: #535353. Windows color (decimal): -6865145 or 475031. OLE color: 475031.
HSL color Cylindrical-coordinate representation of color #973F07: hue angle of 23.33º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #973F07 is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 63 | 7 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.41 |
| HSL | 23.33º | 0.91% | 0.31% | - |
| HSV(B) | 23.33º | 0.95% | 0.59% | - |
| XYZ | 14.58 | 10.15 | 1.39 | - |
| YUV | 82.93 | 85.15 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 63 | 7 | 0 | 0.58 | 0.95 | 0.41 | 23.33 | 0.91 | 0.31 |
| Hex | 97 | 3F | 7 | 0 | 3A | 5F | 29 | 17 | 5B | 1F |
| Octal | 227 | 77 | 7 | 0 | 72 | 137 | 51 | 27 | 133 | 37 |
| Binary | 10010111 | 111111 | 111 | 0 | 111010 | 1011111 | 101001 | 10111 | 1011011 | 11111 |
Color Harmonies of #973F07
Complementary color
Monochromatic Colors of #973F07
Black with #973F07
Text Example
Text Example
White with #973F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973F07; }
p { color: rgb(151,63,7); }
H1.HeaderClassName
{
color: #973F07;
}
.AnyTagClassName
{
color: #973F07;
}
</style>
background-color css
<style>
a { background-color: #973F07; }
a { background-color: rgb(151,63,7); }
div.DivClassName
{
background-color: #973F07;
}
.BgClassName
{
background-color: #973F07;
}
</style>
border-color css
<style>
span { border-color: #973F07; }
span { border-color: rgb(151,63,7); }
td.TdClassName
{
border-color: #973F07;
}
.TagClassName
{
border-color: #973F07;
}
</style>