Shades of Brown #A73117
Tints of Brown #A73117
RGB
CMYK
RGB Variations
Color information
#A73117 (or 0xA73117) is known color: Brown. HEX triplet: A7, 31 and 17. RGB value is (167,49,23). Sum of RGB (Red+Green+Blue) = 167+49+23=239 (31% of max value = 765). Red value is 167 (65.62% from 255 or 69.87% from 239); Green value is 49 (19.53% from 255 or 20.50% from 239); Blue value is 23 (9.38% from 255 or 9.62% from 239); Max value from RGB is 167 - color contains mainly: red. Hex color #A73117 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A73117 is #58CEE8. Grayscale: #515151. Windows color (decimal): -5820137 or 1520039. OLE color: 1520039.
HSL color Cylindrical-coordinate representation of color #A73117: hue angle of 10.83º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A73117 is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 49 | 23 | - |
| CMYK | 0 | 0.71 | 0.86 | 0.35 |
| HSL | 10.83º | 0.76% | 0.37% | - |
| HSV(B) | 10.83º | 0.86% | 0.65% | - |
| XYZ | 17.19 | 10.47 | 1.93 | - |
| YUV | 81.32 | 95.09 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 49 | 23 | 0 | 0.71 | 0.86 | 0.35 | 10.83 | 0.76 | 0.37 |
| Hex | A7 | 31 | 17 | 0 | 47 | 56 | 23 | B | 4C | 25 |
| Octal | 247 | 61 | 27 | 0 | 107 | 126 | 43 | 13 | 114 | 45 |
| Binary | 10100111 | 110001 | 10111 | 0 | 1000111 | 1010110 | 100011 | 1011 | 1001100 | 100101 |
Color Harmonies of #A73117
Complementary color
Monochromatic Colors of #A73117
Black with #A73117
Text Example
Text Example
White with #A73117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73117; }
p { color: rgb(167,49,23); }
H1.HeaderClassName
{
color: #A73117;
}
.AnyTagClassName
{
color: #A73117;
}
</style>
background-color css
<style>
a { background-color: #A73117; }
a { background-color: rgb(167,49,23); }
div.DivClassName
{
background-color: #A73117;
}
.BgClassName
{
background-color: #A73117;
}
</style>
border-color css
<style>
span { border-color: #A73117; }
span { border-color: rgb(167,49,23); }
td.TdClassName
{
border-color: #A73117;
}
.TagClassName
{
border-color: #A73117;
}
</style>