Shades of Brown #A52826
Tints of Brown #A52826
RGB
CMYK
RGB Variations
Color information
#A52826 (or 0xA52826) is known color: Brown. HEX triplet: A5, 28 and 26. RGB value is (165,40,38). Sum of RGB (Red+Green+Blue) = 165+40+38=243 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.90% from 243); Green value is 40 (16.02% from 255 or 16.46% from 243); Blue value is 38 (15.23% from 255 or 15.64% from 243); Max value from RGB is 165 - color contains mainly: red. Hex color #A52826 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52826 is #5AD7D9. Grayscale: #4D4D4D. Windows color (decimal): -5953498 or 2500773. OLE color: 2500773.
HSL color Cylindrical-coordinate representation of color #A52826: hue angle of 0.94º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A52826 is Cyan = 0, Magento = 0.76, Yellow = 0.77 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 40 | 38 | - |
| CMYK | 0 | 0.76 | 0.77 | 0.35 |
| HSL | 0.94º | 0.63% | 0.4% | - |
| HSV(B) | 0.94º | 0.77% | 0.65% | - |
| XYZ | 16.63 | 9.66 | 2.82 | - |
| YUV | 77.15 | 105.91 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 40 | 38 | 0 | 0.76 | 0.77 | 0.35 | 0.94 | 0.63 | 0.4 |
| Hex | A5 | 28 | 26 | 0 | 4C | 4D | 23 | 1 | 3F | 28 |
| Octal | 245 | 50 | 46 | 0 | 114 | 115 | 43 | 1 | 77 | 50 |
| Binary | 10100101 | 101000 | 100110 | 0 | 1001100 | 1001101 | 100011 | 1 | 111111 | 101000 |
Color Harmonies of #A52826
Complementary color
Monochromatic Colors of #A52826
Black with #A52826
Text Example
Text Example
White with #A52826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52826; }
p { color: rgb(165,40,38); }
H1.HeaderClassName
{
color: #A52826;
}
.AnyTagClassName
{
color: #A52826;
}
</style>
background-color css
<style>
a { background-color: #A52826; }
a { background-color: rgb(165,40,38); }
div.DivClassName
{
background-color: #A52826;
}
.BgClassName
{
background-color: #A52826;
}
</style>
border-color css
<style>
span { border-color: #A52826; }
span { border-color: rgb(165,40,38); }
td.TdClassName
{
border-color: #A52826;
}
.TagClassName
{
border-color: #A52826;
}
</style>