Shades of Saddle Brown #974D15
Tints of Saddle Brown #974D15
RGB
CMYK
RGB Variations
Color information
#974D15 (or 0x974D15) is known color: Saddle Brown. HEX triplet: 97, 4D and 15. RGB value is (151,77,21). Sum of RGB (Red+Green+Blue) = 151+77+21=249 (32% of max value = 765). Red value is 151 (59.38% from 255 or 60.64% from 249); Green value is 77 (30.47% from 255 or 30.92% from 249); Blue value is 21 (8.59% from 255 or 8.43% from 249); Max value from RGB is 151 - color contains mainly: red. Hex color #974D15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #974D15 is #68B2EA. Grayscale: #5D5D5D. Windows color (decimal): -6861547 or 1396119. OLE color: 1396119.
HSL color Cylindrical-coordinate representation of color #974D15: hue angle of 25.85º 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 #974D15 is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 77 | 21 | - |
| CMYK | 0 | 0.49 | 0.86 | 0.41 |
| HSL | 25.85º | 0.76% | 0.34% | - |
| HSV(B) | 25.85º | 0.86% | 0.59% | - |
| XYZ | 15.55 | 11.94 | 2.19 | - |
| YUV | 92.74 | 87.52 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 77 | 21 | 0 | 0.49 | 0.86 | 0.41 | 25.85 | 0.76 | 0.34 |
| Hex | 97 | 4D | 15 | 0 | 31 | 56 | 29 | 1A | 4C | 22 |
| Octal | 227 | 115 | 25 | 0 | 61 | 126 | 51 | 32 | 114 | 42 |
| Binary | 10010111 | 1001101 | 10101 | 0 | 110001 | 1010110 | 101001 | 11010 | 1001100 | 100010 |
Color Harmonies of #974D15
Complementary color
Monochromatic Colors of #974D15
Black with #974D15
Text Example
Text Example
White with #974D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974D15; }
p { color: rgb(151,77,21); }
H1.HeaderClassName
{
color: #974D15;
}
.AnyTagClassName
{
color: #974D15;
}
</style>
background-color css
<style>
a { background-color: #974D15; }
a { background-color: rgb(151,77,21); }
div.DivClassName
{
background-color: #974D15;
}
.BgClassName
{
background-color: #974D15;
}
</style>
border-color css
<style>
span { border-color: #974D15; }
span { border-color: rgb(151,77,21); }
td.TdClassName
{
border-color: #974D15;
}
.TagClassName
{
border-color: #974D15;
}
</style>