Shades of Saddle Brown #A14D03
Tints of Saddle Brown #A14D03
RGB
CMYK
RGB Variations
Color information
#A14D03 (or 0xA14D03) is known color: Saddle Brown. HEX triplet: A1, 4D and 03. RGB value is (161,77,3). Sum of RGB (Red+Green+Blue) = 161+77+3=241 (31% of max value = 765). Red value is 161 (63.28% from 255 or 66.80% from 241); Green value is 77 (30.47% from 255 or 31.95% from 241); Blue value is 3 (1.56% from 255 or 1.24% from 241); Max value from RGB is 161 - color contains mainly: red. Hex color #A14D03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A14D03 is #5EB2FC. Grayscale: #5E5E5E. Windows color (decimal): -6206205 or 216481. OLE color: 216481.
HSL color Cylindrical-coordinate representation of color #A14D03: hue angle of 28.1º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A14D03 is Cyan = 0, Magento = 0.52, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 77 | 3 | - |
| CMYK | 0 | 0.52 | 0.98 | 0.37 |
| HSL | 28.1º | 0.96% | 0.32% | - |
| HSV(B) | 28.1º | 0.98% | 0.63% | - |
| XYZ | 17.37 | 12.89 | 1.66 | - |
| YUV | 93.68 | 76.83 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 77 | 3 | 0 | 0.52 | 0.98 | 0.37 | 28.1 | 0.96 | 0.32 |
| Hex | A1 | 4D | 3 | 0 | 34 | 62 | 25 | 1C | 60 | 20 |
| Octal | 241 | 115 | 3 | 0 | 64 | 142 | 45 | 34 | 140 | 40 |
| Binary | 10100001 | 1001101 | 11 | 0 | 110100 | 1100010 | 100101 | 11100 | 1100000 | 100000 |
Color Harmonies of #A14D03
Complementary color
Monochromatic Colors of #A14D03
Black with #A14D03
Text Example
Text Example
White with #A14D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14D03; }
p { color: rgb(161,77,3); }
H1.HeaderClassName
{
color: #A14D03;
}
.AnyTagClassName
{
color: #A14D03;
}
</style>
background-color css
<style>
a { background-color: #A14D03; }
a { background-color: rgb(161,77,3); }
div.DivClassName
{
background-color: #A14D03;
}
.BgClassName
{
background-color: #A14D03;
}
</style>
border-color css
<style>
span { border-color: #A14D03; }
span { border-color: rgb(161,77,3); }
td.TdClassName
{
border-color: #A14D03;
}
.TagClassName
{
border-color: #A14D03;
}
</style>