Shades of Saddle Brown #844E0A
Tints of Saddle Brown #844E0A
RGB
CMYK
RGB Variations
Color information
#844E0A (or 0x844E0A) is known color: Saddle Brown. HEX triplet: 84, 4E and 0A. RGB value is (132,78,10). Sum of RGB (Red+Green+Blue) = 132+78+10=220 (29% of max value = 765). Red value is 132 (51.95% from 255 or 60% from 220); Green value is 78 (30.86% from 255 or 35.45% from 220); Blue value is 10 (4.30% from 255 or 4.55% from 220); Max value from RGB is 132 - color contains mainly: red. Hex color #844E0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #844E0A is #7BB1F5. Grayscale: #565656. Windows color (decimal): -8106486 or 675460. OLE color: 675460.
HSL color Cylindrical-coordinate representation of color #844E0A: hue angle of 33.44º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #844E0A is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 78 | 10 | - |
| CMYK | 0 | 0.41 | 0.92 | 0.48 |
| HSL | 33.44º | 0.86% | 0.28% | - |
| HSV(B) | 33.44º | 0.92% | 0.52% | - |
| XYZ | 12.29 | 10.38 | 1.64 | - |
| YUV | 86.39 | 84.89 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 78 | 10 | 0 | 0.41 | 0.92 | 0.48 | 33.44 | 0.86 | 0.28 |
| Hex | 84 | 4E | A | 0 | 29 | 5C | 30 | 21 | 56 | 1C |
| Octal | 204 | 116 | 12 | 0 | 51 | 134 | 60 | 41 | 126 | 34 |
| Binary | 10000100 | 1001110 | 1010 | 0 | 101001 | 1011100 | 110000 | 100001 | 1010110 | 11100 |
Color Harmonies of #844E0A
Complementary color
Monochromatic Colors of #844E0A
Black with #844E0A
Text Example
Text Example
White with #844E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844E0A; }
p { color: rgb(132,78,10); }
H1.HeaderClassName
{
color: #844E0A;
}
.AnyTagClassName
{
color: #844E0A;
}
</style>
background-color css
<style>
a { background-color: #844E0A; }
a { background-color: rgb(132,78,10); }
div.DivClassName
{
background-color: #844E0A;
}
.BgClassName
{
background-color: #844E0A;
}
</style>
border-color css
<style>
span { border-color: #844E0A; }
span { border-color: rgb(132,78,10); }
td.TdClassName
{
border-color: #844E0A;
}
.TagClassName
{
border-color: #844E0A;
}
</style>