Shades of Saddle Brown #973D0A
Tints of Saddle Brown #973D0A
RGB
CMYK
RGB Variations
Color information
#973D0A (or 0x973D0A) is known color: Saddle Brown. HEX triplet: 97, 3D and 0A. RGB value is (151,61,10). Sum of RGB (Red+Green+Blue) = 151+61+10=222 (29% of max value = 765). Red value is 151 (59.38% from 255 or 68.02% from 222); Green value is 61 (24.22% from 255 or 27.48% from 222); Blue value is 10 (4.30% from 255 or 4.50% from 222); Max value from RGB is 151 - color contains mainly: red. Hex color #973D0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #973D0A is #68C2F5. Grayscale: #525252. Windows color (decimal): -6865654 or 671127. OLE color: 671127.
HSL color Cylindrical-coordinate representation of color #973D0A: hue angle of 21.7º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #973D0A is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 61 | 10 | - |
| CMYK | 0 | 0.60 | 0.93 | 0.41 |
| HSL | 21.7º | 0.88% | 0.32% | - |
| HSV(B) | 21.7º | 0.93% | 0.59% | - |
| XYZ | 14.49 | 9.94 | 1.44 | - |
| YUV | 82.1 | 87.32 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 61 | 10 | 0 | 0.60 | 0.93 | 0.41 | 21.7 | 0.88 | 0.32 |
| Hex | 97 | 3D | A | 0 | 3C | 5D | 29 | 16 | 58 | 20 |
| Octal | 227 | 75 | 12 | 0 | 74 | 135 | 51 | 26 | 130 | 40 |
| Binary | 10010111 | 111101 | 1010 | 0 | 111100 | 1011101 | 101001 | 10110 | 1011000 | 100000 |
Color Harmonies of #973D0A
Complementary color
Monochromatic Colors of #973D0A
Black with #973D0A
Text Example
Text Example
White with #973D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973D0A; }
p { color: rgb(151,61,10); }
H1.HeaderClassName
{
color: #973D0A;
}
.AnyTagClassName
{
color: #973D0A;
}
</style>
background-color css
<style>
a { background-color: #973D0A; }
a { background-color: rgb(151,61,10); }
div.DivClassName
{
background-color: #973D0A;
}
.BgClassName
{
background-color: #973D0A;
}
</style>
border-color css
<style>
span { border-color: #973D0A; }
span { border-color: rgb(151,61,10); }
td.TdClassName
{
border-color: #973D0A;
}
.TagClassName
{
border-color: #973D0A;
}
</style>