Shades of Saddle Brown #974007
Tints of Saddle Brown #974007
RGB
CMYK
RGB Variations
Color information
#974007 (or 0x974007) is known color: Saddle Brown. HEX triplet: 97, 40 and 07. RGB value is (151,64,7). Sum of RGB (Red+Green+Blue) = 151+64+7=222 (29% of max value = 765). Red value is 151 (59.38% from 255 or 68.02% from 222); Green value is 64 (25.39% from 255 or 28.83% from 222); Blue value is 7 (3.12% from 255 or 3.15% from 222); Max value from RGB is 151 - color contains mainly: red. Hex color #974007 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #974007 is #68BFF8. Grayscale: #535353. Windows color (decimal): -6864889 or 475287. OLE color: 475287.
HSL color Cylindrical-coordinate representation of color #974007: hue angle of 23.75º 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 #974007 is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 64 | 7 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.41 |
| HSL | 23.75º | 0.91% | 0.31% | - |
| HSV(B) | 23.75º | 0.95% | 0.59% | - |
| XYZ | 14.63 | 10.26 | 1.41 | - |
| YUV | 83.52 | 84.82 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 64 | 7 | 0 | 0.58 | 0.95 | 0.41 | 23.75 | 0.91 | 0.31 |
| Hex | 97 | 40 | 7 | 0 | 3A | 5F | 29 | 18 | 5B | 1F |
| Octal | 227 | 100 | 7 | 0 | 72 | 137 | 51 | 30 | 133 | 37 |
| Binary | 10010111 | 1000000 | 111 | 0 | 111010 | 1011111 | 101001 | 11000 | 1011011 | 11111 |
Color Harmonies of #974007
Complementary color
Monochromatic Colors of #974007
Black with #974007
Text Example
Text Example
White with #974007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974007; }
p { color: rgb(151,64,7); }
H1.HeaderClassName
{
color: #974007;
}
.AnyTagClassName
{
color: #974007;
}
</style>
background-color css
<style>
a { background-color: #974007; }
a { background-color: rgb(151,64,7); }
div.DivClassName
{
background-color: #974007;
}
.BgClassName
{
background-color: #974007;
}
</style>
border-color css
<style>
span { border-color: #974007; }
span { border-color: rgb(151,64,7); }
td.TdClassName
{
border-color: #974007;
}
.TagClassName
{
border-color: #974007;
}
</style>