Shades of Brown #A42727
Tints of Brown #A42727
RGB
CMYK
RGB Variations
Color information
#A42727 (or 0xA42727) is known color: Brown. HEX triplet: A4, 27 and 27. RGB value is (164,39,39). Sum of RGB (Red+Green+Blue) = 164+39+39=242 (32% of max value = 765). Red value is 164 (64.45% from 255 or 67.77% from 242); Green value is 39 (15.62% from 255 or 16.12% from 242); Blue value is 39 (15.62% from 255 or 16.12% from 242); Max value from RGB is 164 - color contains mainly: red. Hex color #A42727 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42727 is #5BD8D8. Grayscale: #4C4C4C. Windows color (decimal): -6019289 or 2566052. OLE color: 2566052.
HSL color Cylindrical-coordinate representation of color #A42727: hue angle of 0º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A42727 is Cyan = 0, Magento = 0.76, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 39 | 39 | - |
| CMYK | 0 | 0.76 | 0.76 | 0.36 |
| HSL | 0º | 0.62% | 0.4% | - |
| HSV(B) | 0º | 0.76% | 0.64% | - |
| XYZ | 16.4 | 9.49 | 2.89 | - |
| YUV | 76.38 | 106.91 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 39 | 39 | 0 | 0.76 | 0.76 | 0.36 | 0 | 0.62 | 0.4 |
| Hex | A4 | 27 | 27 | 0 | 4C | 4C | 24 | 0 | 3E | 28 |
| Octal | 244 | 47 | 47 | 0 | 114 | 114 | 44 | 0 | 76 | 50 |
| Binary | 10100100 | 100111 | 100111 | 0 | 1001100 | 1001100 | 100100 | 0 | 111110 | 101000 |
Color Harmonies of #A42727
Complementary color
Monochromatic Colors of #A42727
Black with #A42727
Text Example
Text Example
White with #A42727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42727; }
p { color: rgb(164,39,39); }
H1.HeaderClassName
{
color: #A42727;
}
.AnyTagClassName
{
color: #A42727;
}
</style>
background-color css
<style>
a { background-color: #A42727; }
a { background-color: rgb(164,39,39); }
div.DivClassName
{
background-color: #A42727;
}
.BgClassName
{
background-color: #A42727;
}
</style>
border-color css
<style>
span { border-color: #A42727; }
span { border-color: rgb(164,39,39); }
td.TdClassName
{
border-color: #A42727;
}
.TagClassName
{
border-color: #A42727;
}
</style>