Shades of Saddle Brown #973C0F
Tints of Saddle Brown #973C0F
RGB
CMYK
RGB Variations
Color information
#973C0F (or 0x973C0F) is known color: Saddle Brown. HEX triplet: 97, 3C and 0F. RGB value is (151,60,15). Sum of RGB (Red+Green+Blue) = 151+60+15=226 (29% of max value = 765). Red value is 151 (59.38% from 255 or 66.81% from 226); Green value is 60 (23.83% from 255 or 26.55% from 226); Blue value is 15 (6.25% from 255 or 6.64% from 226); Max value from RGB is 151 - color contains mainly: red. Hex color #973C0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #973C0F is #68C3F0. Grayscale: #525252. Windows color (decimal): -6865905 or 998551. OLE color: 998551.
HSL color Cylindrical-coordinate representation of color #973C0F: hue angle of 19.85º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #973C0F is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 60 | 15 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.41 |
| HSL | 19.85º | 0.82% | 0.33% | - |
| HSV(B) | 19.85º | 0.9% | 0.59% | - |
| XYZ | 14.46 | 9.85 | 1.59 | - |
| YUV | 82.08 | 90.15 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 60 | 15 | 0 | 0.60 | 0.90 | 0.41 | 19.85 | 0.82 | 0.33 |
| Hex | 97 | 3C | F | 0 | 3C | 5A | 29 | 14 | 52 | 21 |
| Octal | 227 | 74 | 17 | 0 | 74 | 132 | 51 | 24 | 122 | 41 |
| Binary | 10010111 | 111100 | 1111 | 0 | 111100 | 1011010 | 101001 | 10100 | 1010010 | 100001 |
Color Harmonies of #973C0F
Complementary color
Monochromatic Colors of #973C0F
Black with #973C0F
Text Example
Text Example
White with #973C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973C0F; }
p { color: rgb(151,60,15); }
H1.HeaderClassName
{
color: #973C0F;
}
.AnyTagClassName
{
color: #973C0F;
}
</style>
background-color css
<style>
a { background-color: #973C0F; }
a { background-color: rgb(151,60,15); }
div.DivClassName
{
background-color: #973C0F;
}
.BgClassName
{
background-color: #973C0F;
}
</style>
border-color css
<style>
span { border-color: #973C0F; }
span { border-color: rgb(151,60,15); }
td.TdClassName
{
border-color: #973C0F;
}
.TagClassName
{
border-color: #973C0F;
}
</style>