Shades of Saddle Brown #844914
Tints of Saddle Brown #844914
RGB
CMYK
RGB Variations
Color information
#844914 (or 0x844914) is known color: Saddle Brown. HEX triplet: 84, 49 and 14. RGB value is (132,73,20). Sum of RGB (Red+Green+Blue) = 132+73+20=225 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.67% from 225); Green value is 73 (28.91% from 255 or 32.44% from 225); Blue value is 20 (8.20% from 255 or 8.89% from 225); Max value from RGB is 132 - color contains mainly: red. Hex color #844914 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844914 is #7BB6EB. Grayscale: #545454. Windows color (decimal): -8107756 or 1329540. OLE color: 1329540.
HSL color Cylindrical-coordinate representation of color #844914: hue angle of 28.39º 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 #844914 is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 73 | 20 | - |
| CMYK | 0 | 0.45 | 0.85 | 0.48 |
| HSL | 28.39º | 0.74% | 0.3% | - |
| HSV(B) | 28.39º | 0.85% | 0.52% | - |
| XYZ | 12.02 | 9.72 | 1.9 | - |
| YUV | 84.6 | 91.55 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 73 | 20 | 0 | 0.45 | 0.85 | 0.48 | 28.39 | 0.74 | 0.3 |
| Hex | 84 | 49 | 14 | 0 | 2D | 55 | 30 | 1C | 4A | 1E |
| Octal | 204 | 111 | 24 | 0 | 55 | 125 | 60 | 34 | 112 | 36 |
| Binary | 10000100 | 1001001 | 10100 | 0 | 101101 | 1010101 | 110000 | 11100 | 1001010 | 11110 |
Color Harmonies of #844914
Complementary color
Monochromatic Colors of #844914
Black with #844914
Text Example
Text Example
White with #844914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844914; }
p { color: rgb(132,73,20); }
H1.HeaderClassName
{
color: #844914;
}
.AnyTagClassName
{
color: #844914;
}
</style>
background-color css
<style>
a { background-color: #844914; }
a { background-color: rgb(132,73,20); }
div.DivClassName
{
background-color: #844914;
}
.BgClassName
{
background-color: #844914;
}
</style>
border-color css
<style>
span { border-color: #844914; }
span { border-color: rgb(132,73,20); }
td.TdClassName
{
border-color: #844914;
}
.TagClassName
{
border-color: #844914;
}
</style>