Shades of Brown #A3281D
Tints of Brown #A3281D
RGB
CMYK
RGB Variations
Color information
#A3281D (or 0xA3281D) is known color: Brown. HEX triplet: A3, 28 and 1D. RGB value is (163,40,29). Sum of RGB (Red+Green+Blue) = 163+40+29=232 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.26% from 232); Green value is 40 (16.02% from 255 or 17.24% from 232); Blue value is 29 (11.72% from 255 or 12.5% from 232); Max value from RGB is 163 - color contains mainly: red. Hex color #A3281D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3281D is #5CD7E2. Grayscale: #4B4B4B. Windows color (decimal): -6084579 or 1910947. OLE color: 1910947.
HSL color Cylindrical-coordinate representation of color #A3281D: hue angle of 4.93º degrees, saturation: 0.7, 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 #A3281D is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 40 | 29 | - |
| CMYK | 0 | 0.75 | 0.82 | 0.36 |
| HSL | 4.93º | 0.7% | 0.38% | - |
| HSV(B) | 4.93º | 0.82% | 0.64% | - |
| XYZ | 16.08 | 9.39 | 2.13 | - |
| YUV | 75.52 | 101.75 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 40 | 29 | 0 | 0.75 | 0.82 | 0.36 | 4.93 | 0.7 | 0.38 |
| Hex | A3 | 28 | 1D | 0 | 4B | 52 | 24 | 5 | 46 | 26 |
| Octal | 243 | 50 | 35 | 0 | 113 | 122 | 44 | 5 | 106 | 46 |
| Binary | 10100011 | 101000 | 11101 | 0 | 1001011 | 1010010 | 100100 | 101 | 1000110 | 100110 |
Color Harmonies of #A3281D
Complementary color
Monochromatic Colors of #A3281D
Black with #A3281D
Text Example
Text Example
White with #A3281D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3281D; }
p { color: rgb(163,40,29); }
H1.HeaderClassName
{
color: #A3281D;
}
.AnyTagClassName
{
color: #A3281D;
}
</style>
background-color css
<style>
a { background-color: #A3281D; }
a { background-color: rgb(163,40,29); }
div.DivClassName
{
background-color: #A3281D;
}
.BgClassName
{
background-color: #A3281D;
}
</style>
border-color css
<style>
span { border-color: #A3281D; }
span { border-color: rgb(163,40,29); }
td.TdClassName
{
border-color: #A3281D;
}
.TagClassName
{
border-color: #A3281D;
}
</style>