Shades of Brown #A72D1B
Tints of Brown #A72D1B
RGB
CMYK
RGB Variations
Color information
#A72D1B (or 0xA72D1B) is known color: Brown. HEX triplet: A7, 2D and 1B. RGB value is (167,45,27). Sum of RGB (Red+Green+Blue) = 167+45+27=239 (31% of max value = 765). Red value is 167 (65.62% from 255 or 69.87% from 239); Green value is 45 (17.97% from 255 or 18.83% from 239); Blue value is 27 (10.94% from 255 or 11.30% from 239); Max value from RGB is 167 - color contains mainly: red. Hex color #A72D1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72D1B is #58D2E4. Grayscale: #4F4F4F. Windows color (decimal): -5821157 or 1781159. OLE color: 1781159.
HSL color Cylindrical-coordinate representation of color #A72D1B: hue angle of 7.71º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A72D1B is Cyan = 0, Magento = 0.73, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 45 | 27 | - |
| CMYK | 0 | 0.73 | 0.84 | 0.35 |
| HSL | 7.71º | 0.72% | 0.38% | - |
| HSV(B) | 7.71º | 0.84% | 0.65% | - |
| XYZ | 17.07 | 10.17 | 2.1 | - |
| YUV | 79.43 | 98.42 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 45 | 27 | 0 | 0.73 | 0.84 | 0.35 | 7.71 | 0.72 | 0.38 |
| Hex | A7 | 2D | 1B | 0 | 49 | 54 | 23 | 8 | 48 | 26 |
| Octal | 247 | 55 | 33 | 0 | 111 | 124 | 43 | 10 | 110 | 46 |
| Binary | 10100111 | 101101 | 11011 | 0 | 1001001 | 1010100 | 100011 | 1000 | 1001000 | 100110 |
Color Harmonies of #A72D1B
Complementary color
Monochromatic Colors of #A72D1B
Black with #A72D1B
Text Example
Text Example
White with #A72D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72D1B; }
p { color: rgb(167,45,27); }
H1.HeaderClassName
{
color: #A72D1B;
}
.AnyTagClassName
{
color: #A72D1B;
}
</style>
background-color css
<style>
a { background-color: #A72D1B; }
a { background-color: rgb(167,45,27); }
div.DivClassName
{
background-color: #A72D1B;
}
.BgClassName
{
background-color: #A72D1B;
}
</style>
border-color css
<style>
span { border-color: #A72D1B; }
span { border-color: rgb(167,45,27); }
td.TdClassName
{
border-color: #A72D1B;
}
.TagClassName
{
border-color: #A72D1B;
}
</style>