Shades of Brown #A52320
Tints of Brown #A52320
RGB
CMYK
RGB Variations
Color information
#A52320 (or 0xA52320) is known color: Brown. HEX triplet: A5, 23 and 20. RGB value is (165,35,32). Sum of RGB (Red+Green+Blue) = 165+35+32=232 (30% of max value = 765). Red value is 165 (64.84% from 255 or 71.12% from 232); Green value is 35 (14.06% from 255 or 15.09% from 232); Blue value is 32 (12.89% from 255 or 13.79% from 232); Max value from RGB is 165 - color contains mainly: red. Hex color #A52320 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52320 is #5ADCDF. Grayscale: #494949. Windows color (decimal): -5954784 or 2106277. OLE color: 2106277.
HSL color Cylindrical-coordinate representation of color #A52320: hue angle of 1.35º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A52320 is Cyan = 0, Magento = 0.79, Yellow = 0.81 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 35 | 32 | - |
| CMYK | 0 | 0.79 | 0.81 | 0.35 |
| HSL | 1.35º | 0.68% | 0.39% | - |
| HSV(B) | 1.35º | 0.81% | 0.65% | - |
| XYZ | 16.38 | 9.31 | 2.3 | - |
| YUV | 73.53 | 104.57 | 193.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 35 | 32 | 0 | 0.79 | 0.81 | 0.35 | 1.35 | 0.68 | 0.39 |
| Hex | A5 | 23 | 20 | 0 | 4F | 51 | 23 | 1 | 44 | 27 |
| Octal | 245 | 43 | 40 | 0 | 117 | 121 | 43 | 1 | 104 | 47 |
| Binary | 10100101 | 100011 | 100000 | 0 | 1001111 | 1010001 | 100011 | 1 | 1000100 | 100111 |
Color Harmonies of #A52320
Complementary color
Monochromatic Colors of #A52320
Black with #A52320
Text Example
Text Example
White with #A52320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52320; }
p { color: rgb(165,35,32); }
H1.HeaderClassName
{
color: #A52320;
}
.AnyTagClassName
{
color: #A52320;
}
</style>
background-color css
<style>
a { background-color: #A52320; }
a { background-color: rgb(165,35,32); }
div.DivClassName
{
background-color: #A52320;
}
.BgClassName
{
background-color: #A52320;
}
</style>
border-color css
<style>
span { border-color: #A52320; }
span { border-color: rgb(165,35,32); }
td.TdClassName
{
border-color: #A52320;
}
.TagClassName
{
border-color: #A52320;
}
</style>