Shades of Brown #A42725
Tints of Brown #A42725
RGB
CMYK
RGB Variations
Color information
#A42725 (or 0xA42725) is known color: Brown. HEX triplet: A4, 27 and 25. RGB value is (164,39,37). Sum of RGB (Red+Green+Blue) = 164+39+37=240 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.33% from 240); Green value is 39 (15.62% from 255 or 16.25% from 240); Blue value is 37 (14.84% from 255 or 15.42% from 240); Max value from RGB is 164 - color contains mainly: red. Hex color #A42725 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42725 is #5BD8DA. Grayscale: #4C4C4C. Windows color (decimal): -6019291 or 2434980. OLE color: 2434980.
HSL color Cylindrical-coordinate representation of color #A42725: hue angle of 0.94º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A42725 is Cyan = 0, Magento = 0.76, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 39 | 37 | - |
| CMYK | 0 | 0.76 | 0.77 | 0.36 |
| HSL | 0.94º | 0.63% | 0.39% | - |
| HSV(B) | 0.94º | 0.77% | 0.64% | - |
| XYZ | 16.37 | 9.48 | 2.72 | - |
| YUV | 76.15 | 105.91 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 39 | 37 | 0 | 0.76 | 0.77 | 0.36 | 0.94 | 0.63 | 0.39 |
| Hex | A4 | 27 | 25 | 0 | 4C | 4D | 24 | 1 | 3F | 27 |
| Octal | 244 | 47 | 45 | 0 | 114 | 115 | 44 | 1 | 77 | 47 |
| Binary | 10100100 | 100111 | 100101 | 0 | 1001100 | 1001101 | 100100 | 1 | 111111 | 100111 |
Color Harmonies of #A42725
Complementary color
Monochromatic Colors of #A42725
Black with #A42725
Text Example
Text Example
White with #A42725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42725; }
p { color: rgb(164,39,37); }
H1.HeaderClassName
{
color: #A42725;
}
.AnyTagClassName
{
color: #A42725;
}
</style>
background-color css
<style>
a { background-color: #A42725; }
a { background-color: rgb(164,39,37); }
div.DivClassName
{
background-color: #A42725;
}
.BgClassName
{
background-color: #A42725;
}
</style>
border-color css
<style>
span { border-color: #A42725; }
span { border-color: rgb(164,39,37); }
td.TdClassName
{
border-color: #A42725;
}
.TagClassName
{
border-color: #A42725;
}
</style>