Shades of Saddle Brown #974918
Tints of Saddle Brown #974918
RGB
CMYK
RGB Variations
Color information
#974918 (or 0x974918) is known color: Saddle Brown. HEX triplet: 97, 49 and 18. RGB value is (151,73,24). Sum of RGB (Red+Green+Blue) = 151+73+24=248 (32% of max value = 765). Red value is 151 (59.38% from 255 or 60.89% from 248); Green value is 73 (28.91% from 255 or 29.44% from 248); Blue value is 24 (9.77% from 255 or 9.68% from 248); Max value from RGB is 151 - color contains mainly: red. Hex color #974918 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #974918 is #68B6E7. Grayscale: #5B5B5B. Windows color (decimal): -6862568 or 1591703. OLE color: 1591703.
HSL color Cylindrical-coordinate representation of color #974918: hue angle of 23.15º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #974918 is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 73 | 24 | - |
| CMYK | 0 | 0.52 | 0.84 | 0.41 |
| HSL | 23.15º | 0.73% | 0.34% | - |
| HSV(B) | 23.15º | 0.84% | 0.59% | - |
| XYZ | 15.31 | 11.41 | 2.26 | - |
| YUV | 90.74 | 90.34 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 73 | 24 | 0 | 0.52 | 0.84 | 0.41 | 23.15 | 0.73 | 0.34 |
| Hex | 97 | 49 | 18 | 0 | 34 | 54 | 29 | 17 | 49 | 22 |
| Octal | 227 | 111 | 30 | 0 | 64 | 124 | 51 | 27 | 111 | 42 |
| Binary | 10010111 | 1001001 | 11000 | 0 | 110100 | 1010100 | 101001 | 10111 | 1001001 | 100010 |
Color Harmonies of #974918
Complementary color
Monochromatic Colors of #974918
Black with #974918
Text Example
Text Example
White with #974918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974918; }
p { color: rgb(151,73,24); }
H1.HeaderClassName
{
color: #974918;
}
.AnyTagClassName
{
color: #974918;
}
</style>
background-color css
<style>
a { background-color: #974918; }
a { background-color: rgb(151,73,24); }
div.DivClassName
{
background-color: #974918;
}
.BgClassName
{
background-color: #974918;
}
</style>
border-color css
<style>
span { border-color: #974918; }
span { border-color: rgb(151,73,24); }
td.TdClassName
{
border-color: #974918;
}
.TagClassName
{
border-color: #974918;
}
</style>