Shades of Saddle Brown #97460B
Tints of Saddle Brown #97460B
RGB
CMYK
RGB Variations
Color information
#97460B (or 0x97460B) is known color: Saddle Brown. HEX triplet: 97, 46 and 0B. RGB value is (151,70,11). Sum of RGB (Red+Green+Blue) = 151+70+11=232 (30% of max value = 765). Red value is 151 (59.38% from 255 or 65.09% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 11 (4.69% from 255 or 4.74% from 232); Max value from RGB is 151 - color contains mainly: red. Hex color #97460B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #97460B is #68B9F4. Grayscale: #575757. Windows color (decimal): -6863349 or 738967. OLE color: 738967.
HSL color Cylindrical-coordinate representation of color #97460B: hue angle of 25.29º degrees, saturation: 0.86, 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 #97460B is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 70 | 11 | - |
| CMYK | 0 | 0.54 | 0.93 | 0.41 |
| HSL | 25.29º | 0.86% | 0.32% | - |
| HSV(B) | 25.29º | 0.93% | 0.59% | - |
| XYZ | 15.01 | 10.98 | 1.65 | - |
| YUV | 87.49 | 84.84 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 70 | 11 | 0 | 0.54 | 0.93 | 0.41 | 25.29 | 0.86 | 0.32 |
| Hex | 97 | 46 | B | 0 | 36 | 5D | 29 | 19 | 56 | 20 |
| Octal | 227 | 106 | 13 | 0 | 66 | 135 | 51 | 31 | 126 | 40 |
| Binary | 10010111 | 1000110 | 1011 | 0 | 110110 | 1011101 | 101001 | 11001 | 1010110 | 100000 |
Color Harmonies of #97460B
Complementary color
Monochromatic Colors of #97460B
Black with #97460B
Text Example
Text Example
White with #97460B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97460B; }
p { color: rgb(151,70,11); }
H1.HeaderClassName
{
color: #97460B;
}
.AnyTagClassName
{
color: #97460B;
}
</style>
background-color css
<style>
a { background-color: #97460B; }
a { background-color: rgb(151,70,11); }
div.DivClassName
{
background-color: #97460B;
}
.BgClassName
{
background-color: #97460B;
}
</style>
border-color css
<style>
span { border-color: #97460B; }
span { border-color: rgb(151,70,11); }
td.TdClassName
{
border-color: #97460B;
}
.TagClassName
{
border-color: #97460B;
}
</style>