Shades of Saddle Brown #973F12
Tints of Saddle Brown #973F12
RGB
CMYK
RGB Variations
Color information
#973F12 (or 0x973F12) is known color: Saddle Brown. HEX triplet: 97, 3F and 12. RGB value is (151,63,18). Sum of RGB (Red+Green+Blue) = 151+63+18=232 (30% of max value = 765). Red value is 151 (59.38% from 255 or 65.09% from 232); Green value is 63 (25% from 255 or 27.16% from 232); Blue value is 18 (7.42% from 255 or 7.76% from 232); Max value from RGB is 151 - color contains mainly: red. Hex color #973F12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #973F12 is #68C0ED. Grayscale: #545454. Windows color (decimal): -6865134 or 1195927. OLE color: 1195927.
HSL color Cylindrical-coordinate representation of color #973F12: hue angle of 20.3º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #973F12 is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 63 | 18 | - |
| CMYK | 0 | 0.58 | 0.88 | 0.41 |
| HSL | 20.3º | 0.79% | 0.33% | - |
| HSV(B) | 20.3º | 0.88% | 0.59% | - |
| XYZ | 14.65 | 10.18 | 1.76 | - |
| YUV | 84.18 | 90.65 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 63 | 18 | 0 | 0.58 | 0.88 | 0.41 | 20.3 | 0.79 | 0.33 |
| Hex | 97 | 3F | 12 | 0 | 3A | 58 | 29 | 14 | 4F | 21 |
| Octal | 227 | 77 | 22 | 0 | 72 | 130 | 51 | 24 | 117 | 41 |
| Binary | 10010111 | 111111 | 10010 | 0 | 111010 | 1011000 | 101001 | 10100 | 1001111 | 100001 |
Color Harmonies of #973F12
Complementary color
Monochromatic Colors of #973F12
Black with #973F12
Text Example
Text Example
White with #973F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973F12; }
p { color: rgb(151,63,18); }
H1.HeaderClassName
{
color: #973F12;
}
.AnyTagClassName
{
color: #973F12;
}
</style>
background-color css
<style>
a { background-color: #973F12; }
a { background-color: rgb(151,63,18); }
div.DivClassName
{
background-color: #973F12;
}
.BgClassName
{
background-color: #973F12;
}
</style>
border-color css
<style>
span { border-color: #973F12; }
span { border-color: rgb(151,63,18); }
td.TdClassName
{
border-color: #973F12;
}
.TagClassName
{
border-color: #973F12;
}
</style>