Shades of Saddle Brown #A14A00
Tints of Saddle Brown #A14A00
RGB
CMYK
RGB Variations
Color information
#A14A00 (or 0xA14A00) is known color: Saddle Brown. HEX triplet: A1, 4A and 00. RGB value is (161,74,0). Sum of RGB (Red+Green+Blue) = 161+74+0=235 (31% of max value = 765). Red value is 161 (63.28% from 255 or 68.51% from 235); Green value is 74 (29.30% from 255 or 31.49% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 161 - color contains mainly: red. Hex color #A14A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14A00 is #5EB5FF. Grayscale: #5B5B5B. Windows color (decimal): -6206976 or 19105. OLE color: 19105.
HSL color Cylindrical-coordinate representation of color #A14A00: hue angle of 27.58º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A14A00 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 74 | 0 | - |
| CMYK | 0 | 0.54 | 1 | 0.37 |
| HSL | 27.58º | 1% | 0.32% | - |
| HSV(B) | 27.58º | 1% | 0.63% | - |
| XYZ | 17.15 | 12.47 | 1.5 | - |
| YUV | 91.58 | 76.32 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 74 | 0 | 0 | 0.54 | 1 | 0.37 | 27.58 | 1 | 0.32 |
| Hex | A1 | 4A | 0 | 0 | 36 | 64 | 25 | 1C | 64 | 20 |
| Octal | 241 | 112 | 0 | 0 | 66 | 144 | 45 | 34 | 144 | 40 |
| Binary | 10100001 | 1001010 | 0 | 0 | 110110 | 1100100 | 100101 | 11100 | 1100100 | 100000 |
Color Harmonies of #A14A00
Complementary color
Monochromatic Colors of #A14A00
Black with #A14A00
Text Example
Text Example
White with #A14A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14A00; }
p { color: rgb(161,74,0); }
H1.HeaderClassName
{
color: #A14A00;
}
.AnyTagClassName
{
color: #A14A00;
}
</style>
background-color css
<style>
a { background-color: #A14A00; }
a { background-color: rgb(161,74,0); }
div.DivClassName
{
background-color: #A14A00;
}
.BgClassName
{
background-color: #A14A00;
}
</style>
border-color css
<style>
span { border-color: #A14A00; }
span { border-color: rgb(161,74,0); }
td.TdClassName
{
border-color: #A14A00;
}
.TagClassName
{
border-color: #A14A00;
}
</style>