Shades of Brown #A7312B
Tints of Brown #A7312B
RGB
CMYK
RGB Variations
Color information
#A7312B (or 0xA7312B) is known color: Brown. HEX triplet: A7, 31 and 2B. RGB value is (167,49,43). Sum of RGB (Red+Green+Blue) = 167+49+43=259 (34% of max value = 765). Red value is 167 (65.62% from 255 or 64.48% from 259); Green value is 49 (19.53% from 255 or 18.92% from 259); Blue value is 43 (17.19% from 255 or 16.60% from 259); Max value from RGB is 167 - color contains mainly: red. Hex color #A7312B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7312B is #58CED4. Grayscale: #535353. Windows color (decimal): -5820117 or 2830759. OLE color: 2830759.
HSL color Cylindrical-coordinate representation of color #A7312B: hue angle of 2.9º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A7312B is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 49 | 43 | - |
| CMYK | 0 | 0.71 | 0.74 | 0.35 |
| HSL | 2.9º | 0.59% | 0.41% | - |
| HSV(B) | 2.9º | 0.74% | 0.65% | - |
| XYZ | 17.47 | 10.59 | 3.41 | - |
| YUV | 83.6 | 105.09 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 49 | 43 | 0 | 0.71 | 0.74 | 0.35 | 2.9 | 0.59 | 0.41 |
| Hex | A7 | 31 | 2B | 0 | 47 | 4A | 23 | 3 | 3B | 29 |
| Octal | 247 | 61 | 53 | 0 | 107 | 112 | 43 | 3 | 73 | 51 |
| Binary | 10100111 | 110001 | 101011 | 0 | 1000111 | 1001010 | 100011 | 11 | 111011 | 101001 |
Color Harmonies of #A7312B
Complementary color
Monochromatic Colors of #A7312B
Black with #A7312B
Text Example
Text Example
White with #A7312B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7312B; }
p { color: rgb(167,49,43); }
H1.HeaderClassName
{
color: #A7312B;
}
.AnyTagClassName
{
color: #A7312B;
}
</style>
background-color css
<style>
a { background-color: #A7312B; }
a { background-color: rgb(167,49,43); }
div.DivClassName
{
background-color: #A7312B;
}
.BgClassName
{
background-color: #A7312B;
}
</style>
border-color css
<style>
span { border-color: #A7312B; }
span { border-color: rgb(167,49,43); }
td.TdClassName
{
border-color: #A7312B;
}
.TagClassName
{
border-color: #A7312B;
}
</style>