Shades of Saddle Brown #964C0A
Tints of Saddle Brown #964C0A
RGB
CMYK
RGB Variations
Color information
#964C0A (or 0x964C0A) is known color: Saddle Brown. HEX triplet: 96, 4C and 0A. RGB value is (150,76,10). Sum of RGB (Red+Green+Blue) = 150+76+10=236 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.56% from 236); Green value is 76 (30.08% from 255 or 32.20% from 236); Blue value is 10 (4.30% from 255 or 4.24% from 236); Max value from RGB is 150 - color contains mainly: red. Hex color #964C0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964C0A is #69B3F5. Grayscale: #5A5A5A. Windows color (decimal): -6927350 or 674966. OLE color: 674966.
HSL color Cylindrical-coordinate representation of color #964C0A: hue angle of 28.29º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #964C0A is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 76 | 10 | - |
| CMYK | 0 | 0.49 | 0.93 | 0.41 |
| HSL | 28.29º | 0.88% | 0.31% | - |
| HSV(B) | 28.29º | 0.93% | 0.59% | - |
| XYZ | 15.22 | 11.67 | 1.74 | - |
| YUV | 90.6 | 82.52 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 76 | 10 | 0 | 0.49 | 0.93 | 0.41 | 28.29 | 0.88 | 0.31 |
| Hex | 96 | 4C | A | 0 | 31 | 5D | 29 | 1C | 58 | 1F |
| Octal | 226 | 114 | 12 | 0 | 61 | 135 | 51 | 34 | 130 | 37 |
| Binary | 10010110 | 1001100 | 1010 | 0 | 110001 | 1011101 | 101001 | 11100 | 1011000 | 11111 |
Color Harmonies of #964C0A
Complementary color
Monochromatic Colors of #964C0A
Black with #964C0A
Text Example
Text Example
White with #964C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964C0A; }
p { color: rgb(150,76,10); }
H1.HeaderClassName
{
color: #964C0A;
}
.AnyTagClassName
{
color: #964C0A;
}
</style>
background-color css
<style>
a { background-color: #964C0A; }
a { background-color: rgb(150,76,10); }
div.DivClassName
{
background-color: #964C0A;
}
.BgClassName
{
background-color: #964C0A;
}
</style>
border-color css
<style>
span { border-color: #964C0A; }
span { border-color: rgb(150,76,10); }
td.TdClassName
{
border-color: #964C0A;
}
.TagClassName
{
border-color: #964C0A;
}
</style>