Shades of Brown #A3281E
Tints of Brown #A3281E
RGB
CMYK
RGB Variations
Color information
#A3281E (or 0xA3281E) is known color: Brown. HEX triplet: A3, 28 and 1E. RGB value is (163,40,30). Sum of RGB (Red+Green+Blue) = 163+40+30=233 (30% of max value = 765). Red value is 163 (64.06% from 255 or 69.96% from 233); Green value is 40 (16.02% from 255 or 17.17% from 233); Blue value is 30 (12.11% from 255 or 12.88% from 233); Max value from RGB is 163 - color contains mainly: red. Hex color #A3281E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3281E is #5CD7E1. Grayscale: #4B4B4B. Windows color (decimal): -6084578 or 1976483. OLE color: 1976483.
HSL color Cylindrical-coordinate representation of color #A3281E: hue angle of 4.51º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A3281E is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 40 | 30 | - |
| CMYK | 0 | 0.75 | 0.82 | 0.36 |
| HSL | 4.51º | 0.69% | 0.38% | - |
| HSV(B) | 4.51º | 0.82% | 0.64% | - |
| XYZ | 16.1 | 9.4 | 2.19 | - |
| YUV | 75.64 | 102.25 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 40 | 30 | 0 | 0.75 | 0.82 | 0.36 | 4.51 | 0.69 | 0.38 |
| Hex | A3 | 28 | 1E | 0 | 4B | 52 | 24 | 5 | 45 | 26 |
| Octal | 243 | 50 | 36 | 0 | 113 | 122 | 44 | 5 | 105 | 46 |
| Binary | 10100011 | 101000 | 11110 | 0 | 1001011 | 1010010 | 100100 | 101 | 1000101 | 100110 |
Color Harmonies of #A3281E
Complementary color
Monochromatic Colors of #A3281E
Black with #A3281E
Text Example
Text Example
White with #A3281E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3281E; }
p { color: rgb(163,40,30); }
H1.HeaderClassName
{
color: #A3281E;
}
.AnyTagClassName
{
color: #A3281E;
}
</style>
background-color css
<style>
a { background-color: #A3281E; }
a { background-color: rgb(163,40,30); }
div.DivClassName
{
background-color: #A3281E;
}
.BgClassName
{
background-color: #A3281E;
}
</style>
border-color css
<style>
span { border-color: #A3281E; }
span { border-color: rgb(163,40,30); }
td.TdClassName
{
border-color: #A3281E;
}
.TagClassName
{
border-color: #A3281E;
}
</style>