Shades of Brown #A5331E
Tints of Brown #A5331E
RGB
CMYK
RGB Variations
Color information
#A5331E (or 0xA5331E) is known color: Brown. HEX triplet: A5, 33 and 1E. RGB value is (165,51,30). Sum of RGB (Red+Green+Blue) = 165+51+30=246 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.07% from 246); Green value is 51 (20.31% from 255 or 20.73% from 246); Blue value is 30 (12.11% from 255 or 12.20% from 246); Max value from RGB is 165 - color contains mainly: red. Hex color #A5331E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5331E is #5ACCE1. Grayscale: #525252. Windows color (decimal): -5950690 or 1979301. OLE color: 1979301.
HSL color Cylindrical-coordinate representation of color #A5331E: hue angle of 9.33º 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 #A5331E is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 51 | 30 | - |
| CMYK | 0 | 0.69 | 0.82 | 0.35 |
| HSL | 9.33º | 0.69% | 0.38% | - |
| HSV(B) | 9.33º | 0.82% | 0.65% | - |
| XYZ | 16.94 | 10.46 | 2.35 | - |
| YUV | 82.69 | 98.27 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 51 | 30 | 0 | 0.69 | 0.82 | 0.35 | 9.33 | 0.69 | 0.38 |
| Hex | A5 | 33 | 1E | 0 | 45 | 52 | 23 | 9 | 45 | 26 |
| Octal | 245 | 63 | 36 | 0 | 105 | 122 | 43 | 11 | 105 | 46 |
| Binary | 10100101 | 110011 | 11110 | 0 | 1000101 | 1010010 | 100011 | 1001 | 1000101 | 100110 |
Color Harmonies of #A5331E
Complementary color
Monochromatic Colors of #A5331E
Black with #A5331E
Text Example
Text Example
White with #A5331E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5331E; }
p { color: rgb(165,51,30); }
H1.HeaderClassName
{
color: #A5331E;
}
.AnyTagClassName
{
color: #A5331E;
}
</style>
background-color css
<style>
a { background-color: #A5331E; }
a { background-color: rgb(165,51,30); }
div.DivClassName
{
background-color: #A5331E;
}
.BgClassName
{
background-color: #A5331E;
}
</style>
border-color css
<style>
span { border-color: #A5331E; }
span { border-color: rgb(165,51,30); }
td.TdClassName
{
border-color: #A5331E;
}
.TagClassName
{
border-color: #A5331E;
}
</style>