Shades of Brown #A33115
Tints of Brown #A33115
RGB
CMYK
RGB Variations
Color information
#A33115 (or 0xA33115) is known color: Brown. HEX triplet: A3, 31 and 15. RGB value is (163,49,21). Sum of RGB (Red+Green+Blue) = 163+49+21=233 (30% of max value = 765). Red value is 163 (64.06% from 255 or 69.96% from 233); Green value is 49 (19.53% from 255 or 21.03% from 233); Blue value is 21 (8.59% from 255 or 9.01% from 233); Max value from RGB is 163 - color contains mainly: red. Hex color #A33115 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33115 is #5CCEEA. Grayscale: #505050. Windows color (decimal): -6082283 or 1388963. OLE color: 1388963.
HSL color Cylindrical-coordinate representation of color #A33115: hue angle of 11.83º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A33115 is Cyan = 0, Magento = 0.70, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 49 | 21 | - |
| CMYK | 0 | 0.70 | 0.87 | 0.36 |
| HSL | 11.83º | 0.77% | 0.36% | - |
| HSV(B) | 11.83º | 0.87% | 0.64% | - |
| XYZ | 16.34 | 10.04 | 1.79 | - |
| YUV | 79.89 | 94.77 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 49 | 21 | 0 | 0.70 | 0.87 | 0.36 | 11.83 | 0.77 | 0.36 |
| Hex | A3 | 31 | 15 | 0 | 46 | 57 | 24 | C | 4D | 24 |
| Octal | 243 | 61 | 25 | 0 | 106 | 127 | 44 | 14 | 115 | 44 |
| Binary | 10100011 | 110001 | 10101 | 0 | 1000110 | 1010111 | 100100 | 1100 | 1001101 | 100100 |
Color Harmonies of #A33115
Complementary color
Monochromatic Colors of #A33115
Black with #A33115
Text Example
Text Example
White with #A33115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33115; }
p { color: rgb(163,49,21); }
H1.HeaderClassName
{
color: #A33115;
}
.AnyTagClassName
{
color: #A33115;
}
</style>
background-color css
<style>
a { background-color: #A33115; }
a { background-color: rgb(163,49,21); }
div.DivClassName
{
background-color: #A33115;
}
.BgClassName
{
background-color: #A33115;
}
</style>
border-color css
<style>
span { border-color: #A33115; }
span { border-color: rgb(163,49,21); }
td.TdClassName
{
border-color: #A33115;
}
.TagClassName
{
border-color: #A33115;
}
</style>