Shades of Saddle Brown #973D09
Tints of Saddle Brown #973D09
RGB
CMYK
RGB Variations
Color information
#973D09 (or 0x973D09) is known color: Saddle Brown. HEX triplet: 97, 3D and 09. RGB value is (151,61,9). Sum of RGB (Red+Green+Blue) = 151+61+9=221 (29% of max value = 765). Red value is 151 (59.38% from 255 or 68.33% from 221); Green value is 61 (24.22% from 255 or 27.60% from 221); Blue value is 9 (3.91% from 255 or 4.07% from 221); Max value from RGB is 151 - color contains mainly: red. Hex color #973D09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #973D09 is #68C2F6. Grayscale: #525252. Windows color (decimal): -6865655 or 605591. OLE color: 605591.
HSL color Cylindrical-coordinate representation of color #973D09: hue angle of 21.97º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #973D09 is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 61 | 9 | - |
| CMYK | 0 | 0.60 | 0.94 | 0.41 |
| HSL | 21.97º | 0.89% | 0.31% | - |
| HSV(B) | 21.97º | 0.94% | 0.59% | - |
| XYZ | 14.48 | 9.94 | 1.41 | - |
| YUV | 81.98 | 86.82 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 61 | 9 | 0 | 0.60 | 0.94 | 0.41 | 21.97 | 0.89 | 0.31 |
| Hex | 97 | 3D | 9 | 0 | 3C | 5E | 29 | 16 | 59 | 1F |
| Octal | 227 | 75 | 11 | 0 | 74 | 136 | 51 | 26 | 131 | 37 |
| Binary | 10010111 | 111101 | 1001 | 0 | 111100 | 1011110 | 101001 | 10110 | 1011001 | 11111 |
Color Harmonies of #973D09
Complementary color
Monochromatic Colors of #973D09
Black with #973D09
Text Example
Text Example
White with #973D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973D09; }
p { color: rgb(151,61,9); }
H1.HeaderClassName
{
color: #973D09;
}
.AnyTagClassName
{
color: #973D09;
}
</style>
background-color css
<style>
a { background-color: #973D09; }
a { background-color: rgb(151,61,9); }
div.DivClassName
{
background-color: #973D09;
}
.BgClassName
{
background-color: #973D09;
}
</style>
border-color css
<style>
span { border-color: #973D09; }
span { border-color: rgb(151,61,9); }
td.TdClassName
{
border-color: #973D09;
}
.TagClassName
{
border-color: #973D09;
}
</style>