Shades of Saddle Brown #964019
Tints of Saddle Brown #964019
RGB
CMYK
RGB Variations
Color information
#964019 (or 0x964019) is known color: Saddle Brown. HEX triplet: 96, 40 and 19. RGB value is (150,64,25). Sum of RGB (Red+Green+Blue) = 150+64+25=239 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.76% from 239); Green value is 64 (25.39% from 255 or 26.78% from 239); Blue value is 25 (10.16% from 255 or 10.46% from 239); Max value from RGB is 150 - color contains mainly: red. Hex color #964019 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964019 is #69BFE6. Grayscale: #555555. Windows color (decimal): -6930407 or 1654934. OLE color: 1654934.
HSL color Cylindrical-coordinate representation of color #964019: hue angle of 18.72º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #964019 is Cyan = 0, Magento = 0.57, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 64 | 25 | - |
| CMYK | 0 | 0.57 | 0.83 | 0.41 |
| HSL | 18.72º | 0.71% | 0.34% | - |
| HSV(B) | 18.72º | 0.83% | 0.59% | - |
| XYZ | 14.59 | 10.22 | 2.12 | - |
| YUV | 85.27 | 93.99 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 64 | 25 | 0 | 0.57 | 0.83 | 0.41 | 18.72 | 0.71 | 0.34 |
| Hex | 96 | 40 | 19 | 0 | 39 | 53 | 29 | 13 | 47 | 22 |
| Octal | 226 | 100 | 31 | 0 | 71 | 123 | 51 | 23 | 107 | 42 |
| Binary | 10010110 | 1000000 | 11001 | 0 | 111001 | 1010011 | 101001 | 10011 | 1000111 | 100010 |
Color Harmonies of #964019
Complementary color
Monochromatic Colors of #964019
Black with #964019
Text Example
Text Example
White with #964019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964019; }
p { color: rgb(150,64,25); }
H1.HeaderClassName
{
color: #964019;
}
.AnyTagClassName
{
color: #964019;
}
</style>
background-color css
<style>
a { background-color: #964019; }
a { background-color: rgb(150,64,25); }
div.DivClassName
{
background-color: #964019;
}
.BgClassName
{
background-color: #964019;
}
</style>
border-color css
<style>
span { border-color: #964019; }
span { border-color: rgb(150,64,25); }
td.TdClassName
{
border-color: #964019;
}
.TagClassName
{
border-color: #964019;
}
</style>