Shades of Saddle Brown #97320D
Tints of Saddle Brown #97320D
RGB
CMYK
RGB Variations
Color information
#97320D (or 0x97320D) is known color: Saddle Brown. HEX triplet: 97, 32 and 0D. RGB value is (151,50,13). Sum of RGB (Red+Green+Blue) = 151+50+13=214 (28% of max value = 765). Red value is 151 (59.38% from 255 or 70.56% from 214); Green value is 50 (19.92% from 255 or 23.36% from 214); Blue value is 13 (5.47% from 255 or 6.07% from 214); Max value from RGB is 151 - color contains mainly: red. Hex color #97320D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #97320D is #68CDF2. Grayscale: #4C4C4C. Windows color (decimal): -6868467 or 864919. OLE color: 864919.
HSL color Cylindrical-coordinate representation of color #97320D: hue angle of 16.09º 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 #97320D is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 50 | 13 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.41 |
| HSL | 16.09º | 0.84% | 0.32% | - |
| HSV(B) | 16.09º | 0.91% | 0.59% | - |
| XYZ | 13.98 | 8.89 | 1.36 | - |
| YUV | 75.98 | 92.46 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 50 | 13 | 0 | 0.67 | 0.91 | 0.41 | 16.09 | 0.84 | 0.32 |
| Hex | 97 | 32 | D | 0 | 43 | 5B | 29 | 10 | 54 | 20 |
| Octal | 227 | 62 | 15 | 0 | 103 | 133 | 51 | 20 | 124 | 40 |
| Binary | 10010111 | 110010 | 1101 | 0 | 1000011 | 1011011 | 101001 | 10000 | 1010100 | 100000 |
Color Harmonies of #97320D
Complementary color
Monochromatic Colors of #97320D
Black with #97320D
Text Example
Text Example
White with #97320D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97320D; }
p { color: rgb(151,50,13); }
H1.HeaderClassName
{
color: #97320D;
}
.AnyTagClassName
{
color: #97320D;
}
</style>
background-color css
<style>
a { background-color: #97320D; }
a { background-color: rgb(151,50,13); }
div.DivClassName
{
background-color: #97320D;
}
.BgClassName
{
background-color: #97320D;
}
</style>
border-color css
<style>
span { border-color: #97320D; }
span { border-color: rgb(151,50,13); }
td.TdClassName
{
border-color: #97320D;
}
.TagClassName
{
border-color: #97320D;
}
</style>