Shades of Brown #A72F24
Tints of Brown #A72F24
RGB
CMYK
RGB Variations
Color information
#A72F24 (or 0xA72F24) is known color: Brown. HEX triplet: A7, 2F and 24. RGB value is (167,47,36). Sum of RGB (Red+Green+Blue) = 167+47+36=250 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.8% from 250); Green value is 47 (18.75% from 255 or 18.8% from 250); Blue value is 36 (14.45% from 255 or 14.4% from 250); Max value from RGB is 167 - color contains mainly: red. Hex color #A72F24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72F24 is #58D0DB. Grayscale: #515151. Windows color (decimal): -5820636 or 2371495. OLE color: 2371495.
HSL color Cylindrical-coordinate representation of color #A72F24: hue angle of 5.04º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A72F24 is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 47 | 36 | - |
| CMYK | 0 | 0.72 | 0.78 | 0.35 |
| HSL | 5.04º | 0.65% | 0.4% | - |
| HSV(B) | 5.04º | 0.78% | 0.65% | - |
| XYZ | 17.27 | 10.38 | 2.76 | - |
| YUV | 81.63 | 102.26 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 47 | 36 | 0 | 0.72 | 0.78 | 0.35 | 5.04 | 0.65 | 0.4 |
| Hex | A7 | 2F | 24 | 0 | 48 | 4E | 23 | 5 | 41 | 28 |
| Octal | 247 | 57 | 44 | 0 | 110 | 116 | 43 | 5 | 101 | 50 |
| Binary | 10100111 | 101111 | 100100 | 0 | 1001000 | 1001110 | 100011 | 101 | 1000001 | 101000 |
Color Harmonies of #A72F24
Complementary color
Monochromatic Colors of #A72F24
Black with #A72F24
Text Example
Text Example
White with #A72F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72F24; }
p { color: rgb(167,47,36); }
H1.HeaderClassName
{
color: #A72F24;
}
.AnyTagClassName
{
color: #A72F24;
}
</style>
background-color css
<style>
a { background-color: #A72F24; }
a { background-color: rgb(167,47,36); }
div.DivClassName
{
background-color: #A72F24;
}
.BgClassName
{
background-color: #A72F24;
}
</style>
border-color css
<style>
span { border-color: #A72F24; }
span { border-color: rgb(167,47,36); }
td.TdClassName
{
border-color: #A72F24;
}
.TagClassName
{
border-color: #A72F24;
}
</style>