Shades of Saddle Brown #973D04
Tints of Saddle Brown #973D04
RGB
CMYK
RGB Variations
Color information
#973D04 (or 0x973D04) is known color: Saddle Brown. HEX triplet: 97, 3D and 04. RGB value is (151,61,4). Sum of RGB (Red+Green+Blue) = 151+61+4=216 (28% of max value = 765). Red value is 151 (59.38% from 255 or 69.91% from 216); Green value is 61 (24.22% from 255 or 28.24% from 216); Blue value is 4 (1.95% from 255 or 1.85% from 216); Max value from RGB is 151 - color contains mainly: red. Hex color #973D04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #973D04 is #68C2FB. Grayscale: #515151. Windows color (decimal): -6865660 or 277911. OLE color: 277911.
HSL color Cylindrical-coordinate representation of color #973D04: hue angle of 23.27º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #973D04 is Cyan = 0, Magento = 0.60, Yellow = 0.97 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 61 | 4 | - |
| CMYK | 0 | 0.60 | 0.97 | 0.41 |
| HSL | 23.27º | 0.95% | 0.3% | - |
| HSV(B) | 23.27º | 0.97% | 0.59% | - |
| XYZ | 14.45 | 9.93 | 1.27 | - |
| YUV | 81.41 | 84.32 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 61 | 4 | 0 | 0.60 | 0.97 | 0.41 | 23.27 | 0.95 | 0.3 |
| Hex | 97 | 3D | 4 | 0 | 3C | 61 | 29 | 17 | 5F | 1E |
| Octal | 227 | 75 | 4 | 0 | 74 | 141 | 51 | 27 | 137 | 36 |
| Binary | 10010111 | 111101 | 100 | 0 | 111100 | 1100001 | 101001 | 10111 | 1011111 | 11110 |
Color Harmonies of #973D04
Complementary color
Monochromatic Colors of #973D04
Black with #973D04
Text Example
Text Example
White with #973D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973D04; }
p { color: rgb(151,61,4); }
H1.HeaderClassName
{
color: #973D04;
}
.AnyTagClassName
{
color: #973D04;
}
</style>
background-color css
<style>
a { background-color: #973D04; }
a { background-color: rgb(151,61,4); }
div.DivClassName
{
background-color: #973D04;
}
.BgClassName
{
background-color: #973D04;
}
</style>
border-color css
<style>
span { border-color: #973D04; }
span { border-color: rgb(151,61,4); }
td.TdClassName
{
border-color: #973D04;
}
.TagClassName
{
border-color: #973D04;
}
</style>