Shades of Saddle Brown #964313
Tints of Saddle Brown #964313
RGB
CMYK
RGB Variations
Color information
#964313 (or 0x964313) is known color: Saddle Brown. HEX triplet: 96, 43 and 13. RGB value is (150,67,19). Sum of RGB (Red+Green+Blue) = 150+67+19=236 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.56% from 236); Green value is 67 (26.56% from 255 or 28.39% from 236); Blue value is 19 (7.81% from 255 or 8.05% from 236); Max value from RGB is 150 - color contains mainly: red. Hex color #964313 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964313 is #69BCEC. Grayscale: #565656. Windows color (decimal): -6929645 or 1262486. OLE color: 1262486.
HSL color Cylindrical-coordinate representation of color #964313: hue angle of 21.98º 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 #964313 is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 67 | 19 | - |
| CMYK | 0 | 0.55 | 0.87 | 0.41 |
| HSL | 21.98º | 0.78% | 0.33% | - |
| HSV(B) | 21.98º | 0.87% | 0.59% | - |
| XYZ | 14.7 | 10.55 | 1.88 | - |
| YUV | 86.35 | 90 | 173.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 67 | 19 | 0 | 0.55 | 0.87 | 0.41 | 21.98 | 0.78 | 0.33 |
| Hex | 96 | 43 | 13 | 0 | 37 | 57 | 29 | 16 | 4E | 21 |
| Octal | 226 | 103 | 23 | 0 | 67 | 127 | 51 | 26 | 116 | 41 |
| Binary | 10010110 | 1000011 | 10011 | 0 | 110111 | 1010111 | 101001 | 10110 | 1001110 | 100001 |
Color Harmonies of #964313
Complementary color
Monochromatic Colors of #964313
Black with #964313
Text Example
Text Example
White with #964313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964313; }
p { color: rgb(150,67,19); }
H1.HeaderClassName
{
color: #964313;
}
.AnyTagClassName
{
color: #964313;
}
</style>
background-color css
<style>
a { background-color: #964313; }
a { background-color: rgb(150,67,19); }
div.DivClassName
{
background-color: #964313;
}
.BgClassName
{
background-color: #964313;
}
</style>
border-color css
<style>
span { border-color: #964313; }
span { border-color: rgb(150,67,19); }
td.TdClassName
{
border-color: #964313;
}
.TagClassName
{
border-color: #964313;
}
</style>