Shades of Saddle Brown #973C0D
Tints of Saddle Brown #973C0D
RGB
CMYK
RGB Variations
Color information
#973C0D (or 0x973C0D) is known color: Saddle Brown. HEX triplet: 97, 3C and 0D. RGB value is (151,60,13). Sum of RGB (Red+Green+Blue) = 151+60+13=224 (29% of max value = 765). Red value is 151 (59.38% from 255 or 67.41% from 224); Green value is 60 (23.83% from 255 or 26.79% from 224); Blue value is 13 (5.47% from 255 or 5.80% from 224); Max value from RGB is 151 - color contains mainly: red. Hex color #973C0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #973C0D is #68C3F2. Grayscale: #525252. Windows color (decimal): -6865907 or 867479. OLE color: 867479.
HSL color Cylindrical-coordinate representation of color #973C0D: hue angle of 20.43º 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 #973C0D is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 60 | 13 | - |
| CMYK | 0 | 0.60 | 0.91 | 0.41 |
| HSL | 20.43º | 0.84% | 0.32% | - |
| HSV(B) | 20.43º | 0.91% | 0.59% | - |
| XYZ | 14.45 | 9.84 | 1.52 | - |
| YUV | 81.85 | 89.15 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 60 | 13 | 0 | 0.60 | 0.91 | 0.41 | 20.43 | 0.84 | 0.32 |
| Hex | 97 | 3C | D | 0 | 3C | 5B | 29 | 14 | 54 | 20 |
| Octal | 227 | 74 | 15 | 0 | 74 | 133 | 51 | 24 | 124 | 40 |
| Binary | 10010111 | 111100 | 1101 | 0 | 111100 | 1011011 | 101001 | 10100 | 1010100 | 100000 |
Color Harmonies of #973C0D
Complementary color
Monochromatic Colors of #973C0D
Black with #973C0D
Text Example
Text Example
White with #973C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973C0D; }
p { color: rgb(151,60,13); }
H1.HeaderClassName
{
color: #973C0D;
}
.AnyTagClassName
{
color: #973C0D;
}
</style>
background-color css
<style>
a { background-color: #973C0D; }
a { background-color: rgb(151,60,13); }
div.DivClassName
{
background-color: #973C0D;
}
.BgClassName
{
background-color: #973C0D;
}
</style>
border-color css
<style>
span { border-color: #973C0D; }
span { border-color: rgb(151,60,13); }
td.TdClassName
{
border-color: #973C0D;
}
.TagClassName
{
border-color: #973C0D;
}
</style>