Shades of Brown #A7301E
Tints of Brown #A7301E
RGB
CMYK
RGB Variations
Color information
#A7301E (or 0xA7301E) is known color: Brown. HEX triplet: A7, 30 and 1E. RGB value is (167,48,30). Sum of RGB (Red+Green+Blue) = 167+48+30=245 (32% of max value = 765). Red value is 167 (65.62% from 255 or 68.16% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 30 (12.11% from 255 or 12.24% from 245); Max value from RGB is 167 - color contains mainly: red. Hex color #A7301E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7301E is #58CFE1. Grayscale: #515151. Windows color (decimal): -5820386 or 1978535. OLE color: 1978535.
HSL color Cylindrical-coordinate representation of color #A7301E: hue angle of 7.88º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A7301E is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 48 | 30 | - |
| CMYK | 0 | 0.71 | 0.82 | 0.35 |
| HSL | 7.88º | 0.7% | 0.39% | - |
| HSV(B) | 7.88º | 0.82% | 0.65% | - |
| XYZ | 17.23 | 10.42 | 2.33 | - |
| YUV | 81.53 | 98.92 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 48 | 30 | 0 | 0.71 | 0.82 | 0.35 | 7.88 | 0.7 | 0.39 |
| Hex | A7 | 30 | 1E | 0 | 47 | 52 | 23 | 8 | 46 | 27 |
| Octal | 247 | 60 | 36 | 0 | 107 | 122 | 43 | 10 | 106 | 47 |
| Binary | 10100111 | 110000 | 11110 | 0 | 1000111 | 1010010 | 100011 | 1000 | 1000110 | 100111 |
Color Harmonies of #A7301E
Complementary color
Monochromatic Colors of #A7301E
Black with #A7301E
Text Example
Text Example
White with #A7301E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7301E; }
p { color: rgb(167,48,30); }
H1.HeaderClassName
{
color: #A7301E;
}
.AnyTagClassName
{
color: #A7301E;
}
</style>
background-color css
<style>
a { background-color: #A7301E; }
a { background-color: rgb(167,48,30); }
div.DivClassName
{
background-color: #A7301E;
}
.BgClassName
{
background-color: #A7301E;
}
</style>
border-color css
<style>
span { border-color: #A7301E; }
span { border-color: rgb(167,48,30); }
td.TdClassName
{
border-color: #A7301E;
}
.TagClassName
{
border-color: #A7301E;
}
</style>