Shades of Brown #A52C1E
Tints of Brown #A52C1E
RGB
CMYK
RGB Variations
Color information
#A52C1E (or 0xA52C1E) is known color: Brown. HEX triplet: A5, 2C and 1E. RGB value is (165,44,30). Sum of RGB (Red+Green+Blue) = 165+44+30=239 (31% of max value = 765). Red value is 165 (64.84% from 255 or 69.04% from 239); Green value is 44 (17.58% from 255 or 18.41% from 239); Blue value is 30 (12.11% from 255 or 12.55% from 239); Max value from RGB is 165 - color contains mainly: red. Hex color #A52C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52C1E is #5AD3E1. Grayscale: #4E4E4E. Windows color (decimal): -5952482 or 1977509. OLE color: 1977509.
HSL color Cylindrical-coordinate representation of color #A52C1E: hue angle of 6.22º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A52C1E is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 44 | 30 | - |
| CMYK | 0 | 0.73 | 0.82 | 0.35 |
| HSL | 6.22º | 0.69% | 0.38% | - |
| HSV(B) | 6.22º | 0.82% | 0.65% | - |
| XYZ | 16.65 | 9.89 | 2.26 | - |
| YUV | 78.58 | 100.59 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 44 | 30 | 0 | 0.73 | 0.82 | 0.35 | 6.22 | 0.69 | 0.38 |
| Hex | A5 | 2C | 1E | 0 | 49 | 52 | 23 | 6 | 45 | 26 |
| Octal | 245 | 54 | 36 | 0 | 111 | 122 | 43 | 6 | 105 | 46 |
| Binary | 10100101 | 101100 | 11110 | 0 | 1001001 | 1010010 | 100011 | 110 | 1000101 | 100110 |
Color Harmonies of #A52C1E
Complementary color
Monochromatic Colors of #A52C1E
Black with #A52C1E
Text Example
Text Example
White with #A52C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52C1E; }
p { color: rgb(165,44,30); }
H1.HeaderClassName
{
color: #A52C1E;
}
.AnyTagClassName
{
color: #A52C1E;
}
</style>
background-color css
<style>
a { background-color: #A52C1E; }
a { background-color: rgb(165,44,30); }
div.DivClassName
{
background-color: #A52C1E;
}
.BgClassName
{
background-color: #A52C1E;
}
</style>
border-color css
<style>
span { border-color: #A52C1E; }
span { border-color: rgb(165,44,30); }
td.TdClassName
{
border-color: #A52C1E;
}
.TagClassName
{
border-color: #A52C1E;
}
</style>