Shades of Saddle Brown #974115
Tints of Saddle Brown #974115
RGB
CMYK
RGB Variations
Color information
#974115 (or 0x974115) is known color: Saddle Brown. HEX triplet: 97, 41 and 15. RGB value is (151,65,21). Sum of RGB (Red+Green+Blue) = 151+65+21=237 (31% of max value = 765). Red value is 151 (59.38% from 255 or 63.71% from 237); Green value is 65 (25.78% from 255 or 27.43% from 237); Blue value is 21 (8.59% from 255 or 8.86% from 237); Max value from RGB is 151 - color contains mainly: red. Hex color #974115 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #974115 is #68BEEA. Grayscale: #555555. Windows color (decimal): -6864619 or 1393047. OLE color: 1393047.
HSL color Cylindrical-coordinate representation of color #974115: hue angle of 20.31º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #974115 is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 65 | 21 | - |
| CMYK | 0 | 0.57 | 0.86 | 0.41 |
| HSL | 20.31º | 0.76% | 0.34% | - |
| HSV(B) | 20.31º | 0.86% | 0.59% | - |
| XYZ | 14.79 | 10.41 | 1.94 | - |
| YUV | 85.7 | 91.49 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 65 | 21 | 0 | 0.57 | 0.86 | 0.41 | 20.31 | 0.76 | 0.34 |
| Hex | 97 | 41 | 15 | 0 | 39 | 56 | 29 | 14 | 4C | 22 |
| Octal | 227 | 101 | 25 | 0 | 71 | 126 | 51 | 24 | 114 | 42 |
| Binary | 10010111 | 1000001 | 10101 | 0 | 111001 | 1010110 | 101001 | 10100 | 1001100 | 100010 |
Color Harmonies of #974115
Complementary color
Monochromatic Colors of #974115
Black with #974115
Text Example
Text Example
White with #974115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974115; }
p { color: rgb(151,65,21); }
H1.HeaderClassName
{
color: #974115;
}
.AnyTagClassName
{
color: #974115;
}
</style>
background-color css
<style>
a { background-color: #974115; }
a { background-color: rgb(151,65,21); }
div.DivClassName
{
background-color: #974115;
}
.BgClassName
{
background-color: #974115;
}
</style>
border-color css
<style>
span { border-color: #974115; }
span { border-color: rgb(151,65,21); }
td.TdClassName
{
border-color: #974115;
}
.TagClassName
{
border-color: #974115;
}
</style>