Shades of Saddle Brown #A1500A
Tints of Saddle Brown #A1500A
RGB
CMYK
RGB Variations
Color information
#A1500A (or 0xA1500A) is known color: Saddle Brown. HEX triplet: A1, 50 and 0A. RGB value is (161,80,10). Sum of RGB (Red+Green+Blue) = 161+80+10=251 (33% of max value = 765). Red value is 161 (63.28% from 255 or 64.14% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 10 (4.30% from 255 or 3.98% from 251); Max value from RGB is 161 - color contains mainly: red. Hex color #A1500A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A1500A is #5EAFF5. Grayscale: #606060. Windows color (decimal): -6205430 or 676001. OLE color: 676001.
HSL color Cylindrical-coordinate representation of color #A1500A: hue angle of 27.81º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A1500A is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 80 | 10 | - |
| CMYK | 0 | 0.50 | 0.94 | 0.37 |
| HSL | 27.81º | 0.88% | 0.34% | - |
| HSV(B) | 27.81º | 0.94% | 0.63% | - |
| XYZ | 17.62 | 13.34 | 1.93 | - |
| YUV | 96.24 | 79.34 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 80 | 10 | 0 | 0.50 | 0.94 | 0.37 | 27.81 | 0.88 | 0.34 |
| Hex | A1 | 50 | A | 0 | 32 | 5E | 25 | 1C | 58 | 22 |
| Octal | 241 | 120 | 12 | 0 | 62 | 136 | 45 | 34 | 130 | 42 |
| Binary | 10100001 | 1010000 | 1010 | 0 | 110010 | 1011110 | 100101 | 11100 | 1011000 | 100010 |
Color Harmonies of #A1500A
Complementary color
Monochromatic Colors of #A1500A
Black with #A1500A
Text Example
Text Example
White with #A1500A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1500A; }
p { color: rgb(161,80,10); }
H1.HeaderClassName
{
color: #A1500A;
}
.AnyTagClassName
{
color: #A1500A;
}
</style>
background-color css
<style>
a { background-color: #A1500A; }
a { background-color: rgb(161,80,10); }
div.DivClassName
{
background-color: #A1500A;
}
.BgClassName
{
background-color: #A1500A;
}
</style>
border-color css
<style>
span { border-color: #A1500A; }
span { border-color: rgb(161,80,10); }
td.TdClassName
{
border-color: #A1500A;
}
.TagClassName
{
border-color: #A1500A;
}
</style>