Shades of Saddle Brown #844E0E
Tints of Saddle Brown #844E0E
RGB
CMYK
RGB Variations
Color information
#844E0E (or 0x844E0E) is known color: Saddle Brown. HEX triplet: 84, 4E and 0E. RGB value is (132,78,14). Sum of RGB (Red+Green+Blue) = 132+78+14=224 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.93% from 224); Green value is 78 (30.86% from 255 or 34.82% from 224); Blue value is 14 (5.86% from 255 or 6.25% from 224); Max value from RGB is 132 - color contains mainly: red. Hex color #844E0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #844E0E is #7BB1F1. Grayscale: #575757. Windows color (decimal): -8106482 or 937604. OLE color: 937604.
HSL color Cylindrical-coordinate representation of color #844E0E: hue angle of 32.54º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #844E0E is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 78 | 14 | - |
| CMYK | 0 | 0.41 | 0.89 | 0.48 |
| HSL | 32.54º | 0.81% | 0.29% | - |
| HSV(B) | 32.54º | 0.89% | 0.52% | - |
| XYZ | 12.32 | 10.39 | 1.77 | - |
| YUV | 86.85 | 86.89 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 78 | 14 | 0 | 0.41 | 0.89 | 0.48 | 32.54 | 0.81 | 0.29 |
| Hex | 84 | 4E | E | 0 | 29 | 59 | 30 | 21 | 51 | 1D |
| Octal | 204 | 116 | 16 | 0 | 51 | 131 | 60 | 41 | 121 | 35 |
| Binary | 10000100 | 1001110 | 1110 | 0 | 101001 | 1011001 | 110000 | 100001 | 1010001 | 11101 |
Color Harmonies of #844E0E
Complementary color
Monochromatic Colors of #844E0E
Black with #844E0E
Text Example
Text Example
White with #844E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844E0E; }
p { color: rgb(132,78,14); }
H1.HeaderClassName
{
color: #844E0E;
}
.AnyTagClassName
{
color: #844E0E;
}
</style>
background-color css
<style>
a { background-color: #844E0E; }
a { background-color: rgb(132,78,14); }
div.DivClassName
{
background-color: #844E0E;
}
.BgClassName
{
background-color: #844E0E;
}
</style>
border-color css
<style>
span { border-color: #844E0E; }
span { border-color: rgb(132,78,14); }
td.TdClassName
{
border-color: #844E0E;
}
.TagClassName
{
border-color: #844E0E;
}
</style>