Shades of Saddle Brown #974113
Tints of Saddle Brown #974113
RGB
CMYK
RGB Variations
Color information
#974113 (or 0x974113) is known color: Saddle Brown. HEX triplet: 97, 41 and 13. RGB value is (151,65,19). Sum of RGB (Red+Green+Blue) = 151+65+19=235 (31% of max value = 765). Red value is 151 (59.38% from 255 or 64.26% from 235); Green value is 65 (25.78% from 255 or 27.66% from 235); Blue value is 19 (7.81% from 255 or 8.09% from 235); Max value from RGB is 151 - color contains mainly: red. Hex color #974113 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #974113 is #68BEEC. Grayscale: #555555. Windows color (decimal): -6864621 or 1261975. OLE color: 1261975.
HSL color Cylindrical-coordinate representation of color #974113: hue angle of 20.91º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #974113 is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 65 | 19 | - |
| CMYK | 0 | 0.57 | 0.87 | 0.41 |
| HSL | 20.91º | 0.78% | 0.33% | - |
| HSV(B) | 20.91º | 0.87% | 0.59% | - |
| XYZ | 14.77 | 10.41 | 1.85 | - |
| YUV | 85.47 | 90.49 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 65 | 19 | 0 | 0.57 | 0.87 | 0.41 | 20.91 | 0.78 | 0.33 |
| Hex | 97 | 41 | 13 | 0 | 39 | 57 | 29 | 15 | 4E | 21 |
| Octal | 227 | 101 | 23 | 0 | 71 | 127 | 51 | 25 | 116 | 41 |
| Binary | 10010111 | 1000001 | 10011 | 0 | 111001 | 1010111 | 101001 | 10101 | 1001110 | 100001 |
Color Harmonies of #974113
Complementary color
Monochromatic Colors of #974113
Black with #974113
Text Example
Text Example
White with #974113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974113; }
p { color: rgb(151,65,19); }
H1.HeaderClassName
{
color: #974113;
}
.AnyTagClassName
{
color: #974113;
}
</style>
background-color css
<style>
a { background-color: #974113; }
a { background-color: rgb(151,65,19); }
div.DivClassName
{
background-color: #974113;
}
.BgClassName
{
background-color: #974113;
}
</style>
border-color css
<style>
span { border-color: #974113; }
span { border-color: rgb(151,65,19); }
td.TdClassName
{
border-color: #974113;
}
.TagClassName
{
border-color: #974113;
}
</style>