Shades of Saddle Brown #96320C
Tints of Saddle Brown #96320C
RGB
CMYK
RGB Variations
Color information
#96320C (or 0x96320C) is known color: Saddle Brown. HEX triplet: 96, 32 and 0C. RGB value is (150,50,12). Sum of RGB (Red+Green+Blue) = 150+50+12=212 (28% of max value = 765). Red value is 150 (58.98% from 255 or 70.75% from 212); Green value is 50 (19.92% from 255 or 23.58% from 212); Blue value is 12 (5.08% from 255 or 5.66% from 212); Max value from RGB is 150 - color contains mainly: red. Hex color #96320C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96320C is #69CDF3. Grayscale: #4B4B4B. Windows color (decimal): -6934004 or 799382. OLE color: 799382.
HSL color Cylindrical-coordinate representation of color #96320C: hue angle of 16.52º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #96320C is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 50 | 12 | - |
| CMYK | 0 | 0.67 | 0.92 | 0.41 |
| HSL | 16.52º | 0.85% | 0.32% | - |
| HSV(B) | 16.52º | 0.92% | 0.59% | - |
| XYZ | 13.78 | 8.79 | 1.32 | - |
| YUV | 75.57 | 92.13 | 181.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 50 | 12 | 0 | 0.67 | 0.92 | 0.41 | 16.52 | 0.85 | 0.32 |
| Hex | 96 | 32 | C | 0 | 43 | 5C | 29 | 11 | 55 | 20 |
| Octal | 226 | 62 | 14 | 0 | 103 | 134 | 51 | 21 | 125 | 40 |
| Binary | 10010110 | 110010 | 1100 | 0 | 1000011 | 1011100 | 101001 | 10001 | 1010101 | 100000 |
Color Harmonies of #96320C
Complementary color
Monochromatic Colors of #96320C
Black with #96320C
Text Example
Text Example
White with #96320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96320C; }
p { color: rgb(150,50,12); }
H1.HeaderClassName
{
color: #96320C;
}
.AnyTagClassName
{
color: #96320C;
}
</style>
background-color css
<style>
a { background-color: #96320C; }
a { background-color: rgb(150,50,12); }
div.DivClassName
{
background-color: #96320C;
}
.BgClassName
{
background-color: #96320C;
}
</style>
border-color css
<style>
span { border-color: #96320C; }
span { border-color: rgb(150,50,12); }
td.TdClassName
{
border-color: #96320C;
}
.TagClassName
{
border-color: #96320C;
}
</style>