Shades of Saddle Brown #A04314
Tints of Saddle Brown #A04314
RGB
CMYK
RGB Variations
Color information
#A04314 (or 0xA04314) is known color: Saddle Brown. HEX triplet: A0, 43 and 14. RGB value is (160,67,20). Sum of RGB (Red+Green+Blue) = 160+67+20=247 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.78% from 247); Green value is 67 (26.56% from 255 or 27.13% from 247); Blue value is 20 (8.20% from 255 or 8.10% from 247); Max value from RGB is 160 - color contains mainly: red. Hex color #A04314 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04314 is #5FBCEB. Grayscale: #595959. Windows color (decimal): -6274284 or 1328032. OLE color: 1328032.
HSL color Cylindrical-coordinate representation of color #A04314: hue angle of 20.14º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A04314 is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 67 | 20 | - |
| CMYK | 0 | 0.58 | 0.88 | 0.37 |
| HSL | 20.14º | 0.78% | 0.35% | - |
| HSV(B) | 20.14º | 0.88% | 0.63% | - |
| XYZ | 16.63 | 11.54 | 2.01 | - |
| YUV | 89.45 | 88.81 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 67 | 20 | 0 | 0.58 | 0.88 | 0.37 | 20.14 | 0.78 | 0.35 |
| Hex | A0 | 43 | 14 | 0 | 3A | 58 | 25 | 14 | 4E | 23 |
| Octal | 240 | 103 | 24 | 0 | 72 | 130 | 45 | 24 | 116 | 43 |
| Binary | 10100000 | 1000011 | 10100 | 0 | 111010 | 1011000 | 100101 | 10100 | 1001110 | 100011 |
Color Harmonies of #A04314
Complementary color
Monochromatic Colors of #A04314
Black with #A04314
Text Example
Text Example
White with #A04314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04314; }
p { color: rgb(160,67,20); }
H1.HeaderClassName
{
color: #A04314;
}
.AnyTagClassName
{
color: #A04314;
}
</style>
background-color css
<style>
a { background-color: #A04314; }
a { background-color: rgb(160,67,20); }
div.DivClassName
{
background-color: #A04314;
}
.BgClassName
{
background-color: #A04314;
}
</style>
border-color css
<style>
span { border-color: #A04314; }
span { border-color: rgb(160,67,20); }
td.TdClassName
{
border-color: #A04314;
}
.TagClassName
{
border-color: #A04314;
}
</style>