Shades of Brown #A1281F
Tints of Brown #A1281F
RGB
CMYK
RGB Variations
Color information
#A1281F (or 0xA1281F) is known color: Brown. HEX triplet: A1, 28 and 1F. RGB value is (161,40,31). Sum of RGB (Red+Green+Blue) = 161+40+31=232 (30% of max value = 765). Red value is 161 (63.28% from 255 or 69.40% from 232); Green value is 40 (16.02% from 255 or 17.24% from 232); Blue value is 31 (12.5% from 255 or 13.36% from 232); Max value from RGB is 161 - color contains mainly: red. Hex color #A1281F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1281F is #5ED7E0. Grayscale: #4B4B4B. Windows color (decimal): -6215649 or 2042017. OLE color: 2042017.
HSL color Cylindrical-coordinate representation of color #A1281F: hue angle of 4.15º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A1281F is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 40 | 31 | - |
| CMYK | 0 | 0.75 | 0.81 | 0.37 |
| HSL | 4.15º | 0.68% | 0.38% | - |
| HSV(B) | 4.15º | 0.81% | 0.63% | - |
| XYZ | 15.7 | 9.19 | 2.24 | - |
| YUV | 75.15 | 103.09 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 40 | 31 | 0 | 0.75 | 0.81 | 0.37 | 4.15 | 0.68 | 0.38 |
| Hex | A1 | 28 | 1F | 0 | 4B | 51 | 25 | 4 | 44 | 26 |
| Octal | 241 | 50 | 37 | 0 | 113 | 121 | 45 | 4 | 104 | 46 |
| Binary | 10100001 | 101000 | 11111 | 0 | 1001011 | 1010001 | 100101 | 100 | 1000100 | 100110 |
Color Harmonies of #A1281F
Complementary color
Monochromatic Colors of #A1281F
Black with #A1281F
Text Example
Text Example
White with #A1281F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1281F; }
p { color: rgb(161,40,31); }
H1.HeaderClassName
{
color: #A1281F;
}
.AnyTagClassName
{
color: #A1281F;
}
</style>
background-color css
<style>
a { background-color: #A1281F; }
a { background-color: rgb(161,40,31); }
div.DivClassName
{
background-color: #A1281F;
}
.BgClassName
{
background-color: #A1281F;
}
</style>
border-color css
<style>
span { border-color: #A1281F; }
span { border-color: rgb(161,40,31); }
td.TdClassName
{
border-color: #A1281F;
}
.TagClassName
{
border-color: #A1281F;
}
</style>