Shades of Saddle Brown #97530D
Tints of Saddle Brown #97530D
RGB
CMYK
RGB Variations
Color information
#97530D (or 0x97530D) is known color: Saddle Brown. HEX triplet: 97, 53 and 0D. RGB value is (151,83,13). Sum of RGB (Red+Green+Blue) = 151+83+13=247 (32% of max value = 765). Red value is 151 (59.38% from 255 or 61.13% from 247); Green value is 83 (32.81% from 255 or 33.60% from 247); Blue value is 13 (5.47% from 255 or 5.26% from 247); Max value from RGB is 151 - color contains mainly: red. Hex color #97530D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #97530D is #68ACF2. Grayscale: #5F5F5F. Windows color (decimal): -6860019 or 873367. OLE color: 873367.
HSL color Cylindrical-coordinate representation of color #97530D: hue angle of 30.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 #97530D is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 83 | 13 | - |
| CMYK | 0 | 0.45 | 0.91 | 0.41 |
| HSL | 30.43º | 0.84% | 0.32% | - |
| HSV(B) | 30.43º | 0.91% | 0.59% | - |
| XYZ | 15.93 | 12.79 | 2.01 | - |
| YUV | 95.35 | 81.53 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 83 | 13 | 0 | 0.45 | 0.91 | 0.41 | 30.43 | 0.84 | 0.32 |
| Hex | 97 | 53 | D | 0 | 2D | 5B | 29 | 1E | 54 | 20 |
| Octal | 227 | 123 | 15 | 0 | 55 | 133 | 51 | 36 | 124 | 40 |
| Binary | 10010111 | 1010011 | 1101 | 0 | 101101 | 1011011 | 101001 | 11110 | 1010100 | 100000 |
Color Harmonies of #97530D
Complementary color
Monochromatic Colors of #97530D
Black with #97530D
Text Example
Text Example
White with #97530D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97530D; }
p { color: rgb(151,83,13); }
H1.HeaderClassName
{
color: #97530D;
}
.AnyTagClassName
{
color: #97530D;
}
</style>
background-color css
<style>
a { background-color: #97530D; }
a { background-color: rgb(151,83,13); }
div.DivClassName
{
background-color: #97530D;
}
.BgClassName
{
background-color: #97530D;
}
</style>
border-color css
<style>
span { border-color: #97530D; }
span { border-color: rgb(151,83,13); }
td.TdClassName
{
border-color: #97530D;
}
.TagClassName
{
border-color: #97530D;
}
</style>