Shades of Saddle Brown #96520E
Tints of Saddle Brown #96520E
RGB
CMYK
RGB Variations
Color information
#96520E (or 0x96520E) is known color: Saddle Brown. HEX triplet: 96, 52 and 0E. RGB value is (150,82,14). Sum of RGB (Red+Green+Blue) = 150+82+14=246 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.98% from 246); Green value is 82 (32.42% from 255 or 33.33% from 246); Blue value is 14 (5.86% from 255 or 5.69% from 246); Max value from RGB is 150 - color contains mainly: red. Hex color #96520E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96520E is #69ADF1. Grayscale: #5E5E5E. Windows color (decimal): -6925810 or 938646. OLE color: 938646.
HSL color Cylindrical-coordinate representation of color #96520E: hue angle of 30º degrees, saturation: 0.83, 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 #96520E is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 82 | 14 | - |
| CMYK | 0 | 0.45 | 0.91 | 0.41 |
| HSL | 30º | 0.83% | 0.32% | - |
| HSV(B) | 30º | 0.91% | 0.59% | - |
| XYZ | 15.67 | 12.55 | 2.01 | - |
| YUV | 94.58 | 82.53 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 82 | 14 | 0 | 0.45 | 0.91 | 0.41 | 30 | 0.83 | 0.32 |
| Hex | 96 | 52 | E | 0 | 2D | 5B | 29 | 1E | 53 | 20 |
| Octal | 226 | 122 | 16 | 0 | 55 | 133 | 51 | 36 | 123 | 40 |
| Binary | 10010110 | 1010010 | 1110 | 0 | 101101 | 1011011 | 101001 | 11110 | 1010011 | 100000 |
Color Harmonies of #96520E
Complementary color
Monochromatic Colors of #96520E
Black with #96520E
Text Example
Text Example
White with #96520E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96520E; }
p { color: rgb(150,82,14); }
H1.HeaderClassName
{
color: #96520E;
}
.AnyTagClassName
{
color: #96520E;
}
</style>
background-color css
<style>
a { background-color: #96520E; }
a { background-color: rgb(150,82,14); }
div.DivClassName
{
background-color: #96520E;
}
.BgClassName
{
background-color: #96520E;
}
</style>
border-color css
<style>
span { border-color: #96520E; }
span { border-color: rgb(150,82,14); }
td.TdClassName
{
border-color: #96520E;
}
.TagClassName
{
border-color: #96520E;
}
</style>