Shades of Brown #A32919
Tints of Brown #A32919
RGB
CMYK
RGB Variations
Color information
#A32919 (or 0xA32919) is known color: Brown. HEX triplet: A3, 29 and 19. RGB value is (163,41,25). Sum of RGB (Red+Green+Blue) = 163+41+25=229 (30% of max value = 765). Red value is 163 (64.06% from 255 or 71.18% from 229); Green value is 41 (16.41% from 255 or 17.90% from 229); Blue value is 25 (10.16% from 255 or 10.92% from 229); Max value from RGB is 163 - color contains mainly: red. Hex color #A32919 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32919 is #5CD6E6. Grayscale: #4B4B4B. Windows color (decimal): -6084327 or 1649059. OLE color: 1649059.
HSL color Cylindrical-coordinate representation of color #A32919: hue angle of 6.96º 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 #A32919 is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 41 | 25 | - |
| CMYK | 0 | 0.75 | 0.85 | 0.36 |
| HSL | 6.96º | 0.73% | 0.37% | - |
| HSV(B) | 6.96º | 0.85% | 0.64% | - |
| XYZ | 16.07 | 9.44 | 1.9 | - |
| YUV | 75.65 | 99.42 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 41 | 25 | 0 | 0.75 | 0.85 | 0.36 | 6.96 | 0.73 | 0.37 |
| Hex | A3 | 29 | 19 | 0 | 4B | 55 | 24 | 7 | 49 | 25 |
| Octal | 243 | 51 | 31 | 0 | 113 | 125 | 44 | 7 | 111 | 45 |
| Binary | 10100011 | 101001 | 11001 | 0 | 1001011 | 1010101 | 100100 | 111 | 1001001 | 100101 |
Color Harmonies of #A32919
Complementary color
Monochromatic Colors of #A32919
Black with #A32919
Text Example
Text Example
White with #A32919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32919; }
p { color: rgb(163,41,25); }
H1.HeaderClassName
{
color: #A32919;
}
.AnyTagClassName
{
color: #A32919;
}
</style>
background-color css
<style>
a { background-color: #A32919; }
a { background-color: rgb(163,41,25); }
div.DivClassName
{
background-color: #A32919;
}
.BgClassName
{
background-color: #A32919;
}
</style>
border-color css
<style>
span { border-color: #A32919; }
span { border-color: rgb(163,41,25); }
td.TdClassName
{
border-color: #A32919;
}
.TagClassName
{
border-color: #A32919;
}
</style>