Shades of Saddle Brown #96480E
Tints of Saddle Brown #96480E
RGB
CMYK
RGB Variations
Color information
#96480E (or 0x96480E) is known color: Saddle Brown. HEX triplet: 96, 48 and 0E. RGB value is (150,72,14). Sum of RGB (Red+Green+Blue) = 150+72+14=236 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.56% from 236); Green value is 72 (28.52% from 255 or 30.51% from 236); Blue value is 14 (5.86% from 255 or 5.93% from 236); Max value from RGB is 150 - color contains mainly: red. Hex color #96480E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96480E is #69B7F1. Grayscale: #595959. Windows color (decimal): -6928370 or 936086. OLE color: 936086.
HSL color Cylindrical-coordinate representation of color #96480E: hue angle of 25.59º 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 #96480E is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 72 | 14 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.41 |
| HSL | 25.59º | 0.83% | 0.32% | - |
| HSV(B) | 25.59º | 0.91% | 0.59% | - |
| XYZ | 14.97 | 11.15 | 1.78 | - |
| YUV | 88.71 | 85.84 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 72 | 14 | 0 | 0.52 | 0.91 | 0.41 | 25.59 | 0.83 | 0.32 |
| Hex | 96 | 48 | E | 0 | 34 | 5B | 29 | 1A | 53 | 20 |
| Octal | 226 | 110 | 16 | 0 | 64 | 133 | 51 | 32 | 123 | 40 |
| Binary | 10010110 | 1001000 | 1110 | 0 | 110100 | 1011011 | 101001 | 11010 | 1010011 | 100000 |
Color Harmonies of #96480E
Complementary color
Monochromatic Colors of #96480E
Black with #96480E
Text Example
Text Example
White with #96480E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96480E; }
p { color: rgb(150,72,14); }
H1.HeaderClassName
{
color: #96480E;
}
.AnyTagClassName
{
color: #96480E;
}
</style>
background-color css
<style>
a { background-color: #96480E; }
a { background-color: rgb(150,72,14); }
div.DivClassName
{
background-color: #96480E;
}
.BgClassName
{
background-color: #96480E;
}
</style>
border-color css
<style>
span { border-color: #96480E; }
span { border-color: rgb(150,72,14); }
td.TdClassName
{
border-color: #96480E;
}
.TagClassName
{
border-color: #96480E;
}
</style>