Shades of Saddle Brown #A14A01
Tints of Saddle Brown #A14A01
RGB
CMYK
RGB Variations
Color information
#A14A01 (or 0xA14A01) is known color: Saddle Brown. HEX triplet: A1, 4A and 01. RGB value is (161,74,1). Sum of RGB (Red+Green+Blue) = 161+74+1=236 (31% of max value = 765). Red value is 161 (63.28% from 255 or 68.22% from 236); Green value is 74 (29.30% from 255 or 31.36% from 236); Blue value is 1 (0.78% from 255 or 0.42% from 236); Max value from RGB is 161 - color contains mainly: red. Hex color #A14A01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14A01 is #5EB5FE. Grayscale: #5C5C5C. Windows color (decimal): -6206975 or 84641. OLE color: 84641.
HSL color Cylindrical-coordinate representation of color #A14A01: hue angle of 27.38º 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 #A14A01 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 74 | 1 | - |
| CMYK | 0 | 0.54 | 0.99 | 0.37 |
| HSL | 27.38º | 0.99% | 0.32% | - |
| HSV(B) | 27.38º | 0.99% | 0.63% | - |
| XYZ | 17.15 | 12.48 | 1.53 | - |
| YUV | 91.69 | 76.82 | 177.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 74 | 1 | 0 | 0.54 | 0.99 | 0.37 | 27.38 | 0.99 | 0.32 |
| Hex | A1 | 4A | 1 | 0 | 36 | 63 | 25 | 1B | 63 | 20 |
| Octal | 241 | 112 | 1 | 0 | 66 | 143 | 45 | 33 | 143 | 40 |
| Binary | 10100001 | 1001010 | 1 | 0 | 110110 | 1100011 | 100101 | 11011 | 1100011 | 100000 |
Color Harmonies of #A14A01
Complementary color
Monochromatic Colors of #A14A01
Black with #A14A01
Text Example
Text Example
White with #A14A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14A01; }
p { color: rgb(161,74,1); }
H1.HeaderClassName
{
color: #A14A01;
}
.AnyTagClassName
{
color: #A14A01;
}
</style>
background-color css
<style>
a { background-color: #A14A01; }
a { background-color: rgb(161,74,1); }
div.DivClassName
{
background-color: #A14A01;
}
.BgClassName
{
background-color: #A14A01;
}
</style>
border-color css
<style>
span { border-color: #A14A01; }
span { border-color: rgb(161,74,1); }
td.TdClassName
{
border-color: #A14A01;
}
.TagClassName
{
border-color: #A14A01;
}
</style>