Shades of Saddle Brown #974618
Tints of Saddle Brown #974618
RGB
CMYK
RGB Variations
Color information
#974618 (or 0x974618) is known color: Saddle Brown. HEX triplet: 97, 46 and 18. RGB value is (151,70,24). Sum of RGB (Red+Green+Blue) = 151+70+24=245 (32% of max value = 765). Red value is 151 (59.38% from 255 or 61.63% from 245); Green value is 70 (27.73% from 255 or 28.57% from 245); Blue value is 24 (9.77% from 255 or 9.80% from 245); Max value from RGB is 151 - color contains mainly: red. Hex color #974618 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #974618 is #68B9E7. Grayscale: #595959. Windows color (decimal): -6863336 or 1590935. OLE color: 1590935.
HSL color Cylindrical-coordinate representation of color #974618: hue angle of 21.73º 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 #974618 is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 70 | 24 | - |
| CMYK | 0 | 0.54 | 0.84 | 0.41 |
| HSL | 21.73º | 0.73% | 0.34% | - |
| HSV(B) | 21.73º | 0.84% | 0.59% | - |
| XYZ | 15.12 | 11.03 | 2.2 | - |
| YUV | 88.98 | 91.34 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 70 | 24 | 0 | 0.54 | 0.84 | 0.41 | 21.73 | 0.73 | 0.34 |
| Hex | 97 | 46 | 18 | 0 | 36 | 54 | 29 | 16 | 49 | 22 |
| Octal | 227 | 106 | 30 | 0 | 66 | 124 | 51 | 26 | 111 | 42 |
| Binary | 10010111 | 1000110 | 11000 | 0 | 110110 | 1010100 | 101001 | 10110 | 1001001 | 100010 |
Color Harmonies of #974618
Complementary color
Monochromatic Colors of #974618
Black with #974618
Text Example
Text Example
White with #974618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974618; }
p { color: rgb(151,70,24); }
H1.HeaderClassName
{
color: #974618;
}
.AnyTagClassName
{
color: #974618;
}
</style>
background-color css
<style>
a { background-color: #974618; }
a { background-color: rgb(151,70,24); }
div.DivClassName
{
background-color: #974618;
}
.BgClassName
{
background-color: #974618;
}
</style>
border-color css
<style>
span { border-color: #974618; }
span { border-color: rgb(151,70,24); }
td.TdClassName
{
border-color: #974618;
}
.TagClassName
{
border-color: #974618;
}
</style>