Shades of Saddle Brown #974A14
Tints of Saddle Brown #974A14
RGB
CMYK
RGB Variations
Color information
#974A14 (or 0x974A14) is known color: Saddle Brown. HEX triplet: 97, 4A and 14. RGB value is (151,74,20). Sum of RGB (Red+Green+Blue) = 151+74+20=245 (32% of max value = 765). Red value is 151 (59.38% from 255 or 61.63% from 245); Green value is 74 (29.30% from 255 or 30.20% from 245); Blue value is 20 (8.20% from 255 or 8.16% from 245); Max value from RGB is 151 - color contains mainly: red. Hex color #974A14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #974A14 is #68B5EB. Grayscale: #5B5B5B. Windows color (decimal): -6862316 or 1329815. OLE color: 1329815.
HSL color Cylindrical-coordinate representation of color #974A14: hue angle of 24.73º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #974A14 is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 74 | 20 | - |
| CMYK | 0 | 0.51 | 0.87 | 0.41 |
| HSL | 24.73º | 0.77% | 0.34% | - |
| HSV(B) | 24.73º | 0.87% | 0.59% | - |
| XYZ | 15.34 | 11.53 | 2.08 | - |
| YUV | 90.87 | 88.01 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 74 | 20 | 0 | 0.51 | 0.87 | 0.41 | 24.73 | 0.77 | 0.34 |
| Hex | 97 | 4A | 14 | 0 | 33 | 57 | 29 | 19 | 4D | 22 |
| Octal | 227 | 112 | 24 | 0 | 63 | 127 | 51 | 31 | 115 | 42 |
| Binary | 10010111 | 1001010 | 10100 | 0 | 110011 | 1010111 | 101001 | 11001 | 1001101 | 100010 |
Color Harmonies of #974A14
Complementary color
Monochromatic Colors of #974A14
Black with #974A14
Text Example
Text Example
White with #974A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974A14; }
p { color: rgb(151,74,20); }
H1.HeaderClassName
{
color: #974A14;
}
.AnyTagClassName
{
color: #974A14;
}
</style>
background-color css
<style>
a { background-color: #974A14; }
a { background-color: rgb(151,74,20); }
div.DivClassName
{
background-color: #974A14;
}
.BgClassName
{
background-color: #974A14;
}
</style>
border-color css
<style>
span { border-color: #974A14; }
span { border-color: rgb(151,74,20); }
td.TdClassName
{
border-color: #974A14;
}
.TagClassName
{
border-color: #974A14;
}
</style>