Shades of Brown #A5341E
Tints of Brown #A5341E
RGB
CMYK
RGB Variations
Color information
#A5341E (or 0xA5341E) is known color: Brown. HEX triplet: A5, 34 and 1E. RGB value is (165,52,30). Sum of RGB (Red+Green+Blue) = 165+52+30=247 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.80% from 247); Green value is 52 (20.70% from 255 or 21.05% from 247); Blue value is 30 (12.11% from 255 or 12.15% from 247); Max value from RGB is 165 - color contains mainly: red. Hex color #A5341E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5341E is #5ACBE1. Grayscale: #535353. Windows color (decimal): -5950434 or 1979557. OLE color: 1979557.
HSL color Cylindrical-coordinate representation of color #A5341E: hue angle of 9.78º 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 #A5341E is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 52 | 30 | - |
| CMYK | 0 | 0.68 | 0.82 | 0.35 |
| HSL | 9.78º | 0.69% | 0.38% | - |
| HSV(B) | 9.78º | 0.82% | 0.65% | - |
| XYZ | 16.98 | 10.55 | 2.37 | - |
| YUV | 83.28 | 97.94 | 186.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 52 | 30 | 0 | 0.68 | 0.82 | 0.35 | 9.78 | 0.69 | 0.38 |
| Hex | A5 | 34 | 1E | 0 | 44 | 52 | 23 | A | 45 | 26 |
| Octal | 245 | 64 | 36 | 0 | 104 | 122 | 43 | 12 | 105 | 46 |
| Binary | 10100101 | 110100 | 11110 | 0 | 1000100 | 1010010 | 100011 | 1010 | 1000101 | 100110 |
Color Harmonies of #A5341E
Complementary color
Monochromatic Colors of #A5341E
Black with #A5341E
Text Example
Text Example
White with #A5341E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5341E; }
p { color: rgb(165,52,30); }
H1.HeaderClassName
{
color: #A5341E;
}
.AnyTagClassName
{
color: #A5341E;
}
</style>
background-color css
<style>
a { background-color: #A5341E; }
a { background-color: rgb(165,52,30); }
div.DivClassName
{
background-color: #A5341E;
}
.BgClassName
{
background-color: #A5341E;
}
</style>
border-color css
<style>
span { border-color: #A5341E; }
span { border-color: rgb(165,52,30); }
td.TdClassName
{
border-color: #A5341E;
}
.TagClassName
{
border-color: #A5341E;
}
</style>