Shades of Saddle Brown #A25001
Tints of Saddle Brown #A25001
RGB
CMYK
RGB Variations
Color information
#A25001 (or 0xA25001) is known color: Saddle Brown. HEX triplet: A2, 50 and 01. RGB value is (162,80,1). Sum of RGB (Red+Green+Blue) = 162+80+1=243 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.67% from 243); Green value is 80 (31.64% from 255 or 32.92% from 243); Blue value is 1 (0.78% from 255 or 0.41% from 243); Max value from RGB is 162 - color contains mainly: red. Hex color #A25001 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25001 is #5DAFFE. Grayscale: #5F5F5F. Windows color (decimal): -6139903 or 86178. OLE color: 86178.
HSL color Cylindrical-coordinate representation of color #A25001: hue angle of 29.44º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A25001 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 80 | 1 | - |
| CMYK | 0 | 0.51 | 0.99 | 0.36 |
| HSL | 29.44º | 0.99% | 0.32% | - |
| HSV(B) | 29.44º | 0.99% | 0.64% | - |
| XYZ | 17.77 | 13.42 | 1.68 | - |
| YUV | 95.51 | 74.67 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 80 | 1 | 0 | 0.51 | 0.99 | 0.36 | 29.44 | 0.99 | 0.32 |
| Hex | A2 | 50 | 1 | 0 | 33 | 63 | 24 | 1D | 63 | 20 |
| Octal | 242 | 120 | 1 | 0 | 63 | 143 | 44 | 35 | 143 | 40 |
| Binary | 10100010 | 1010000 | 1 | 0 | 110011 | 1100011 | 100100 | 11101 | 1100011 | 100000 |
Color Harmonies of #A25001
Complementary color
Monochromatic Colors of #A25001
Black with #A25001
Text Example
Text Example
White with #A25001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25001; }
p { color: rgb(162,80,1); }
H1.HeaderClassName
{
color: #A25001;
}
.AnyTagClassName
{
color: #A25001;
}
</style>
background-color css
<style>
a { background-color: #A25001; }
a { background-color: rgb(162,80,1); }
div.DivClassName
{
background-color: #A25001;
}
.BgClassName
{
background-color: #A25001;
}
</style>
border-color css
<style>
span { border-color: #A25001; }
span { border-color: rgb(162,80,1); }
td.TdClassName
{
border-color: #A25001;
}
.TagClassName
{
border-color: #A25001;
}
</style>