Shades of Saddle Brown #96400F
Tints of Saddle Brown #96400F
RGB
CMYK
RGB Variations
Color information
#96400F (or 0x96400F) is known color: Saddle Brown. HEX triplet: 96, 40 and 0F. RGB value is (150,64,15). Sum of RGB (Red+Green+Blue) = 150+64+15=229 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.50% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 15 (6.25% from 255 or 6.55% from 229); Max value from RGB is 150 - color contains mainly: red. Hex color #96400F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96400F is #69BFF0. Grayscale: #545454. Windows color (decimal): -6930417 or 999574. OLE color: 999574.
HSL color Cylindrical-coordinate representation of color #96400F: hue angle of 21.78º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #96400F is Cyan = 0, Magento = 0.57, Yellow = 0.9 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 64 | 15 | - |
| CMYK | 0 | 0.57 | 0.9 | 0.41 |
| HSL | 21.78º | 0.82% | 0.32% | - |
| HSV(B) | 21.78º | 0.9% | 0.59% | - |
| XYZ | 14.5 | 10.19 | 1.65 | - |
| YUV | 84.13 | 88.99 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 64 | 15 | 0 | 0.57 | 0.9 | 0.41 | 21.78 | 0.82 | 0.32 |
| Hex | 96 | 40 | F | 0 | 39 | 5A | 29 | 16 | 52 | 20 |
| Octal | 226 | 100 | 17 | 0 | 71 | 132 | 51 | 26 | 122 | 40 |
| Binary | 10010110 | 1000000 | 1111 | 0 | 111001 | 1011010 | 101001 | 10110 | 1010010 | 100000 |
Color Harmonies of #96400F
Complementary color
Monochromatic Colors of #96400F
Black with #96400F
Text Example
Text Example
White with #96400F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96400F; }
p { color: rgb(150,64,15); }
H1.HeaderClassName
{
color: #96400F;
}
.AnyTagClassName
{
color: #96400F;
}
</style>
background-color css
<style>
a { background-color: #96400F; }
a { background-color: rgb(150,64,15); }
div.DivClassName
{
background-color: #96400F;
}
.BgClassName
{
background-color: #96400F;
}
</style>
border-color css
<style>
span { border-color: #96400F; }
span { border-color: rgb(150,64,15); }
td.TdClassName
{
border-color: #96400F;
}
.TagClassName
{
border-color: #96400F;
}
</style>