Shades of Saddle Brown #973C12
Tints of Saddle Brown #973C12
RGB
CMYK
RGB Variations
Color information
#973C12 (or 0x973C12) is known color: Saddle Brown. HEX triplet: 97, 3C and 12. RGB value is (151,60,18). Sum of RGB (Red+Green+Blue) = 151+60+18=229 (30% of max value = 765). Red value is 151 (59.38% from 255 or 65.94% from 229); Green value is 60 (23.83% from 255 or 26.20% from 229); Blue value is 18 (7.42% from 255 or 7.86% from 229); Max value from RGB is 151 - color contains mainly: red. Hex color #973C12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #973C12 is #68C3ED. Grayscale: #525252. Windows color (decimal): -6865902 or 1195159. OLE color: 1195159.
HSL color Cylindrical-coordinate representation of color #973C12: hue angle of 18.95º 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 #973C12 is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 60 | 18 | - |
| CMYK | 0 | 0.60 | 0.88 | 0.41 |
| HSL | 18.95º | 0.79% | 0.33% | - |
| HSV(B) | 18.95º | 0.88% | 0.59% | - |
| XYZ | 14.49 | 9.85 | 1.71 | - |
| YUV | 82.42 | 91.65 | 176.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 60 | 18 | 0 | 0.60 | 0.88 | 0.41 | 18.95 | 0.79 | 0.33 |
| Hex | 97 | 3C | 12 | 0 | 3C | 58 | 29 | 13 | 4F | 21 |
| Octal | 227 | 74 | 22 | 0 | 74 | 130 | 51 | 23 | 117 | 41 |
| Binary | 10010111 | 111100 | 10010 | 0 | 111100 | 1011000 | 101001 | 10011 | 1001111 | 100001 |
Color Harmonies of #973C12
Complementary color
Monochromatic Colors of #973C12
Black with #973C12
Text Example
Text Example
White with #973C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973C12; }
p { color: rgb(151,60,18); }
H1.HeaderClassName
{
color: #973C12;
}
.AnyTagClassName
{
color: #973C12;
}
</style>
background-color css
<style>
a { background-color: #973C12; }
a { background-color: rgb(151,60,18); }
div.DivClassName
{
background-color: #973C12;
}
.BgClassName
{
background-color: #973C12;
}
</style>
border-color css
<style>
span { border-color: #973C12; }
span { border-color: rgb(151,60,18); }
td.TdClassName
{
border-color: #973C12;
}
.TagClassName
{
border-color: #973C12;
}
</style>