Shades of Saddle Brown #964E1A
Tints of Saddle Brown #964E1A
RGB
CMYK
RGB Variations
Color information
#964E1A (or 0x964E1A) is known color: Saddle Brown. HEX triplet: 96, 4E and 1A. RGB value is (150,78,26). Sum of RGB (Red+Green+Blue) = 150+78+26=254 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.06% from 254); Green value is 78 (30.86% from 255 or 30.71% from 254); Blue value is 26 (10.55% from 255 or 10.24% from 254); Max value from RGB is 150 - color contains mainly: red. Hex color #964E1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #964E1A is #69B1E5. Grayscale: #5D5D5D. Windows color (decimal): -6926822 or 1724054. OLE color: 1724054.
HSL color Cylindrical-coordinate representation of color #964E1A: hue angle of 25.16º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #964E1A is Cyan = 0, Magento = 0.48, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 78 | 26 | - |
| CMYK | 0 | 0.48 | 0.83 | 0.41 |
| HSL | 25.16º | 0.7% | 0.35% | - |
| HSV(B) | 25.16º | 0.83% | 0.59% | - |
| XYZ | 15.49 | 12.01 | 2.48 | - |
| YUV | 93.6 | 89.85 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 78 | 26 | 0 | 0.48 | 0.83 | 0.41 | 25.16 | 0.7 | 0.35 |
| Hex | 96 | 4E | 1A | 0 | 30 | 53 | 29 | 19 | 46 | 23 |
| Octal | 226 | 116 | 32 | 0 | 60 | 123 | 51 | 31 | 106 | 43 |
| Binary | 10010110 | 1001110 | 11010 | 0 | 110000 | 1010011 | 101001 | 11001 | 1000110 | 100011 |
Color Harmonies of #964E1A
Complementary color
Monochromatic Colors of #964E1A
Black with #964E1A
Text Example
Text Example
White with #964E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964E1A; }
p { color: rgb(150,78,26); }
H1.HeaderClassName
{
color: #964E1A;
}
.AnyTagClassName
{
color: #964E1A;
}
</style>
background-color css
<style>
a { background-color: #964E1A; }
a { background-color: rgb(150,78,26); }
div.DivClassName
{
background-color: #964E1A;
}
.BgClassName
{
background-color: #964E1A;
}
</style>
border-color css
<style>
span { border-color: #964E1A; }
span { border-color: rgb(150,78,26); }
td.TdClassName
{
border-color: #964E1A;
}
.TagClassName
{
border-color: #964E1A;
}
</style>