Shades of Brown #A72B1B
Tints of Brown #A72B1B
RGB
CMYK
RGB Variations
Color information
#A72B1B (or 0xA72B1B) is known color: Brown. HEX triplet: A7, 2B and 1B. RGB value is (167,43,27). Sum of RGB (Red+Green+Blue) = 167+43+27=237 (31% of max value = 765). Red value is 167 (65.62% from 255 or 70.46% from 237); Green value is 43 (17.19% from 255 or 18.14% from 237); Blue value is 27 (10.94% from 255 or 11.39% from 237); Max value from RGB is 167 - color contains mainly: red. Hex color #A72B1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72B1B is #58D4E4. Grayscale: #4E4E4E. Windows color (decimal): -5821669 or 1780647. OLE color: 1780647.
HSL color Cylindrical-coordinate representation of color #A72B1B: hue angle of 6.86º 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 #A72B1B is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 43 | 27 | - |
| CMYK | 0 | 0.74 | 0.84 | 0.35 |
| HSL | 6.86º | 0.72% | 0.38% | - |
| HSV(B) | 6.86º | 0.84% | 0.65% | - |
| XYZ | 17 | 10.02 | 2.08 | - |
| YUV | 78.25 | 99.08 | 191.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 43 | 27 | 0 | 0.74 | 0.84 | 0.35 | 6.86 | 0.72 | 0.38 |
| Hex | A7 | 2B | 1B | 0 | 4A | 54 | 23 | 7 | 48 | 26 |
| Octal | 247 | 53 | 33 | 0 | 112 | 124 | 43 | 7 | 110 | 46 |
| Binary | 10100111 | 101011 | 11011 | 0 | 1001010 | 1010100 | 100011 | 111 | 1001000 | 100110 |
Color Harmonies of #A72B1B
Complementary color
Monochromatic Colors of #A72B1B
Black with #A72B1B
Text Example
Text Example
White with #A72B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72B1B; }
p { color: rgb(167,43,27); }
H1.HeaderClassName
{
color: #A72B1B;
}
.AnyTagClassName
{
color: #A72B1B;
}
</style>
background-color css
<style>
a { background-color: #A72B1B; }
a { background-color: rgb(167,43,27); }
div.DivClassName
{
background-color: #A72B1B;
}
.BgClassName
{
background-color: #A72B1B;
}
</style>
border-color css
<style>
span { border-color: #A72B1B; }
span { border-color: rgb(167,43,27); }
td.TdClassName
{
border-color: #A72B1B;
}
.TagClassName
{
border-color: #A72B1B;
}
</style>