Shades of Saddle Brown #A14F01
Tints of Saddle Brown #A14F01
RGB
CMYK
RGB Variations
Color information
#A14F01 (or 0xA14F01) is known color: Saddle Brown. HEX triplet: A1, 4F and 01. RGB value is (161,79,1). Sum of RGB (Red+Green+Blue) = 161+79+1=241 (31% of max value = 765). Red value is 161 (63.28% from 255 or 66.80% from 241); Green value is 79 (31.25% from 255 or 32.78% from 241); Blue value is 1 (0.78% from 255 or 0.41% from 241); Max value from RGB is 161 - color contains mainly: red. Hex color #A14F01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A14F01 is #5EB0FE. Grayscale: #5F5F5F. Windows color (decimal): -6205695 or 85921. OLE color: 85921.
HSL color Cylindrical-coordinate representation of color #A14F01: hue angle of 29.25º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A14F01 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 79 | 1 | - |
| CMYK | 0 | 0.51 | 0.99 | 0.37 |
| HSL | 29.25º | 0.99% | 0.32% | - |
| HSV(B) | 29.25º | 0.99% | 0.63% | - |
| XYZ | 17.5 | 13.17 | 1.65 | - |
| YUV | 94.63 | 75.17 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 79 | 1 | 0 | 0.51 | 0.99 | 0.37 | 29.25 | 0.99 | 0.32 |
| Hex | A1 | 4F | 1 | 0 | 33 | 63 | 25 | 1D | 63 | 20 |
| Octal | 241 | 117 | 1 | 0 | 63 | 143 | 45 | 35 | 143 | 40 |
| Binary | 10100001 | 1001111 | 1 | 0 | 110011 | 1100011 | 100101 | 11101 | 1100011 | 100000 |
Color Harmonies of #A14F01
Complementary color
Monochromatic Colors of #A14F01
Black with #A14F01
Text Example
Text Example
White with #A14F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14F01; }
p { color: rgb(161,79,1); }
H1.HeaderClassName
{
color: #A14F01;
}
.AnyTagClassName
{
color: #A14F01;
}
</style>
background-color css
<style>
a { background-color: #A14F01; }
a { background-color: rgb(161,79,1); }
div.DivClassName
{
background-color: #A14F01;
}
.BgClassName
{
background-color: #A14F01;
}
</style>
border-color css
<style>
span { border-color: #A14F01; }
span { border-color: rgb(161,79,1); }
td.TdClassName
{
border-color: #A14F01;
}
.TagClassName
{
border-color: #A14F01;
}
</style>