Shades of Brown #A52C23
Tints of Brown #A52C23
RGB
CMYK
RGB Variations
Color information
#A52C23 (or 0xA52C23) is known color: Brown. HEX triplet: A5, 2C and 23. RGB value is (165,44,35). Sum of RGB (Red+Green+Blue) = 165+44+35=244 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.62% from 244); Green value is 44 (17.58% from 255 or 18.03% from 244); Blue value is 35 (14.06% from 255 or 14.34% from 244); Max value from RGB is 165 - color contains mainly: red. Hex color #A52C23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52C23 is #5AD3DC. Grayscale: #4F4F4F. Windows color (decimal): -5952477 or 2305189. OLE color: 2305189.
HSL color Cylindrical-coordinate representation of color #A52C23: hue angle of 4.15º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A52C23 is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 44 | 35 | - |
| CMYK | 0 | 0.73 | 0.79 | 0.35 |
| HSL | 4.15º | 0.65% | 0.39% | - |
| HSV(B) | 4.15º | 0.79% | 0.65% | - |
| XYZ | 16.72 | 9.92 | 2.62 | - |
| YUV | 79.15 | 103.09 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 44 | 35 | 0 | 0.73 | 0.79 | 0.35 | 4.15 | 0.65 | 0.39 |
| Hex | A5 | 2C | 23 | 0 | 49 | 4F | 23 | 4 | 41 | 27 |
| Octal | 245 | 54 | 43 | 0 | 111 | 117 | 43 | 4 | 101 | 47 |
| Binary | 10100101 | 101100 | 100011 | 0 | 1001001 | 1001111 | 100011 | 100 | 1000001 | 100111 |
Color Harmonies of #A52C23
Complementary color
Monochromatic Colors of #A52C23
Black with #A52C23
Text Example
Text Example
White with #A52C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52C23; }
p { color: rgb(165,44,35); }
H1.HeaderClassName
{
color: #A52C23;
}
.AnyTagClassName
{
color: #A52C23;
}
</style>
background-color css
<style>
a { background-color: #A52C23; }
a { background-color: rgb(165,44,35); }
div.DivClassName
{
background-color: #A52C23;
}
.BgClassName
{
background-color: #A52C23;
}
</style>
border-color css
<style>
span { border-color: #A52C23; }
span { border-color: rgb(165,44,35); }
td.TdClassName
{
border-color: #A52C23;
}
.TagClassName
{
border-color: #A52C23;
}
</style>