Shades of Saddle Brown #973C05
Tints of Saddle Brown #973C05
RGB
CMYK
RGB Variations
Color information
#973C05 (or 0x973C05) is known color: Saddle Brown. HEX triplet: 97, 3C and 05. RGB value is (151,60,5). Sum of RGB (Red+Green+Blue) = 151+60+5=216 (28% of max value = 765). Red value is 151 (59.38% from 255 or 69.91% from 216); Green value is 60 (23.83% from 255 or 27.78% from 216); Blue value is 5 (2.34% from 255 or 2.31% from 216); Max value from RGB is 151 - color contains mainly: red. Hex color #973C05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #973C05 is #68C3FA. Grayscale: #515151. Windows color (decimal): -6865915 or 343191. OLE color: 343191.
HSL color Cylindrical-coordinate representation of color #973C05: hue angle of 22.6º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #973C05 is Cyan = 0, Magento = 0.60, Yellow = 0.97 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 60 | 5 | - |
| CMYK | 0 | 0.60 | 0.97 | 0.41 |
| HSL | 22.6º | 0.94% | 0.31% | - |
| HSV(B) | 22.6º | 0.97% | 0.59% | - |
| XYZ | 14.41 | 9.82 | 1.28 | - |
| YUV | 80.94 | 85.15 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 60 | 5 | 0 | 0.60 | 0.97 | 0.41 | 22.6 | 0.94 | 0.31 |
| Hex | 97 | 3C | 5 | 0 | 3C | 61 | 29 | 17 | 5E | 1F |
| Octal | 227 | 74 | 5 | 0 | 74 | 141 | 51 | 27 | 136 | 37 |
| Binary | 10010111 | 111100 | 101 | 0 | 111100 | 1100001 | 101001 | 10111 | 1011110 | 11111 |
Color Harmonies of #973C05
Complementary color
Monochromatic Colors of #973C05
Black with #973C05
Text Example
Text Example
White with #973C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973C05; }
p { color: rgb(151,60,5); }
H1.HeaderClassName
{
color: #973C05;
}
.AnyTagClassName
{
color: #973C05;
}
</style>
background-color css
<style>
a { background-color: #973C05; }
a { background-color: rgb(151,60,5); }
div.DivClassName
{
background-color: #973C05;
}
.BgClassName
{
background-color: #973C05;
}
</style>
border-color css
<style>
span { border-color: #973C05; }
span { border-color: rgb(151,60,5); }
td.TdClassName
{
border-color: #973C05;
}
.TagClassName
{
border-color: #973C05;
}
</style>