Shades of Brown #A32819
Tints of Brown #A32819
RGB
CMYK
RGB Variations
Color information
#A32819 (or 0xA32819) is known color: Brown. HEX triplet: A3, 28 and 19. RGB value is (163,40,25). Sum of RGB (Red+Green+Blue) = 163+40+25=228 (30% of max value = 765). Red value is 163 (64.06% from 255 or 71.49% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 25 (10.16% from 255 or 10.96% from 228); Max value from RGB is 163 - color contains mainly: red. Hex color #A32819 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32819 is #5CD7E6. Grayscale: #4B4B4B. Windows color (decimal): -6084583 or 1648803. OLE color: 1648803.
HSL color Cylindrical-coordinate representation of color #A32819: hue angle of 6.52º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A32819 is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 40 | 25 | - |
| CMYK | 0 | 0.75 | 0.85 | 0.36 |
| HSL | 6.52º | 0.73% | 0.37% | - |
| HSV(B) | 6.52º | 0.85% | 0.64% | - |
| XYZ | 16.04 | 9.37 | 1.88 | - |
| YUV | 75.07 | 99.75 | 190.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 40 | 25 | 0 | 0.75 | 0.85 | 0.36 | 6.52 | 0.73 | 0.37 |
| Hex | A3 | 28 | 19 | 0 | 4B | 55 | 24 | 7 | 49 | 25 |
| Octal | 243 | 50 | 31 | 0 | 113 | 125 | 44 | 7 | 111 | 45 |
| Binary | 10100011 | 101000 | 11001 | 0 | 1001011 | 1010101 | 100100 | 111 | 1001001 | 100101 |
Color Harmonies of #A32819
Complementary color
Monochromatic Colors of #A32819
Black with #A32819
Text Example
Text Example
White with #A32819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32819; }
p { color: rgb(163,40,25); }
H1.HeaderClassName
{
color: #A32819;
}
.AnyTagClassName
{
color: #A32819;
}
</style>
background-color css
<style>
a { background-color: #A32819; }
a { background-color: rgb(163,40,25); }
div.DivClassName
{
background-color: #A32819;
}
.BgClassName
{
background-color: #A32819;
}
</style>
border-color css
<style>
span { border-color: #A32819; }
span { border-color: rgb(163,40,25); }
td.TdClassName
{
border-color: #A32819;
}
.TagClassName
{
border-color: #A32819;
}
</style>