Shades of Saddle Brown #964E0F
Tints of Saddle Brown #964E0F
RGB
CMYK
RGB Variations
Color information
#964E0F (or 0x964E0F) is known color: Saddle Brown. HEX triplet: 96, 4E and 0F. RGB value is (150,78,15). Sum of RGB (Red+Green+Blue) = 150+78+15=243 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.73% from 243); Green value is 78 (30.86% from 255 or 32.10% from 243); Blue value is 15 (6.25% from 255 or 6.17% from 243); Max value from RGB is 150 - color contains mainly: red. Hex color #964E0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #964E0F is #69B1F0. Grayscale: #5C5C5C. Windows color (decimal): -6926833 or 1003158. OLE color: 1003158.
HSL color Cylindrical-coordinate representation of color #964E0F: hue angle of 28º 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 #964E0F is Cyan = 0, Magento = 0.48, Yellow = 0.9 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 78 | 15 | - |
| CMYK | 0 | 0.48 | 0.9 | 0.41 |
| HSL | 28º | 0.82% | 0.32% | - |
| HSV(B) | 28º | 0.9% | 0.59% | - |
| XYZ | 15.39 | 11.97 | 1.95 | - |
| YUV | 92.35 | 84.35 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 78 | 15 | 0 | 0.48 | 0.9 | 0.41 | 28 | 0.82 | 0.32 |
| Hex | 96 | 4E | F | 0 | 30 | 5A | 29 | 1C | 52 | 20 |
| Octal | 226 | 116 | 17 | 0 | 60 | 132 | 51 | 34 | 122 | 40 |
| Binary | 10010110 | 1001110 | 1111 | 0 | 110000 | 1011010 | 101001 | 11100 | 1010010 | 100000 |
Color Harmonies of #964E0F
Complementary color
Monochromatic Colors of #964E0F
Black with #964E0F
Text Example
Text Example
White with #964E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964E0F; }
p { color: rgb(150,78,15); }
H1.HeaderClassName
{
color: #964E0F;
}
.AnyTagClassName
{
color: #964E0F;
}
</style>
background-color css
<style>
a { background-color: #964E0F; }
a { background-color: rgb(150,78,15); }
div.DivClassName
{
background-color: #964E0F;
}
.BgClassName
{
background-color: #964E0F;
}
</style>
border-color css
<style>
span { border-color: #964E0F; }
span { border-color: rgb(150,78,15); }
td.TdClassName
{
border-color: #964E0F;
}
.TagClassName
{
border-color: #964E0F;
}
</style>