Shades of Brown #A52F21
Tints of Brown #A52F21
RGB
CMYK
RGB Variations
Color information
#A52F21 (or 0xA52F21) is known color: Brown. HEX triplet: A5, 2F and 21. RGB value is (165,47,33). Sum of RGB (Red+Green+Blue) = 165+47+33=245 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.35% from 245); Green value is 47 (18.75% from 255 or 19.18% from 245); Blue value is 33 (13.28% from 255 or 13.47% from 245); Max value from RGB is 165 - color contains mainly: red. Hex color #A52F21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52F21 is #5AD0DE. Grayscale: #505050. Windows color (decimal): -5951711 or 2174885. OLE color: 2174885.
HSL color Cylindrical-coordinate representation of color #A52F21: hue angle of 6.36º 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 #A52F21 is Cyan = 0, Magento = 0.72, Yellow = 0.8 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 47 | 33 | - |
| CMYK | 0 | 0.72 | 0.8 | 0.35 |
| HSL | 6.36º | 0.67% | 0.39% | - |
| HSV(B) | 6.36º | 0.8% | 0.65% | - |
| XYZ | 16.81 | 10.14 | 2.51 | - |
| YUV | 80.69 | 101.09 | 188.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 47 | 33 | 0 | 0.72 | 0.8 | 0.35 | 6.36 | 0.67 | 0.39 |
| Hex | A5 | 2F | 21 | 0 | 48 | 50 | 23 | 6 | 43 | 27 |
| Octal | 245 | 57 | 41 | 0 | 110 | 120 | 43 | 6 | 103 | 47 |
| Binary | 10100101 | 101111 | 100001 | 0 | 1001000 | 1010000 | 100011 | 110 | 1000011 | 100111 |
Color Harmonies of #A52F21
Complementary color
Monochromatic Colors of #A52F21
Black with #A52F21
Text Example
Text Example
White with #A52F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52F21; }
p { color: rgb(165,47,33); }
H1.HeaderClassName
{
color: #A52F21;
}
.AnyTagClassName
{
color: #A52F21;
}
</style>
background-color css
<style>
a { background-color: #A52F21; }
a { background-color: rgb(165,47,33); }
div.DivClassName
{
background-color: #A52F21;
}
.BgClassName
{
background-color: #A52F21;
}
</style>
border-color css
<style>
span { border-color: #A52F21; }
span { border-color: rgb(165,47,33); }
td.TdClassName
{
border-color: #A52F21;
}
.TagClassName
{
border-color: #A52F21;
}
</style>