Shades of Brown #A52D1C
Tints of Brown #A52D1C
RGB
CMYK
RGB Variations
Color information
#A52D1C (or 0xA52D1C) is known color: Brown. HEX triplet: A5, 2D and 1C. RGB value is (165,45,28). Sum of RGB (Red+Green+Blue) = 165+45+28=238 (31% of max value = 765). Red value is 165 (64.84% from 255 or 69.33% from 238); Green value is 45 (17.97% from 255 or 18.91% from 238); Blue value is 28 (11.33% from 255 or 11.76% from 238); Max value from RGB is 165 - color contains mainly: red. Hex color #A52D1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52D1C is #5AD2E3. Grayscale: #4F4F4F. Windows color (decimal): -5952228 or 1846693. OLE color: 1846693.
HSL color Cylindrical-coordinate representation of color #A52D1C: hue angle of 7.45º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A52D1C is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 45 | 28 | - |
| CMYK | 0 | 0.73 | 0.83 | 0.35 |
| HSL | 7.45º | 0.71% | 0.38% | - |
| HSV(B) | 7.45º | 0.83% | 0.65% | - |
| XYZ | 16.67 | 9.96 | 2.14 | - |
| YUV | 78.94 | 99.26 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 45 | 28 | 0 | 0.73 | 0.83 | 0.35 | 7.45 | 0.71 | 0.38 |
| Hex | A5 | 2D | 1C | 0 | 49 | 53 | 23 | 7 | 47 | 26 |
| Octal | 245 | 55 | 34 | 0 | 111 | 123 | 43 | 7 | 107 | 46 |
| Binary | 10100101 | 101101 | 11100 | 0 | 1001001 | 1010011 | 100011 | 111 | 1000111 | 100110 |
Color Harmonies of #A52D1C
Complementary color
Monochromatic Colors of #A52D1C
Black with #A52D1C
Text Example
Text Example
White with #A52D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52D1C; }
p { color: rgb(165,45,28); }
H1.HeaderClassName
{
color: #A52D1C;
}
.AnyTagClassName
{
color: #A52D1C;
}
</style>
background-color css
<style>
a { background-color: #A52D1C; }
a { background-color: rgb(165,45,28); }
div.DivClassName
{
background-color: #A52D1C;
}
.BgClassName
{
background-color: #A52D1C;
}
</style>
border-color css
<style>
span { border-color: #A52D1C; }
span { border-color: rgb(165,45,28); }
td.TdClassName
{
border-color: #A52D1C;
}
.TagClassName
{
border-color: #A52D1C;
}
</style>