Shades of Saddle Brown #964E0E
Tints of Saddle Brown #964E0E
RGB
CMYK
RGB Variations
Color information
#964E0E (or 0x964E0E) is known color: Saddle Brown. HEX triplet: 96, 4E and 0E. RGB value is (150,78,14). Sum of RGB (Red+Green+Blue) = 150+78+14=242 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.98% from 242); Green value is 78 (30.86% from 255 or 32.23% from 242); Blue value is 14 (5.86% from 255 or 5.79% from 242); Max value from RGB is 150 - color contains mainly: red. Hex color #964E0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #964E0E is #69B1F1. Grayscale: #5C5C5C. Windows color (decimal): -6926834 or 937622. OLE color: 937622.
HSL color Cylindrical-coordinate representation of color #964E0E: hue angle of 28.24º 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 #964E0E is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 78 | 14 | - |
| CMYK | 0 | 0.48 | 0.91 | 0.41 |
| HSL | 28.24º | 0.83% | 0.32% | - |
| HSV(B) | 28.24º | 0.91% | 0.59% | - |
| XYZ | 15.38 | 11.96 | 1.91 | - |
| YUV | 92.23 | 83.85 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 78 | 14 | 0 | 0.48 | 0.91 | 0.41 | 28.24 | 0.83 | 0.32 |
| Hex | 96 | 4E | E | 0 | 30 | 5B | 29 | 1C | 53 | 20 |
| Octal | 226 | 116 | 16 | 0 | 60 | 133 | 51 | 34 | 123 | 40 |
| Binary | 10010110 | 1001110 | 1110 | 0 | 110000 | 1011011 | 101001 | 11100 | 1010011 | 100000 |
Color Harmonies of #964E0E
Complementary color
Monochromatic Colors of #964E0E
Black with #964E0E
Text Example
Text Example
White with #964E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964E0E; }
p { color: rgb(150,78,14); }
H1.HeaderClassName
{
color: #964E0E;
}
.AnyTagClassName
{
color: #964E0E;
}
</style>
background-color css
<style>
a { background-color: #964E0E; }
a { background-color: rgb(150,78,14); }
div.DivClassName
{
background-color: #964E0E;
}
.BgClassName
{
background-color: #964E0E;
}
</style>
border-color css
<style>
span { border-color: #964E0E; }
span { border-color: rgb(150,78,14); }
td.TdClassName
{
border-color: #964E0E;
}
.TagClassName
{
border-color: #964E0E;
}
</style>