Shades of Brown #A32C13
Tints of Brown #A32C13
RGB
CMYK
RGB Variations
Color information
#A32C13 (or 0xA32C13) is known color: Brown. HEX triplet: A3, 2C and 13. RGB value is (163,44,19). Sum of RGB (Red+Green+Blue) = 163+44+19=226 (29% of max value = 765). Red value is 163 (64.06% from 255 or 72.12% from 226); Green value is 44 (17.58% from 255 or 19.47% from 226); Blue value is 19 (7.81% from 255 or 8.41% from 226); Max value from RGB is 163 - color contains mainly: red. Hex color #A32C13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32C13 is #5CD3EC. Grayscale: #4C4C4C. Windows color (decimal): -6083565 or 1256611. OLE color: 1256611.
HSL color Cylindrical-coordinate representation of color #A32C13: hue angle of 10.42º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A32C13 is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 44 | 19 | - |
| CMYK | 0 | 0.73 | 0.88 | 0.36 |
| HSL | 10.42º | 0.79% | 0.36% | - |
| HSV(B) | 10.42º | 0.88% | 0.64% | - |
| XYZ | 16.12 | 9.63 | 1.63 | - |
| YUV | 76.73 | 95.42 | 189.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 44 | 19 | 0 | 0.73 | 0.88 | 0.36 | 10.42 | 0.79 | 0.36 |
| Hex | A3 | 2C | 13 | 0 | 49 | 58 | 24 | A | 4F | 24 |
| Octal | 243 | 54 | 23 | 0 | 111 | 130 | 44 | 12 | 117 | 44 |
| Binary | 10100011 | 101100 | 10011 | 0 | 1001001 | 1011000 | 100100 | 1010 | 1001111 | 100100 |
Color Harmonies of #A32C13
Complementary color
Monochromatic Colors of #A32C13
Black with #A32C13
Text Example
Text Example
White with #A32C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32C13; }
p { color: rgb(163,44,19); }
H1.HeaderClassName
{
color: #A32C13;
}
.AnyTagClassName
{
color: #A32C13;
}
</style>
background-color css
<style>
a { background-color: #A32C13; }
a { background-color: rgb(163,44,19); }
div.DivClassName
{
background-color: #A32C13;
}
.BgClassName
{
background-color: #A32C13;
}
</style>
border-color css
<style>
span { border-color: #A32C13; }
span { border-color: rgb(163,44,19); }
td.TdClassName
{
border-color: #A32C13;
}
.TagClassName
{
border-color: #A32C13;
}
</style>