Shades of Brown #A52F2B
Tints of Brown #A52F2B
RGB
CMYK
RGB Variations
Color information
#A52F2B (or 0xA52F2B) is known color: Brown. HEX triplet: A5, 2F and 2B. RGB value is (165,47,43). Sum of RGB (Red+Green+Blue) = 165+47+43=255 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.71% from 255); Green value is 47 (18.75% from 255 or 18.43% from 255); Blue value is 43 (17.19% from 255 or 16.86% from 255); Max value from RGB is 165 - color contains mainly: red. Hex color #A52F2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52F2B is #5AD0D4. Grayscale: #515151. Windows color (decimal): -5951701 or 2830245. OLE color: 2830245.
HSL color Cylindrical-coordinate representation of color #A52F2B: hue angle of 1.97º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A52F2B is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 47 | 43 | - |
| CMYK | 0 | 0.72 | 0.74 | 0.35 |
| HSL | 1.97º | 0.59% | 0.41% | - |
| HSV(B) | 1.97º | 0.74% | 0.65% | - |
| XYZ | 16.97 | 10.21 | 3.36 | - |
| YUV | 81.83 | 106.09 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 47 | 43 | 0 | 0.72 | 0.74 | 0.35 | 1.97 | 0.59 | 0.41 |
| Hex | A5 | 2F | 2B | 0 | 48 | 4A | 23 | 2 | 3B | 29 |
| Octal | 245 | 57 | 53 | 0 | 110 | 112 | 43 | 2 | 73 | 51 |
| Binary | 10100101 | 101111 | 101011 | 0 | 1001000 | 1001010 | 100011 | 10 | 111011 | 101001 |
Color Harmonies of #A52F2B
Complementary color
Monochromatic Colors of #A52F2B
Black with #A52F2B
Text Example
Text Example
White with #A52F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52F2B; }
p { color: rgb(165,47,43); }
H1.HeaderClassName
{
color: #A52F2B;
}
.AnyTagClassName
{
color: #A52F2B;
}
</style>
background-color css
<style>
a { background-color: #A52F2B; }
a { background-color: rgb(165,47,43); }
div.DivClassName
{
background-color: #A52F2B;
}
.BgClassName
{
background-color: #A52F2B;
}
</style>
border-color css
<style>
span { border-color: #A52F2B; }
span { border-color: rgb(165,47,43); }
td.TdClassName
{
border-color: #A52F2B;
}
.TagClassName
{
border-color: #A52F2B;
}
</style>