Shades of Brown #A52521
Tints of Brown #A52521
RGB
CMYK
RGB Variations
Color information
#A52521 (or 0xA52521) is known color: Brown. HEX triplet: A5, 25 and 21. RGB value is (165,37,33). Sum of RGB (Red+Green+Blue) = 165+37+33=235 (31% of max value = 765). Red value is 165 (64.84% from 255 or 70.21% from 235); Green value is 37 (14.84% from 255 or 15.74% from 235); Blue value is 33 (13.28% from 255 or 14.04% from 235); Max value from RGB is 165 - color contains mainly: red. Hex color #A52521 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52521 is #5ADADE. Grayscale: #4A4A4A. Windows color (decimal): -5954271 or 2172325. OLE color: 2172325.
HSL color Cylindrical-coordinate representation of color #A52521: hue angle of 1.82º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A52521 is Cyan = 0, Magento = 0.78, Yellow = 0.8 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 37 | 33 | - |
| CMYK | 0 | 0.78 | 0.8 | 0.35 |
| HSL | 1.82º | 0.67% | 0.39% | - |
| HSV(B) | 1.82º | 0.8% | 0.65% | - |
| XYZ | 16.45 | 9.43 | 2.39 | - |
| YUV | 74.82 | 104.41 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 37 | 33 | 0 | 0.78 | 0.8 | 0.35 | 1.82 | 0.67 | 0.39 |
| Hex | A5 | 25 | 21 | 0 | 4E | 50 | 23 | 2 | 43 | 27 |
| Octal | 245 | 45 | 41 | 0 | 116 | 120 | 43 | 2 | 103 | 47 |
| Binary | 10100101 | 100101 | 100001 | 0 | 1001110 | 1010000 | 100011 | 10 | 1000011 | 100111 |
Color Harmonies of #A52521
Complementary color
Monochromatic Colors of #A52521
Black with #A52521
Text Example
Text Example
White with #A52521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52521; }
p { color: rgb(165,37,33); }
H1.HeaderClassName
{
color: #A52521;
}
.AnyTagClassName
{
color: #A52521;
}
</style>
background-color css
<style>
a { background-color: #A52521; }
a { background-color: rgb(165,37,33); }
div.DivClassName
{
background-color: #A52521;
}
.BgClassName
{
background-color: #A52521;
}
</style>
border-color css
<style>
span { border-color: #A52521; }
span { border-color: rgb(165,37,33); }
td.TdClassName
{
border-color: #A52521;
}
.TagClassName
{
border-color: #A52521;
}
</style>