Shades of Saddle Brown #96520D
Tints of Saddle Brown #96520D
RGB
CMYK
RGB Variations
Color information
#96520D (or 0x96520D) is known color: Saddle Brown. HEX triplet: 96, 52 and 0D. RGB value is (150,82,13). Sum of RGB (Red+Green+Blue) = 150+82+13=245 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.22% from 245); Green value is 82 (32.42% from 255 or 33.47% from 245); Blue value is 13 (5.47% from 255 or 5.31% from 245); Max value from RGB is 150 - color contains mainly: red. Hex color #96520D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96520D is #69ADF2. Grayscale: #5E5E5E. Windows color (decimal): -6925811 or 873110. OLE color: 873110.
HSL color Cylindrical-coordinate representation of color #96520D: hue angle of 30.22º 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 #96520D is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 82 | 13 | - |
| CMYK | 0 | 0.45 | 0.91 | 0.41 |
| HSL | 30.22º | 0.84% | 0.32% | - |
| HSV(B) | 30.22º | 0.91% | 0.59% | - |
| XYZ | 15.67 | 12.55 | 1.98 | - |
| YUV | 94.47 | 82.03 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 82 | 13 | 0 | 0.45 | 0.91 | 0.41 | 30.22 | 0.84 | 0.32 |
| Hex | 96 | 52 | D | 0 | 2D | 5B | 29 | 1E | 54 | 20 |
| Octal | 226 | 122 | 15 | 0 | 55 | 133 | 51 | 36 | 124 | 40 |
| Binary | 10010110 | 1010010 | 1101 | 0 | 101101 | 1011011 | 101001 | 11110 | 1010100 | 100000 |
Color Harmonies of #96520D
Complementary color
Monochromatic Colors of #96520D
Black with #96520D
Text Example
Text Example
White with #96520D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96520D; }
p { color: rgb(150,82,13); }
H1.HeaderClassName
{
color: #96520D;
}
.AnyTagClassName
{
color: #96520D;
}
</style>
background-color css
<style>
a { background-color: #96520D; }
a { background-color: rgb(150,82,13); }
div.DivClassName
{
background-color: #96520D;
}
.BgClassName
{
background-color: #96520D;
}
</style>
border-color css
<style>
span { border-color: #96520D; }
span { border-color: rgb(150,82,13); }
td.TdClassName
{
border-color: #96520D;
}
.TagClassName
{
border-color: #96520D;
}
</style>