Shades of Saddle Brown #97310D
Tints of Saddle Brown #97310D
RGB
CMYK
RGB Variations
Color information
#97310D (or 0x97310D) is known color: Saddle Brown. HEX triplet: 97, 31 and 0D. RGB value is (151,49,13). Sum of RGB (Red+Green+Blue) = 151+49+13=213 (28% of max value = 765). Red value is 151 (59.38% from 255 or 70.89% from 213); Green value is 49 (19.53% from 255 or 23.00% from 213); Blue value is 13 (5.47% from 255 or 6.10% from 213); Max value from RGB is 151 - color contains mainly: red. Hex color #97310D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #97310D is #68CEF2. Grayscale: #4B4B4B. Windows color (decimal): -6868723 or 864663. OLE color: 864663.
HSL color Cylindrical-coordinate representation of color #97310D: hue angle of 15.65º 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 #97310D is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 49 | 13 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.41 |
| HSL | 15.65º | 0.84% | 0.32% | - |
| HSV(B) | 15.65º | 0.91% | 0.59% | - |
| XYZ | 13.93 | 8.8 | 1.35 | - |
| YUV | 75.39 | 92.79 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 49 | 13 | 0 | 0.68 | 0.91 | 0.41 | 15.65 | 0.84 | 0.32 |
| Hex | 97 | 31 | D | 0 | 44 | 5B | 29 | 10 | 54 | 20 |
| Octal | 227 | 61 | 15 | 0 | 104 | 133 | 51 | 20 | 124 | 40 |
| Binary | 10010111 | 110001 | 1101 | 0 | 1000100 | 1011011 | 101001 | 10000 | 1010100 | 100000 |
Color Harmonies of #97310D
Complementary color
Monochromatic Colors of #97310D
Black with #97310D
Text Example
Text Example
White with #97310D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97310D; }
p { color: rgb(151,49,13); }
H1.HeaderClassName
{
color: #97310D;
}
.AnyTagClassName
{
color: #97310D;
}
</style>
background-color css
<style>
a { background-color: #97310D; }
a { background-color: rgb(151,49,13); }
div.DivClassName
{
background-color: #97310D;
}
.BgClassName
{
background-color: #97310D;
}
</style>
border-color css
<style>
span { border-color: #97310D; }
span { border-color: rgb(151,49,13); }
td.TdClassName
{
border-color: #97310D;
}
.TagClassName
{
border-color: #97310D;
}
</style>