Shades of Saddle Brown #844014
Tints of Saddle Brown #844014
RGB
CMYK
RGB Variations
Color information
#844014 (or 0x844014) is known color: Saddle Brown. HEX triplet: 84, 40 and 14. RGB value is (132,64,20). Sum of RGB (Red+Green+Blue) = 132+64+20=216 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.11% from 216); Green value is 64 (25.39% from 255 or 29.63% from 216); Blue value is 20 (8.20% from 255 or 9.26% from 216); Max value from RGB is 132 - color contains mainly: red. Hex color #844014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844014 is #7BBFEB. Grayscale: #4F4F4F. Windows color (decimal): -8110060 or 1327236. OLE color: 1327236.
HSL color Cylindrical-coordinate representation of color #844014: hue angle of 23.57º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #844014 is Cyan = 0, Magento = 0.52, Yellow = 0.85 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 64 | 20 | - |
| CMYK | 0 | 0.52 | 0.85 | 0.48 |
| HSL | 23.57º | 0.74% | 0.3% | - |
| HSV(B) | 23.57º | 0.85% | 0.52% | - |
| XYZ | 11.48 | 8.62 | 1.72 | - |
| YUV | 79.32 | 94.53 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 64 | 20 | 0 | 0.52 | 0.85 | 0.48 | 23.57 | 0.74 | 0.3 |
| Hex | 84 | 40 | 14 | 0 | 34 | 55 | 30 | 18 | 4A | 1E |
| Octal | 204 | 100 | 24 | 0 | 64 | 125 | 60 | 30 | 112 | 36 |
| Binary | 10000100 | 1000000 | 10100 | 0 | 110100 | 1010101 | 110000 | 11000 | 1001010 | 11110 |
Color Harmonies of #844014
Complementary color
Monochromatic Colors of #844014
Black with #844014
Text Example
Text Example
White with #844014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844014; }
p { color: rgb(132,64,20); }
H1.HeaderClassName
{
color: #844014;
}
.AnyTagClassName
{
color: #844014;
}
</style>
background-color css
<style>
a { background-color: #844014; }
a { background-color: rgb(132,64,20); }
div.DivClassName
{
background-color: #844014;
}
.BgClassName
{
background-color: #844014;
}
</style>
border-color css
<style>
span { border-color: #844014; }
span { border-color: rgb(132,64,20); }
td.TdClassName
{
border-color: #844014;
}
.TagClassName
{
border-color: #844014;
}
</style>