Shades of Brown #A42724
Tints of Brown #A42724
RGB
CMYK
RGB Variations
Color information
#A42724 (or 0xA42724) is known color: Brown. HEX triplet: A4, 27 and 24. RGB value is (164,39,36). Sum of RGB (Red+Green+Blue) = 164+39+36=239 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.62% from 239); Green value is 39 (15.62% from 255 or 16.32% from 239); Blue value is 36 (14.45% from 255 or 15.06% from 239); Max value from RGB is 164 - color contains mainly: red. Hex color #A42724 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42724 is #5BD8DB. Grayscale: #4C4C4C. Windows color (decimal): -6019292 or 2369444. OLE color: 2369444.
HSL color Cylindrical-coordinate representation of color #A42724: hue angle of 1.41º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A42724 is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 39 | 36 | - |
| CMYK | 0 | 0.76 | 0.78 | 0.36 |
| HSL | 1.41º | 0.64% | 0.39% | - |
| HSV(B) | 1.41º | 0.78% | 0.64% | - |
| XYZ | 16.35 | 9.47 | 2.64 | - |
| YUV | 76.03 | 105.41 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 39 | 36 | 0 | 0.76 | 0.78 | 0.36 | 1.41 | 0.64 | 0.39 |
| Hex | A4 | 27 | 24 | 0 | 4C | 4E | 24 | 1 | 40 | 27 |
| Octal | 244 | 47 | 44 | 0 | 114 | 116 | 44 | 1 | 100 | 47 |
| Binary | 10100100 | 100111 | 100100 | 0 | 1001100 | 1001110 | 100100 | 1 | 1000000 | 100111 |
Color Harmonies of #A42724
Complementary color
Monochromatic Colors of #A42724
Black with #A42724
Text Example
Text Example
White with #A42724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42724; }
p { color: rgb(164,39,36); }
H1.HeaderClassName
{
color: #A42724;
}
.AnyTagClassName
{
color: #A42724;
}
</style>
background-color css
<style>
a { background-color: #A42724; }
a { background-color: rgb(164,39,36); }
div.DivClassName
{
background-color: #A42724;
}
.BgClassName
{
background-color: #A42724;
}
</style>
border-color css
<style>
span { border-color: #A42724; }
span { border-color: rgb(164,39,36); }
td.TdClassName
{
border-color: #A42724;
}
.TagClassName
{
border-color: #A42724;
}
</style>