Shades of Brown #A1341F
Tints of Brown #A1341F
RGB
CMYK
RGB Variations
Color information
#A1341F (or 0xA1341F) is known color: Brown. HEX triplet: A1, 34 and 1F. RGB value is (161,52,31). Sum of RGB (Red+Green+Blue) = 161+52+31=244 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.98% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 31 (12.5% from 255 or 12.70% from 244); Max value from RGB is 161 - color contains mainly: red. Hex color #A1341F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1341F is #5ECBE0. Grayscale: #525252. Windows color (decimal): -6212577 or 2045089. OLE color: 2045089.
HSL color Cylindrical-coordinate representation of color #A1341F: hue angle of 9.69º 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 #A1341F is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 52 | 31 | - |
| CMYK | 0 | 0.68 | 0.81 | 0.37 |
| HSL | 9.69º | 0.68% | 0.38% | - |
| HSV(B) | 9.69º | 0.81% | 0.63% | - |
| XYZ | 16.17 | 10.13 | 2.4 | - |
| YUV | 82.2 | 99.11 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 52 | 31 | 0 | 0.68 | 0.81 | 0.37 | 9.69 | 0.68 | 0.38 |
| Hex | A1 | 34 | 1F | 0 | 44 | 51 | 25 | A | 44 | 26 |
| Octal | 241 | 64 | 37 | 0 | 104 | 121 | 45 | 12 | 104 | 46 |
| Binary | 10100001 | 110100 | 11111 | 0 | 1000100 | 1010001 | 100101 | 1010 | 1000100 | 100110 |
Color Harmonies of #A1341F
Complementary color
Monochromatic Colors of #A1341F
Black with #A1341F
Text Example
Text Example
White with #A1341F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1341F; }
p { color: rgb(161,52,31); }
H1.HeaderClassName
{
color: #A1341F;
}
.AnyTagClassName
{
color: #A1341F;
}
</style>
background-color css
<style>
a { background-color: #A1341F; }
a { background-color: rgb(161,52,31); }
div.DivClassName
{
background-color: #A1341F;
}
.BgClassName
{
background-color: #A1341F;
}
</style>
border-color css
<style>
span { border-color: #A1341F; }
span { border-color: rgb(161,52,31); }
td.TdClassName
{
border-color: #A1341F;
}
.TagClassName
{
border-color: #A1341F;
}
</style>