Shades of Saddle Brown #973F13
Tints of Saddle Brown #973F13
RGB
CMYK
RGB Variations
Color information
#973F13 (or 0x973F13) is known color: Saddle Brown. HEX triplet: 97, 3F and 13. RGB value is (151,63,19). Sum of RGB (Red+Green+Blue) = 151+63+19=233 (30% of max value = 765). Red value is 151 (59.38% from 255 or 64.81% from 233); Green value is 63 (25% from 255 or 27.04% from 233); Blue value is 19 (7.81% from 255 or 8.15% from 233); Max value from RGB is 151 - color contains mainly: red. Hex color #973F13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #973F13 is #68C0EC. Grayscale: #545454. Windows color (decimal): -6865133 or 1261463. OLE color: 1261463.
HSL color Cylindrical-coordinate representation of color #973F13: hue angle of 20º 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 #973F13 is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 63 | 19 | - |
| CMYK | 0 | 0.58 | 0.87 | 0.41 |
| HSL | 20º | 0.78% | 0.33% | - |
| HSV(B) | 20º | 0.87% | 0.59% | - |
| XYZ | 14.66 | 10.18 | 1.81 | - |
| YUV | 84.3 | 91.15 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 63 | 19 | 0 | 0.58 | 0.87 | 0.41 | 20 | 0.78 | 0.33 |
| Hex | 97 | 3F | 13 | 0 | 3A | 57 | 29 | 14 | 4E | 21 |
| Octal | 227 | 77 | 23 | 0 | 72 | 127 | 51 | 24 | 116 | 41 |
| Binary | 10010111 | 111111 | 10011 | 0 | 111010 | 1010111 | 101001 | 10100 | 1001110 | 100001 |
Color Harmonies of #973F13
Complementary color
Monochromatic Colors of #973F13
Black with #973F13
Text Example
Text Example
White with #973F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973F13; }
p { color: rgb(151,63,19); }
H1.HeaderClassName
{
color: #973F13;
}
.AnyTagClassName
{
color: #973F13;
}
</style>
background-color css
<style>
a { background-color: #973F13; }
a { background-color: rgb(151,63,19); }
div.DivClassName
{
background-color: #973F13;
}
.BgClassName
{
background-color: #973F13;
}
</style>
border-color css
<style>
span { border-color: #973F13; }
span { border-color: rgb(151,63,19); }
td.TdClassName
{
border-color: #973F13;
}
.TagClassName
{
border-color: #973F13;
}
</style>