Shades of Brown #A7291C
Tints of Brown #A7291C
RGB
CMYK
RGB Variations
Color information
#A7291C (or 0xA7291C) is known color: Brown. HEX triplet: A7, 29 and 1C. RGB value is (167,41,28). Sum of RGB (Red+Green+Blue) = 167+41+28=236 (31% of max value = 765). Red value is 167 (65.62% from 255 or 70.76% from 236); Green value is 41 (16.41% from 255 or 17.37% from 236); Blue value is 28 (11.33% from 255 or 11.86% from 236); Max value from RGB is 167 - color contains mainly: red. Hex color #A7291C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7291C is #58D6E3. Grayscale: #4D4D4D. Windows color (decimal): -5822180 or 1845671. OLE color: 1845671.
HSL color Cylindrical-coordinate representation of color #A7291C: hue angle of 5.61º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A7291C is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 41 | 28 | - |
| CMYK | 0 | 0.75 | 0.83 | 0.35 |
| HSL | 5.61º | 0.71% | 0.38% | - |
| HSV(B) | 5.61º | 0.83% | 0.65% | - |
| XYZ | 16.94 | 9.89 | 2.11 | - |
| YUV | 77.19 | 100.24 | 192.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 41 | 28 | 0 | 0.75 | 0.83 | 0.35 | 5.61 | 0.71 | 0.38 |
| Hex | A7 | 29 | 1C | 0 | 4B | 53 | 23 | 6 | 47 | 26 |
| Octal | 247 | 51 | 34 | 0 | 113 | 123 | 43 | 6 | 107 | 46 |
| Binary | 10100111 | 101001 | 11100 | 0 | 1001011 | 1010011 | 100011 | 110 | 1000111 | 100110 |
Color Harmonies of #A7291C
Complementary color
Monochromatic Colors of #A7291C
Black with #A7291C
Text Example
Text Example
White with #A7291C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7291C; }
p { color: rgb(167,41,28); }
H1.HeaderClassName
{
color: #A7291C;
}
.AnyTagClassName
{
color: #A7291C;
}
</style>
background-color css
<style>
a { background-color: #A7291C; }
a { background-color: rgb(167,41,28); }
div.DivClassName
{
background-color: #A7291C;
}
.BgClassName
{
background-color: #A7291C;
}
</style>
border-color css
<style>
span { border-color: #A7291C; }
span { border-color: rgb(167,41,28); }
td.TdClassName
{
border-color: #A7291C;
}
.TagClassName
{
border-color: #A7291C;
}
</style>