Shades of Brown #A52B25
Tints of Brown #A52B25
RGB
CMYK
RGB Variations
Color information
#A52B25 (or 0xA52B25) is known color: Brown. HEX triplet: A5, 2B and 25. RGB value is (165,43,37). Sum of RGB (Red+Green+Blue) = 165+43+37=245 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.35% from 245); Green value is 43 (17.19% from 255 or 17.55% from 245); Blue value is 37 (14.84% from 255 or 15.10% from 245); Max value from RGB is 165 - color contains mainly: red. Hex color #A52B25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52B25 is #5AD4DA. Grayscale: #4E4E4E. Windows color (decimal): -5952731 or 2436005. OLE color: 2436005.
HSL color Cylindrical-coordinate representation of color #A52B25: hue angle of 2.81º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A52B25 is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 43 | 37 | - |
| CMYK | 0 | 0.74 | 0.78 | 0.35 |
| HSL | 2.81º | 0.63% | 0.4% | - |
| HSV(B) | 2.81º | 0.78% | 0.65% | - |
| XYZ | 16.71 | 9.86 | 2.77 | - |
| YUV | 78.79 | 104.42 | 189.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 43 | 37 | 0 | 0.74 | 0.78 | 0.35 | 2.81 | 0.63 | 0.4 |
| Hex | A5 | 2B | 25 | 0 | 4A | 4E | 23 | 3 | 3F | 28 |
| Octal | 245 | 53 | 45 | 0 | 112 | 116 | 43 | 3 | 77 | 50 |
| Binary | 10100101 | 101011 | 100101 | 0 | 1001010 | 1001110 | 100011 | 11 | 111111 | 101000 |
Color Harmonies of #A52B25
Complementary color
Monochromatic Colors of #A52B25
Black with #A52B25
Text Example
Text Example
White with #A52B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52B25; }
p { color: rgb(165,43,37); }
H1.HeaderClassName
{
color: #A52B25;
}
.AnyTagClassName
{
color: #A52B25;
}
</style>
background-color css
<style>
a { background-color: #A52B25; }
a { background-color: rgb(165,43,37); }
div.DivClassName
{
background-color: #A52B25;
}
.BgClassName
{
background-color: #A52B25;
}
</style>
border-color css
<style>
span { border-color: #A52B25; }
span { border-color: rgb(165,43,37); }
td.TdClassName
{
border-color: #A52B25;
}
.TagClassName
{
border-color: #A52B25;
}
</style>