Shades of Saddle Brown #A04301
Tints of Saddle Brown #A04301
RGB
CMYK
RGB Variations
Color information
#A04301 (or 0xA04301) is known color: Saddle Brown. HEX triplet: A0, 43 and 01. RGB value is (160,67,1). Sum of RGB (Red+Green+Blue) = 160+67+1=228 (30% of max value = 765). Red value is 160 (62.89% from 255 or 70.18% from 228); Green value is 67 (26.56% from 255 or 29.39% from 228); Blue value is 1 (0.78% from 255 or 0.44% from 228); Max value from RGB is 160 - color contains mainly: red. Hex color #A04301 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04301 is #5FBCFE. Grayscale: #575757. Windows color (decimal): -6274303 or 82848. OLE color: 82848.
HSL color Cylindrical-coordinate representation of color #A04301: hue angle of 24.91º 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 #A04301 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 67 | 1 | - |
| CMYK | 0 | 0.58 | 0.99 | 0.37 |
| HSL | 24.91º | 0.99% | 0.32% | - |
| HSV(B) | 24.91º | 0.99% | 0.63% | - |
| XYZ | 16.51 | 11.49 | 1.38 | - |
| YUV | 87.28 | 79.31 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 67 | 1 | 0 | 0.58 | 0.99 | 0.37 | 24.91 | 0.99 | 0.32 |
| Hex | A0 | 43 | 1 | 0 | 3A | 63 | 25 | 19 | 63 | 20 |
| Octal | 240 | 103 | 1 | 0 | 72 | 143 | 45 | 31 | 143 | 40 |
| Binary | 10100000 | 1000011 | 1 | 0 | 111010 | 1100011 | 100101 | 11001 | 1100011 | 100000 |
Color Harmonies of #A04301
Complementary color
Monochromatic Colors of #A04301
Black with #A04301
Text Example
Text Example
White with #A04301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04301; }
p { color: rgb(160,67,1); }
H1.HeaderClassName
{
color: #A04301;
}
.AnyTagClassName
{
color: #A04301;
}
</style>
background-color css
<style>
a { background-color: #A04301; }
a { background-color: rgb(160,67,1); }
div.DivClassName
{
background-color: #A04301;
}
.BgClassName
{
background-color: #A04301;
}
</style>
border-color css
<style>
span { border-color: #A04301; }
span { border-color: rgb(160,67,1); }
td.TdClassName
{
border-color: #A04301;
}
.TagClassName
{
border-color: #A04301;
}
</style>