Shades of Brown #A7312D
Tints of Brown #A7312D
RGB
CMYK
RGB Variations
Color information
#A7312D (or 0xA7312D) is known color: Brown. HEX triplet: A7, 31 and 2D. RGB value is (167,49,45). Sum of RGB (Red+Green+Blue) = 167+49+45=261 (34% of max value = 765). Red value is 167 (65.62% from 255 or 63.98% from 261); Green value is 49 (19.53% from 255 or 18.77% from 261); Blue value is 45 (17.97% from 255 or 17.24% from 261); Max value from RGB is 167 - color contains mainly: red. Hex color #A7312D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7312D is #58CED2. Grayscale: #535353. Windows color (decimal): -5820115 or 2961831. OLE color: 2961831.
HSL color Cylindrical-coordinate representation of color #A7312D: hue angle of 1.97º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A7312D is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 49 | 45 | - |
| CMYK | 0 | 0.71 | 0.73 | 0.35 |
| HSL | 1.97º | 0.58% | 0.42% | - |
| HSV(B) | 1.97º | 0.73% | 0.65% | - |
| XYZ | 17.51 | 10.6 | 3.61 | - |
| YUV | 83.83 | 106.09 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 49 | 45 | 0 | 0.71 | 0.73 | 0.35 | 1.97 | 0.58 | 0.42 |
| Hex | A7 | 31 | 2D | 0 | 47 | 49 | 23 | 2 | 3A | 2A |
| Octal | 247 | 61 | 55 | 0 | 107 | 111 | 43 | 2 | 72 | 52 |
| Binary | 10100111 | 110001 | 101101 | 0 | 1000111 | 1001001 | 100011 | 10 | 111010 | 101010 |
Color Harmonies of #A7312D
Complementary color
Monochromatic Colors of #A7312D
Black with #A7312D
Text Example
Text Example
White with #A7312D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7312D; }
p { color: rgb(167,49,45); }
H1.HeaderClassName
{
color: #A7312D;
}
.AnyTagClassName
{
color: #A7312D;
}
</style>
background-color css
<style>
a { background-color: #A7312D; }
a { background-color: rgb(167,49,45); }
div.DivClassName
{
background-color: #A7312D;
}
.BgClassName
{
background-color: #A7312D;
}
</style>
border-color css
<style>
span { border-color: #A7312D; }
span { border-color: rgb(167,49,45); }
td.TdClassName
{
border-color: #A7312D;
}
.TagClassName
{
border-color: #A7312D;
}
</style>