Shades of Brown #A33521
Tints of Brown #A33521
RGB
CMYK
RGB Variations
Color information
#A33521 (or 0xA33521) is known color: Brown. HEX triplet: A3, 35 and 21. RGB value is (163,53,33). Sum of RGB (Red+Green+Blue) = 163+53+33=249 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.46% from 249); Green value is 53 (21.09% from 255 or 21.29% from 249); Blue value is 33 (13.28% from 255 or 13.25% from 249); Max value from RGB is 163 - color contains mainly: red. Hex color #A33521 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33521 is #5CCADE. Grayscale: #535353. Windows color (decimal): -6081247 or 2176419. OLE color: 2176419.
HSL color Cylindrical-coordinate representation of color #A33521: hue angle of 9.23º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A33521 is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 53 | 33 | - |
| CMYK | 0 | 0.67 | 0.80 | 0.36 |
| HSL | 9.23º | 0.66% | 0.38% | - |
| HSV(B) | 9.23º | 0.8% | 0.64% | - |
| XYZ | 16.65 | 10.44 | 2.58 | - |
| YUV | 83.61 | 99.44 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 53 | 33 | 0 | 0.67 | 0.80 | 0.36 | 9.23 | 0.66 | 0.38 |
| Hex | A3 | 35 | 21 | 0 | 43 | 50 | 24 | 9 | 42 | 26 |
| Octal | 243 | 65 | 41 | 0 | 103 | 120 | 44 | 11 | 102 | 46 |
| Binary | 10100011 | 110101 | 100001 | 0 | 1000011 | 1010000 | 100100 | 1001 | 1000010 | 100110 |
Color Harmonies of #A33521
Complementary color
Monochromatic Colors of #A33521
Black with #A33521
Text Example
Text Example
White with #A33521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33521; }
p { color: rgb(163,53,33); }
H1.HeaderClassName
{
color: #A33521;
}
.AnyTagClassName
{
color: #A33521;
}
</style>
background-color css
<style>
a { background-color: #A33521; }
a { background-color: rgb(163,53,33); }
div.DivClassName
{
background-color: #A33521;
}
.BgClassName
{
background-color: #A33521;
}
</style>
border-color css
<style>
span { border-color: #A33521; }
span { border-color: rgb(163,53,33); }
td.TdClassName
{
border-color: #A33521;
}
.TagClassName
{
border-color: #A33521;
}
</style>