Shades of Saddle Brown #97520D
Tints of Saddle Brown #97520D
RGB
CMYK
RGB Variations
Color information
#97520D (or 0x97520D) is known color: Saddle Brown. HEX triplet: 97, 52 and 0D. RGB value is (151,82,13). Sum of RGB (Red+Green+Blue) = 151+82+13=246 (32% of max value = 765). Red value is 151 (59.38% from 255 or 61.38% from 246); Green value is 82 (32.42% from 255 or 33.33% from 246); Blue value is 13 (5.47% from 255 or 5.28% from 246); Max value from RGB is 151 - color contains mainly: red. Hex color #97520D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #97520D is #68ADF2. Grayscale: #5F5F5F. Windows color (decimal): -6860275 or 873111. OLE color: 873111.
HSL color Cylindrical-coordinate representation of color #97520D: hue angle of 30º 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 #97520D is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 82 | 13 | - |
| CMYK | 0 | 0.46 | 0.91 | 0.41 |
| HSL | 30º | 0.84% | 0.32% | - |
| HSV(B) | 30º | 0.91% | 0.59% | - |
| XYZ | 15.85 | 12.64 | 1.99 | - |
| YUV | 94.77 | 81.86 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 82 | 13 | 0 | 0.46 | 0.91 | 0.41 | 30 | 0.84 | 0.32 |
| Hex | 97 | 52 | D | 0 | 2E | 5B | 29 | 1E | 54 | 20 |
| Octal | 227 | 122 | 15 | 0 | 56 | 133 | 51 | 36 | 124 | 40 |
| Binary | 10010111 | 1010010 | 1101 | 0 | 101110 | 1011011 | 101001 | 11110 | 1010100 | 100000 |
Color Harmonies of #97520D
Complementary color
Monochromatic Colors of #97520D
Black with #97520D
Text Example
Text Example
White with #97520D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97520D; }
p { color: rgb(151,82,13); }
H1.HeaderClassName
{
color: #97520D;
}
.AnyTagClassName
{
color: #97520D;
}
</style>
background-color css
<style>
a { background-color: #97520D; }
a { background-color: rgb(151,82,13); }
div.DivClassName
{
background-color: #97520D;
}
.BgClassName
{
background-color: #97520D;
}
</style>
border-color css
<style>
span { border-color: #97520D; }
span { border-color: rgb(151,82,13); }
td.TdClassName
{
border-color: #97520D;
}
.TagClassName
{
border-color: #97520D;
}
</style>