Shades of Saddle Brown #A14F03
Tints of Saddle Brown #A14F03
RGB
CMYK
RGB Variations
Color information
#A14F03 (or 0xA14F03) is known color: Saddle Brown. HEX triplet: A1, 4F and 03. RGB value is (161,79,3). Sum of RGB (Red+Green+Blue) = 161+79+3=243 (32% of max value = 765). Red value is 161 (63.28% from 255 or 66.26% from 243); Green value is 79 (31.25% from 255 or 32.51% from 243); Blue value is 3 (1.56% from 255 or 1.23% from 243); Max value from RGB is 161 - color contains mainly: red. Hex color #A14F03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A14F03 is #5EB0FC. Grayscale: #5F5F5F. Windows color (decimal): -6205693 or 216993. OLE color: 216993.
HSL color Cylindrical-coordinate representation of color #A14F03: hue angle of 28.86º 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 #A14F03 is Cyan = 0, Magento = 0.51, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 79 | 3 | - |
| CMYK | 0 | 0.51 | 0.98 | 0.37 |
| HSL | 28.86º | 0.96% | 0.32% | - |
| HSV(B) | 28.86º | 0.98% | 0.63% | - |
| XYZ | 17.51 | 13.18 | 1.71 | - |
| YUV | 94.85 | 76.17 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 79 | 3 | 0 | 0.51 | 0.98 | 0.37 | 28.86 | 0.96 | 0.32 |
| Hex | A1 | 4F | 3 | 0 | 33 | 62 | 25 | 1D | 60 | 20 |
| Octal | 241 | 117 | 3 | 0 | 63 | 142 | 45 | 35 | 140 | 40 |
| Binary | 10100001 | 1001111 | 11 | 0 | 110011 | 1100010 | 100101 | 11101 | 1100000 | 100000 |
Color Harmonies of #A14F03
Complementary color
Monochromatic Colors of #A14F03
Black with #A14F03
Text Example
Text Example
White with #A14F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14F03; }
p { color: rgb(161,79,3); }
H1.HeaderClassName
{
color: #A14F03;
}
.AnyTagClassName
{
color: #A14F03;
}
</style>
background-color css
<style>
a { background-color: #A14F03; }
a { background-color: rgb(161,79,3); }
div.DivClassName
{
background-color: #A14F03;
}
.BgClassName
{
background-color: #A14F03;
}
</style>
border-color css
<style>
span { border-color: #A14F03; }
span { border-color: rgb(161,79,3); }
td.TdClassName
{
border-color: #A14F03;
}
.TagClassName
{
border-color: #A14F03;
}
</style>