Shades of Saddle Brown #A14C01
Tints of Saddle Brown #A14C01
RGB
CMYK
RGB Variations
Color information
#A14C01 (or 0xA14C01) is known color: Saddle Brown. HEX triplet: A1, 4C and 01. RGB value is (161,76,1). Sum of RGB (Red+Green+Blue) = 161+76+1=238 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.65% from 238); Green value is 76 (30.08% from 255 or 31.93% from 238); Blue value is 1 (0.78% from 255 or 0.42% from 238); Max value from RGB is 161 - color contains mainly: red. Hex color #A14C01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14C01 is #5EB3FE. Grayscale: #5D5D5D. Windows color (decimal): -6206463 or 85153. OLE color: 85153.
HSL color Cylindrical-coordinate representation of color #A14C01: hue angle of 28.12º 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 #A14C01 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 76 | 1 | - |
| CMYK | 0 | 0.53 | 0.99 | 0.37 |
| HSL | 28.13º | 0.99% | 0.32% | - |
| HSV(B) | 28.13º | 0.99% | 0.63% | - |
| XYZ | 17.29 | 12.75 | 1.58 | - |
| YUV | 92.87 | 76.16 | 176.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 76 | 1 | 0 | 0.53 | 0.99 | 0.37 | 28.13 | 0.99 | 0.32 |
| Hex | A1 | 4C | 1 | 0 | 35 | 63 | 25 | 1C | 63 | 20 |
| Octal | 241 | 114 | 1 | 0 | 65 | 143 | 45 | 34 | 143 | 40 |
| Binary | 10100001 | 1001100 | 1 | 0 | 110101 | 1100011 | 100101 | 11100 | 1100011 | 100000 |
Color Harmonies of #A14C01
Complementary color
Monochromatic Colors of #A14C01
Black with #A14C01
Text Example
Text Example
White with #A14C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14C01; }
p { color: rgb(161,76,1); }
H1.HeaderClassName
{
color: #A14C01;
}
.AnyTagClassName
{
color: #A14C01;
}
</style>
background-color css
<style>
a { background-color: #A14C01; }
a { background-color: rgb(161,76,1); }
div.DivClassName
{
background-color: #A14C01;
}
.BgClassName
{
background-color: #A14C01;
}
</style>
border-color css
<style>
span { border-color: #A14C01; }
span { border-color: rgb(161,76,1); }
td.TdClassName
{
border-color: #A14C01;
}
.TagClassName
{
border-color: #A14C01;
}
</style>