Shades of Saddle Brown #A14C0E
Tints of Saddle Brown #A14C0E
RGB
CMYK
RGB Variations
Color information
#A14C0E (or 0xA14C0E) is known color: Saddle Brown. HEX triplet: A1, 4C and 0E. RGB value is (161,76,14). Sum of RGB (Red+Green+Blue) = 161+76+14=251 (33% of max value = 765). Red value is 161 (63.28% from 255 or 64.14% from 251); Green value is 76 (30.08% from 255 or 30.28% from 251); Blue value is 14 (5.86% from 255 or 5.58% from 251); Max value from RGB is 161 - color contains mainly: red. Hex color #A14C0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14C0E is #5EB3F1. Grayscale: #5E5E5E. Windows color (decimal): -6206450 or 937121. OLE color: 937121.
HSL color Cylindrical-coordinate representation of color #A14C0E: hue angle of 25.31º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A14C0E is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 76 | 14 | - |
| CMYK | 0 | 0.53 | 0.91 | 0.37 |
| HSL | 25.31º | 0.84% | 0.34% | - |
| HSV(B) | 25.31º | 0.91% | 0.63% | - |
| XYZ | 17.36 | 12.78 | 1.97 | - |
| YUV | 94.35 | 82.66 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 76 | 14 | 0 | 0.53 | 0.91 | 0.37 | 25.31 | 0.84 | 0.34 |
| Hex | A1 | 4C | E | 0 | 35 | 5B | 25 | 19 | 54 | 22 |
| Octal | 241 | 114 | 16 | 0 | 65 | 133 | 45 | 31 | 124 | 42 |
| Binary | 10100001 | 1001100 | 1110 | 0 | 110101 | 1011011 | 100101 | 11001 | 1010100 | 100010 |
Color Harmonies of #A14C0E
Complementary color
Monochromatic Colors of #A14C0E
Black with #A14C0E
Text Example
Text Example
White with #A14C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14C0E; }
p { color: rgb(161,76,14); }
H1.HeaderClassName
{
color: #A14C0E;
}
.AnyTagClassName
{
color: #A14C0E;
}
</style>
background-color css
<style>
a { background-color: #A14C0E; }
a { background-color: rgb(161,76,14); }
div.DivClassName
{
background-color: #A14C0E;
}
.BgClassName
{
background-color: #A14C0E;
}
</style>
border-color css
<style>
span { border-color: #A14C0E; }
span { border-color: rgb(161,76,14); }
td.TdClassName
{
border-color: #A14C0E;
}
.TagClassName
{
border-color: #A14C0E;
}
</style>