Shades of Saddle Brown #964A19
Tints of Saddle Brown #964A19
RGB
CMYK
RGB Variations
Color information
#964A19 (or 0x964A19) is known color: Saddle Brown. HEX triplet: 96, 4A and 19. RGB value is (150,74,25). Sum of RGB (Red+Green+Blue) = 150+74+25=249 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.24% from 249); Green value is 74 (29.30% from 255 or 29.72% from 249); Blue value is 25 (10.16% from 255 or 10.04% from 249); Max value from RGB is 150 - color contains mainly: red. Hex color #964A19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964A19 is #69B5E6. Grayscale: #5B5B5B. Windows color (decimal): -6927847 or 1657494. OLE color: 1657494.
HSL color Cylindrical-coordinate representation of color #964A19: hue angle of 23.52º 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 #964A19 is Cyan = 0, Magento = 0.51, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 74 | 25 | - |
| CMYK | 0 | 0.51 | 0.83 | 0.41 |
| HSL | 23.52º | 0.71% | 0.34% | - |
| HSV(B) | 23.52º | 0.83% | 0.59% | - |
| XYZ | 15.2 | 11.45 | 2.33 | - |
| YUV | 91.14 | 90.68 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 74 | 25 | 0 | 0.51 | 0.83 | 0.41 | 23.52 | 0.71 | 0.34 |
| Hex | 96 | 4A | 19 | 0 | 33 | 53 | 29 | 18 | 47 | 22 |
| Octal | 226 | 112 | 31 | 0 | 63 | 123 | 51 | 30 | 107 | 42 |
| Binary | 10010110 | 1001010 | 11001 | 0 | 110011 | 1010011 | 101001 | 11000 | 1000111 | 100010 |
Color Harmonies of #964A19
Complementary color
Monochromatic Colors of #964A19
Black with #964A19
Text Example
Text Example
White with #964A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964A19; }
p { color: rgb(150,74,25); }
H1.HeaderClassName
{
color: #964A19;
}
.AnyTagClassName
{
color: #964A19;
}
</style>
background-color css
<style>
a { background-color: #964A19; }
a { background-color: rgb(150,74,25); }
div.DivClassName
{
background-color: #964A19;
}
.BgClassName
{
background-color: #964A19;
}
</style>
border-color css
<style>
span { border-color: #964A19; }
span { border-color: rgb(150,74,25); }
td.TdClassName
{
border-color: #964A19;
}
.TagClassName
{
border-color: #964A19;
}
</style>