Shades of Saddle Brown #A14E08
Tints of Saddle Brown #A14E08
RGB
CMYK
RGB Variations
Color information
#A14E08 (or 0xA14E08) is known color: Saddle Brown. HEX triplet: A1, 4E and 08. RGB value is (161,78,8). Sum of RGB (Red+Green+Blue) = 161+78+8=247 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.18% from 247); Green value is 78 (30.86% from 255 or 31.58% from 247); Blue value is 8 (3.52% from 255 or 3.24% from 247); Max value from RGB is 161 - color contains mainly: red. Hex color #A14E08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A14E08 is #5EB1F7. Grayscale: #5F5F5F. Windows color (decimal): -6205944 or 544417. OLE color: 544417.
HSL color Cylindrical-coordinate representation of color #A14E08: hue angle of 27.45º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A14E08 is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 78 | 8 | - |
| CMYK | 0 | 0.52 | 0.95 | 0.37 |
| HSL | 27.45º | 0.91% | 0.33% | - |
| HSV(B) | 27.45º | 0.95% | 0.63% | - |
| XYZ | 17.47 | 13.04 | 1.83 | - |
| YUV | 94.84 | 79 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 78 | 8 | 0 | 0.52 | 0.95 | 0.37 | 27.45 | 0.91 | 0.33 |
| Hex | A1 | 4E | 8 | 0 | 34 | 5F | 25 | 1B | 5B | 21 |
| Octal | 241 | 116 | 10 | 0 | 64 | 137 | 45 | 33 | 133 | 41 |
| Binary | 10100001 | 1001110 | 1000 | 0 | 110100 | 1011111 | 100101 | 11011 | 1011011 | 100001 |
Color Harmonies of #A14E08
Complementary color
Monochromatic Colors of #A14E08
Black with #A14E08
Text Example
Text Example
White with #A14E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14E08; }
p { color: rgb(161,78,8); }
H1.HeaderClassName
{
color: #A14E08;
}
.AnyTagClassName
{
color: #A14E08;
}
</style>
background-color css
<style>
a { background-color: #A14E08; }
a { background-color: rgb(161,78,8); }
div.DivClassName
{
background-color: #A14E08;
}
.BgClassName
{
background-color: #A14E08;
}
</style>
border-color css
<style>
span { border-color: #A14E08; }
span { border-color: rgb(161,78,8); }
td.TdClassName
{
border-color: #A14E08;
}
.TagClassName
{
border-color: #A14E08;
}
</style>