Shades of Brown #A73121
Tints of Brown #A73121
RGB
CMYK
RGB Variations
Color information
#A73121 (or 0xA73121) is known color: Brown. HEX triplet: A7, 31 and 21. RGB value is (167,49,33). Sum of RGB (Red+Green+Blue) = 167+49+33=249 (32% of max value = 765). Red value is 167 (65.62% from 255 or 67.07% from 249); Green value is 49 (19.53% from 255 or 19.68% from 249); Blue value is 33 (13.28% from 255 or 13.25% from 249); Max value from RGB is 167 - color contains mainly: red. Hex color #A73121 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A73121 is #58CEDE. Grayscale: #525252. Windows color (decimal): -5820127 or 2175399. OLE color: 2175399.
HSL color Cylindrical-coordinate representation of color #A73121: hue angle of 7.16º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A73121 is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 49 | 33 | - |
| CMYK | 0 | 0.71 | 0.80 | 0.35 |
| HSL | 7.16º | 0.67% | 0.39% | - |
| HSV(B) | 7.16º | 0.8% | 0.65% | - |
| XYZ | 17.31 | 10.52 | 2.56 | - |
| YUV | 82.46 | 100.09 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 49 | 33 | 0 | 0.71 | 0.80 | 0.35 | 7.16 | 0.67 | 0.39 |
| Hex | A7 | 31 | 21 | 0 | 47 | 50 | 23 | 7 | 43 | 27 |
| Octal | 247 | 61 | 41 | 0 | 107 | 120 | 43 | 7 | 103 | 47 |
| Binary | 10100111 | 110001 | 100001 | 0 | 1000111 | 1010000 | 100011 | 111 | 1000011 | 100111 |
Color Harmonies of #A73121
Complementary color
Monochromatic Colors of #A73121
Black with #A73121
Text Example
Text Example
White with #A73121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73121; }
p { color: rgb(167,49,33); }
H1.HeaderClassName
{
color: #A73121;
}
.AnyTagClassName
{
color: #A73121;
}
</style>
background-color css
<style>
a { background-color: #A73121; }
a { background-color: rgb(167,49,33); }
div.DivClassName
{
background-color: #A73121;
}
.BgClassName
{
background-color: #A73121;
}
</style>
border-color css
<style>
span { border-color: #A73121; }
span { border-color: rgb(167,49,33); }
td.TdClassName
{
border-color: #A73121;
}
.TagClassName
{
border-color: #A73121;
}
</style>