Shades of Brown #A32E1B
Tints of Brown #A32E1B
RGB
CMYK
RGB Variations
Color information
#A32E1B (or 0xA32E1B) is known color: Brown. HEX triplet: A3, 2E and 1B. RGB value is (163,46,27). Sum of RGB (Red+Green+Blue) = 163+46+27=236 (31% of max value = 765). Red value is 163 (64.06% from 255 or 69.07% from 236); Green value is 46 (18.36% from 255 or 19.49% from 236); Blue value is 27 (10.94% from 255 or 11.44% from 236); Max value from RGB is 163 - color contains mainly: red. Hex color #A32E1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32E1B is #5CD1E4. Grayscale: #4F4F4F. Windows color (decimal): -6083045 or 1781411. OLE color: 1781411.
HSL color Cylindrical-coordinate representation of color #A32E1B: hue angle of 8.38º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A32E1B is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 46 | 27 | - |
| CMYK | 0 | 0.72 | 0.83 | 0.36 |
| HSL | 8.38º | 0.72% | 0.37% | - |
| HSV(B) | 8.38º | 0.83% | 0.64% | - |
| XYZ | 16.28 | 9.82 | 2.07 | - |
| YUV | 78.82 | 98.76 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 46 | 27 | 0 | 0.72 | 0.83 | 0.36 | 8.38 | 0.72 | 0.37 |
| Hex | A3 | 2E | 1B | 0 | 48 | 53 | 24 | 8 | 48 | 25 |
| Octal | 243 | 56 | 33 | 0 | 110 | 123 | 44 | 10 | 110 | 45 |
| Binary | 10100011 | 101110 | 11011 | 0 | 1001000 | 1010011 | 100100 | 1000 | 1001000 | 100101 |
Color Harmonies of #A32E1B
Complementary color
Monochromatic Colors of #A32E1B
Black with #A32E1B
Text Example
Text Example
White with #A32E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32E1B; }
p { color: rgb(163,46,27); }
H1.HeaderClassName
{
color: #A32E1B;
}
.AnyTagClassName
{
color: #A32E1B;
}
</style>
background-color css
<style>
a { background-color: #A32E1B; }
a { background-color: rgb(163,46,27); }
div.DivClassName
{
background-color: #A32E1B;
}
.BgClassName
{
background-color: #A32E1B;
}
</style>
border-color css
<style>
span { border-color: #A32E1B; }
span { border-color: rgb(163,46,27); }
td.TdClassName
{
border-color: #A32E1B;
}
.TagClassName
{
border-color: #A32E1B;
}
</style>