Shades of Saddle Brown #973D0D
Tints of Saddle Brown #973D0D
RGB
CMYK
RGB Variations
Color information
#973D0D (or 0x973D0D) is known color: Saddle Brown. HEX triplet: 97, 3D and 0D. RGB value is (151,61,13). Sum of RGB (Red+Green+Blue) = 151+61+13=225 (29% of max value = 765). Red value is 151 (59.38% from 255 or 67.11% from 225); Green value is 61 (24.22% from 255 or 27.11% from 225); Blue value is 13 (5.47% from 255 or 5.78% from 225); Max value from RGB is 151 - color contains mainly: red. Hex color #973D0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #973D0D is #68C2F2. Grayscale: #525252. Windows color (decimal): -6865651 or 867735. OLE color: 867735.
HSL color Cylindrical-coordinate representation of color #973D0D: hue angle of 20.87º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #973D0D is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 61 | 13 | - |
| CMYK | 0 | 0.60 | 0.91 | 0.41 |
| HSL | 20.87º | 0.84% | 0.32% | - |
| HSV(B) | 20.87º | 0.91% | 0.59% | - |
| XYZ | 14.5 | 9.95 | 1.54 | - |
| YUV | 82.44 | 88.82 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 61 | 13 | 0 | 0.60 | 0.91 | 0.41 | 20.87 | 0.84 | 0.32 |
| Hex | 97 | 3D | D | 0 | 3C | 5B | 29 | 15 | 54 | 20 |
| Octal | 227 | 75 | 15 | 0 | 74 | 133 | 51 | 25 | 124 | 40 |
| Binary | 10010111 | 111101 | 1101 | 0 | 111100 | 1011011 | 101001 | 10101 | 1010100 | 100000 |
Color Harmonies of #973D0D
Complementary color
Monochromatic Colors of #973D0D
Black with #973D0D
Text Example
Text Example
White with #973D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973D0D; }
p { color: rgb(151,61,13); }
H1.HeaderClassName
{
color: #973D0D;
}
.AnyTagClassName
{
color: #973D0D;
}
</style>
background-color css
<style>
a { background-color: #973D0D; }
a { background-color: rgb(151,61,13); }
div.DivClassName
{
background-color: #973D0D;
}
.BgClassName
{
background-color: #973D0D;
}
</style>
border-color css
<style>
span { border-color: #973D0D; }
span { border-color: rgb(151,61,13); }
td.TdClassName
{
border-color: #973D0D;
}
.TagClassName
{
border-color: #973D0D;
}
</style>