Shades of Saddle Brown #974719
Tints of Saddle Brown #974719
RGB
CMYK
RGB Variations
Color information
#974719 (or 0x974719) is known color: Saddle Brown. HEX triplet: 97, 47 and 19. RGB value is (151,71,25). Sum of RGB (Red+Green+Blue) = 151+71+25=247 (32% of max value = 765). Red value is 151 (59.38% from 255 or 61.13% from 247); Green value is 71 (28.12% from 255 or 28.74% from 247); Blue value is 25 (10.16% from 255 or 10.12% from 247); Max value from RGB is 151 - color contains mainly: red. Hex color #974719 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #974719 is #68B8E6. Grayscale: #595959. Windows color (decimal): -6863079 or 1656727. OLE color: 1656727.
HSL color Cylindrical-coordinate representation of color #974719: hue angle of 21.9º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #974719 is Cyan = 0, Magento = 0.53, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 71 | 25 | - |
| CMYK | 0 | 0.53 | 0.83 | 0.41 |
| HSL | 21.9º | 0.72% | 0.35% | - |
| HSV(B) | 21.9º | 0.83% | 0.59% | - |
| XYZ | 15.19 | 11.16 | 2.27 | - |
| YUV | 89.68 | 91.5 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 71 | 25 | 0 | 0.53 | 0.83 | 0.41 | 21.9 | 0.72 | 0.35 |
| Hex | 97 | 47 | 19 | 0 | 35 | 53 | 29 | 16 | 48 | 23 |
| Octal | 227 | 107 | 31 | 0 | 65 | 123 | 51 | 26 | 110 | 43 |
| Binary | 10010111 | 1000111 | 11001 | 0 | 110101 | 1010011 | 101001 | 10110 | 1001000 | 100011 |
Color Harmonies of #974719
Complementary color
Monochromatic Colors of #974719
Black with #974719
Text Example
Text Example
White with #974719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974719; }
p { color: rgb(151,71,25); }
H1.HeaderClassName
{
color: #974719;
}
.AnyTagClassName
{
color: #974719;
}
</style>
background-color css
<style>
a { background-color: #974719; }
a { background-color: rgb(151,71,25); }
div.DivClassName
{
background-color: #974719;
}
.BgClassName
{
background-color: #974719;
}
</style>
border-color css
<style>
span { border-color: #974719; }
span { border-color: rgb(151,71,25); }
td.TdClassName
{
border-color: #974719;
}
.TagClassName
{
border-color: #974719;
}
</style>