Shades of Saddle Brown #A14A04
Tints of Saddle Brown #A14A04
RGB
CMYK
RGB Variations
Color information
#A14A04 (or 0xA14A04) is known color: Saddle Brown. HEX triplet: A1, 4A and 04. RGB value is (161,74,4). Sum of RGB (Red+Green+Blue) = 161+74+4=239 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.36% from 239); Green value is 74 (29.30% from 255 or 30.96% from 239); Blue value is 4 (1.95% from 255 or 1.67% from 239); Max value from RGB is 161 - color contains mainly: red. Hex color #A14A04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14A04 is #5EB5FB. Grayscale: #5C5C5C. Windows color (decimal): -6206972 or 281249. OLE color: 281249.
HSL color Cylindrical-coordinate representation of color #A14A04: hue angle of 26.75º degrees, saturation: 0.95, 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 #A14A04 is Cyan = 0, Magento = 0.54, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 74 | 4 | - |
| CMYK | 0 | 0.54 | 0.98 | 0.37 |
| HSL | 26.75º | 0.95% | 0.32% | - |
| HSV(B) | 26.75º | 0.98% | 0.63% | - |
| XYZ | 17.17 | 12.48 | 1.62 | - |
| YUV | 92.03 | 78.32 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 74 | 4 | 0 | 0.54 | 0.98 | 0.37 | 26.75 | 0.95 | 0.32 |
| Hex | A1 | 4A | 4 | 0 | 36 | 62 | 25 | 1B | 5F | 20 |
| Octal | 241 | 112 | 4 | 0 | 66 | 142 | 45 | 33 | 137 | 40 |
| Binary | 10100001 | 1001010 | 100 | 0 | 110110 | 1100010 | 100101 | 11011 | 1011111 | 100000 |
Color Harmonies of #A14A04
Complementary color
Monochromatic Colors of #A14A04
Black with #A14A04
Text Example
Text Example
White with #A14A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14A04; }
p { color: rgb(161,74,4); }
H1.HeaderClassName
{
color: #A14A04;
}
.AnyTagClassName
{
color: #A14A04;
}
</style>
background-color css
<style>
a { background-color: #A14A04; }
a { background-color: rgb(161,74,4); }
div.DivClassName
{
background-color: #A14A04;
}
.BgClassName
{
background-color: #A14A04;
}
</style>
border-color css
<style>
span { border-color: #A14A04; }
span { border-color: rgb(161,74,4); }
td.TdClassName
{
border-color: #A14A04;
}
.TagClassName
{
border-color: #A14A04;
}
</style>