Shades of Brown #A72928
Tints of Brown #A72928
RGB
CMYK
RGB Variations
Color information
#A72928 (or 0xA72928) is known color: Brown. HEX triplet: A7, 29 and 28. RGB value is (167,41,40). Sum of RGB (Red+Green+Blue) = 167+41+40=248 (32% of max value = 765). Red value is 167 (65.62% from 255 or 67.34% from 248); Green value is 41 (16.41% from 255 or 16.53% from 248); Blue value is 40 (16.02% from 255 or 16.13% from 248); Max value from RGB is 167 - color contains mainly: red. Hex color #A72928 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72928 is #58D6D7. Grayscale: #4E4E4E. Windows color (decimal): -5822168 or 2632103. OLE color: 2632103.
HSL color Cylindrical-coordinate representation of color #A72928: hue angle of 0.47º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A72928 is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 41 | 40 | - |
| CMYK | 0 | 0.75 | 0.76 | 0.35 |
| HSL | 0.47º | 0.61% | 0.41% | - |
| HSV(B) | 0.47º | 0.76% | 0.65% | - |
| XYZ | 17.11 | 9.95 | 3.03 | - |
| YUV | 78.56 | 106.24 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 41 | 40 | 0 | 0.75 | 0.76 | 0.35 | 0.47 | 0.61 | 0.41 |
| Hex | A7 | 29 | 28 | 0 | 4B | 4C | 23 | 0 | 3D | 29 |
| Octal | 247 | 51 | 50 | 0 | 113 | 114 | 43 | 0 | 75 | 51 |
| Binary | 10100111 | 101001 | 101000 | 0 | 1001011 | 1001100 | 100011 | 0 | 111101 | 101001 |
Color Harmonies of #A72928
Complementary color
Monochromatic Colors of #A72928
Black with #A72928
Text Example
Text Example
White with #A72928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72928; }
p { color: rgb(167,41,40); }
H1.HeaderClassName
{
color: #A72928;
}
.AnyTagClassName
{
color: #A72928;
}
</style>
background-color css
<style>
a { background-color: #A72928; }
a { background-color: rgb(167,41,40); }
div.DivClassName
{
background-color: #A72928;
}
.BgClassName
{
background-color: #A72928;
}
</style>
border-color css
<style>
span { border-color: #A72928; }
span { border-color: rgb(167,41,40); }
td.TdClassName
{
border-color: #A72928;
}
.TagClassName
{
border-color: #A72928;
}
</style>