Shades of Brown #A53625
Tints of Brown #A53625
RGB
CMYK
RGB Variations
Color information
#A53625 (or 0xA53625) is known color: Brown. HEX triplet: A5, 36 and 25. RGB value is (165,54,37). Sum of RGB (Red+Green+Blue) = 165+54+37=256 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.45% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 37 (14.84% from 255 or 14.45% from 256); Max value from RGB is 165 - color contains mainly: red. Hex color #A53625 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53625 is #5AC9DA. Grayscale: #555555. Windows color (decimal): -5949915 or 2438821. OLE color: 2438821.
HSL color Cylindrical-coordinate representation of color #A53625: hue angle of 7.97º 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 #A53625 is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 54 | 37 | - |
| CMYK | 0 | 0.67 | 0.78 | 0.35 |
| HSL | 7.97º | 0.63% | 0.4% | - |
| HSV(B) | 7.97º | 0.78% | 0.65% | - |
| XYZ | 17.17 | 10.77 | 2.92 | - |
| YUV | 85.25 | 100.77 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 54 | 37 | 0 | 0.67 | 0.78 | 0.35 | 7.97 | 0.63 | 0.4 |
| Hex | A5 | 36 | 25 | 0 | 43 | 4E | 23 | 8 | 3F | 28 |
| Octal | 245 | 66 | 45 | 0 | 103 | 116 | 43 | 10 | 77 | 50 |
| Binary | 10100101 | 110110 | 100101 | 0 | 1000011 | 1001110 | 100011 | 1000 | 111111 | 101000 |
Color Harmonies of #A53625
Complementary color
Monochromatic Colors of #A53625
Black with #A53625
Text Example
Text Example
White with #A53625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53625; }
p { color: rgb(165,54,37); }
H1.HeaderClassName
{
color: #A53625;
}
.AnyTagClassName
{
color: #A53625;
}
</style>
background-color css
<style>
a { background-color: #A53625; }
a { background-color: rgb(165,54,37); }
div.DivClassName
{
background-color: #A53625;
}
.BgClassName
{
background-color: #A53625;
}
</style>
border-color css
<style>
span { border-color: #A53625; }
span { border-color: rgb(165,54,37); }
td.TdClassName
{
border-color: #A53625;
}
.TagClassName
{
border-color: #A53625;
}
</style>