Shades of Saddle Brown #A03F16
Tints of Saddle Brown #A03F16
RGB
CMYK
RGB Variations
Color information
#A03F16 (or 0xA03F16) is known color: Saddle Brown. HEX triplet: A0, 3F and 16. RGB value is (160,63,22). Sum of RGB (Red+Green+Blue) = 160+63+22=245 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.31% from 245); Green value is 63 (25% from 255 or 25.71% from 245); Blue value is 22 (8.98% from 255 or 8.98% from 245); Max value from RGB is 160 - color contains mainly: red. Hex color #A03F16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03F16 is #5FC0E9. Grayscale: #575757. Windows color (decimal): -6275306 or 1458080. OLE color: 1458080.
HSL color Cylindrical-coordinate representation of color #A03F16: hue angle of 17.83º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A03F16 is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 63 | 22 | - |
| CMYK | 0 | 0.61 | 0.86 | 0.37 |
| HSL | 17.83º | 0.76% | 0.36% | - |
| HSV(B) | 17.83º | 0.86% | 0.63% | - |
| XYZ | 16.42 | 11.09 | 2.03 | - |
| YUV | 87.33 | 91.14 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 63 | 22 | 0 | 0.61 | 0.86 | 0.37 | 17.83 | 0.76 | 0.36 |
| Hex | A0 | 3F | 16 | 0 | 3D | 56 | 25 | 12 | 4C | 24 |
| Octal | 240 | 77 | 26 | 0 | 75 | 126 | 45 | 22 | 114 | 44 |
| Binary | 10100000 | 111111 | 10110 | 0 | 111101 | 1010110 | 100101 | 10010 | 1001100 | 100100 |
Color Harmonies of #A03F16
Complementary color
Monochromatic Colors of #A03F16
Black with #A03F16
Text Example
Text Example
White with #A03F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03F16; }
p { color: rgb(160,63,22); }
H1.HeaderClassName
{
color: #A03F16;
}
.AnyTagClassName
{
color: #A03F16;
}
</style>
background-color css
<style>
a { background-color: #A03F16; }
a { background-color: rgb(160,63,22); }
div.DivClassName
{
background-color: #A03F16;
}
.BgClassName
{
background-color: #A03F16;
}
</style>
border-color css
<style>
span { border-color: #A03F16; }
span { border-color: rgb(160,63,22); }
td.TdClassName
{
border-color: #A03F16;
}
.TagClassName
{
border-color: #A03F16;
}
</style>