Shades of Saddle Brown #A05001
Tints of Saddle Brown #A05001
RGB
CMYK
RGB Variations
Color information
#A05001 (or 0xA05001) is known color: Saddle Brown. HEX triplet: A0, 50 and 01. RGB value is (160,80,1). Sum of RGB (Red+Green+Blue) = 160+80+1=241 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.39% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 1 (0.78% from 255 or 0.41% from 241); Max value from RGB is 160 - color contains mainly: red. Hex color #A05001 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05001 is #5FAFFE. Grayscale: #5F5F5F. Windows color (decimal): -6270975 or 86176. OLE color: 86176.
HSL color Cylindrical-coordinate representation of color #A05001: hue angle of 29.81º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A05001 is Cyan = 0, Magento = 0.5, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 80 | 1 | - |
| CMYK | 0 | 0.5 | 0.99 | 0.37 |
| HSL | 29.81º | 0.99% | 0.32% | - |
| HSV(B) | 29.81º | 0.99% | 0.63% | - |
| XYZ | 17.37 | 13.21 | 1.66 | - |
| YUV | 94.91 | 75 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 80 | 1 | 0 | 0.5 | 0.99 | 0.37 | 29.81 | 0.99 | 0.32 |
| Hex | A0 | 50 | 1 | 0 | 32 | 63 | 25 | 1E | 63 | 20 |
| Octal | 240 | 120 | 1 | 0 | 62 | 143 | 45 | 36 | 143 | 40 |
| Binary | 10100000 | 1010000 | 1 | 0 | 110010 | 1100011 | 100101 | 11110 | 1100011 | 100000 |
Color Harmonies of #A05001
Complementary color
Monochromatic Colors of #A05001
Black with #A05001
Text Example
Text Example
White with #A05001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05001; }
p { color: rgb(160,80,1); }
H1.HeaderClassName
{
color: #A05001;
}
.AnyTagClassName
{
color: #A05001;
}
</style>
background-color css
<style>
a { background-color: #A05001; }
a { background-color: rgb(160,80,1); }
div.DivClassName
{
background-color: #A05001;
}
.BgClassName
{
background-color: #A05001;
}
</style>
border-color css
<style>
span { border-color: #A05001; }
span { border-color: rgb(160,80,1); }
td.TdClassName
{
border-color: #A05001;
}
.TagClassName
{
border-color: #A05001;
}
</style>