Shades of Bronze Olive #5A4613
Tints of Bronze Olive #5A4613
RGB
CMYK
RGB Variations
Color information
#5A4613 (or 0x5A4613) is known color: Bronze Olive. HEX triplet: 5A, 46 and 13. RGB value is (90,70,19). Sum of RGB (Red+Green+Blue) = 90+70+19=179 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.28% from 179); Green value is 70 (27.73% from 255 or 39.11% from 179); Blue value is 19 (7.81% from 255 or 10.61% from 179); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4613 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A4613 is #A5B9EC. Grayscale: #464646. Windows color (decimal): -10861037 or 1263194. OLE color: 1263194.
HSL color Cylindrical-coordinate representation of color #5A4613: hue angle of 43.1º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5A4613 is Cyan = 0, Magento = 0.22, Yellow = 0.79 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 70 | 19 | - |
| CMYK | 0 | 0.22 | 0.79 | 0.65 |
| HSL | 43.1º | 0.65% | 0.21% | - |
| HSV(B) | 43.1º | 0.79% | 0.35% | - |
| XYZ | 6.52 | 6.6 | 1.55 | - |
| YUV | 70.17 | 99.13 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 70 | 19 | 0 | 0.22 | 0.79 | 0.65 | 43.1 | 0.65 | 0.21 |
| Hex | 5A | 46 | 13 | 0 | 16 | 4F | 41 | 2B | 41 | 15 |
| Octal | 132 | 106 | 23 | 0 | 26 | 117 | 101 | 53 | 101 | 25 |
| Binary | 1011010 | 1000110 | 10011 | 0 | 10110 | 1001111 | 1000001 | 101011 | 1000001 | 10101 |
Color Harmonies of #5A4613
Complementary color
Monochromatic Colors of #5A4613
Black with #5A4613
Text Example
Text Example
White with #5A4613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4613; }
p { color: rgb(90,70,19); }
H1.HeaderClassName
{
color: #5A4613;
}
.AnyTagClassName
{
color: #5A4613;
}
</style>
background-color css
<style>
a { background-color: #5A4613; }
a { background-color: rgb(90,70,19); }
div.DivClassName
{
background-color: #5A4613;
}
.BgClassName
{
background-color: #5A4613;
}
</style>
border-color css
<style>
span { border-color: #5A4613; }
span { border-color: rgb(90,70,19); }
td.TdClassName
{
border-color: #5A4613;
}
.TagClassName
{
border-color: #5A4613;
}
</style>