Shades of Saddle Brown #964513
Tints of Saddle Brown #964513
RGB
CMYK
RGB Variations
Color information
#964513 (or 0x964513) is known color: Saddle Brown. HEX triplet: 96, 45 and 13. RGB value is (150,69,19). Sum of RGB (Red+Green+Blue) = 150+69+19=238 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.03% from 238); Green value is 69 (27.34% from 255 or 28.99% from 238); Blue value is 19 (7.81% from 255 or 7.98% from 238); Max value from RGB is 150 - color contains mainly: red. Hex color #964513 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964513 is #69BAEC. Grayscale: #575757. Windows color (decimal): -6929133 or 1262998. OLE color: 1262998.
HSL color Cylindrical-coordinate representation of color #964513: hue angle of 22.9º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #964513 is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 69 | 19 | - |
| CMYK | 0 | 0.54 | 0.87 | 0.41 |
| HSL | 22.9º | 0.78% | 0.33% | - |
| HSV(B) | 22.9º | 0.87% | 0.59% | - |
| XYZ | 14.82 | 10.79 | 1.92 | - |
| YUV | 87.52 | 89.34 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 69 | 19 | 0 | 0.54 | 0.87 | 0.41 | 22.9 | 0.78 | 0.33 |
| Hex | 96 | 45 | 13 | 0 | 36 | 57 | 29 | 17 | 4E | 21 |
| Octal | 226 | 105 | 23 | 0 | 66 | 127 | 51 | 27 | 116 | 41 |
| Binary | 10010110 | 1000101 | 10011 | 0 | 110110 | 1010111 | 101001 | 10111 | 1001110 | 100001 |
Color Harmonies of #964513
Complementary color
Monochromatic Colors of #964513
Black with #964513
Text Example
Text Example
White with #964513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964513; }
p { color: rgb(150,69,19); }
H1.HeaderClassName
{
color: #964513;
}
.AnyTagClassName
{
color: #964513;
}
</style>
background-color css
<style>
a { background-color: #964513; }
a { background-color: rgb(150,69,19); }
div.DivClassName
{
background-color: #964513;
}
.BgClassName
{
background-color: #964513;
}
</style>
border-color css
<style>
span { border-color: #964513; }
span { border-color: rgb(150,69,19); }
td.TdClassName
{
border-color: #964513;
}
.TagClassName
{
border-color: #964513;
}
</style>