Shades of Saddle Brown #A04315
Tints of Saddle Brown #A04315
RGB
CMYK
RGB Variations
Color information
#A04315 (or 0xA04315) is known color: Saddle Brown. HEX triplet: A0, 43 and 15. RGB value is (160,67,21). Sum of RGB (Red+Green+Blue) = 160+67+21=248 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.52% from 248); Green value is 67 (26.56% from 255 or 27.02% from 248); Blue value is 21 (8.59% from 255 or 8.47% from 248); Max value from RGB is 160 - color contains mainly: red. Hex color #A04315 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04315 is #5FBCEA. Grayscale: #595959. Windows color (decimal): -6274283 or 1393568. OLE color: 1393568.
HSL color Cylindrical-coordinate representation of color #A04315: hue angle of 19.86º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A04315 is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 67 | 21 | - |
| CMYK | 0 | 0.58 | 0.87 | 0.37 |
| HSL | 19.86º | 0.77% | 0.35% | - |
| HSV(B) | 19.86º | 0.87% | 0.63% | - |
| XYZ | 16.64 | 11.54 | 2.06 | - |
| YUV | 89.56 | 89.31 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 67 | 21 | 0 | 0.58 | 0.87 | 0.37 | 19.86 | 0.77 | 0.35 |
| Hex | A0 | 43 | 15 | 0 | 3A | 57 | 25 | 14 | 4D | 23 |
| Octal | 240 | 103 | 25 | 0 | 72 | 127 | 45 | 24 | 115 | 43 |
| Binary | 10100000 | 1000011 | 10101 | 0 | 111010 | 1010111 | 100101 | 10100 | 1001101 | 100011 |
Color Harmonies of #A04315
Complementary color
Monochromatic Colors of #A04315
Black with #A04315
Text Example
Text Example
White with #A04315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04315; }
p { color: rgb(160,67,21); }
H1.HeaderClassName
{
color: #A04315;
}
.AnyTagClassName
{
color: #A04315;
}
</style>
background-color css
<style>
a { background-color: #A04315; }
a { background-color: rgb(160,67,21); }
div.DivClassName
{
background-color: #A04315;
}
.BgClassName
{
background-color: #A04315;
}
</style>
border-color css
<style>
span { border-color: #A04315; }
span { border-color: rgb(160,67,21); }
td.TdClassName
{
border-color: #A04315;
}
.TagClassName
{
border-color: #A04315;
}
</style>