Shades of Bronze Olive #5A4E12
Tints of Bronze Olive #5A4E12
RGB
CMYK
RGB Variations
Color information
#5A4E12 (or 0x5A4E12) is known color: Bronze Olive. HEX triplet: 5A, 4E and 12. RGB value is (90,78,18). Sum of RGB (Red+Green+Blue) = 90+78+18=186 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.39% from 186); Green value is 78 (30.86% from 255 or 41.94% from 186); Blue value is 18 (7.42% from 255 or 9.68% from 186); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4E12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A4E12 is #A5B1ED. Grayscale: #4B4B4B. Windows color (decimal): -10858990 or 1199706. OLE color: 1199706.
HSL color Cylindrical-coordinate representation of color #5A4E12: hue angle of 50º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5A4E12 is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 78 | 18 | - |
| CMYK | 0 | 0.13 | 0.80 | 0.65 |
| HSL | 50º | 0.67% | 0.21% | - |
| HSV(B) | 50º | 0.8% | 0.35% | - |
| XYZ | 7.05 | 7.67 | 1.68 | - |
| YUV | 74.75 | 95.98 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 78 | 18 | 0 | 0.13 | 0.80 | 0.65 | 50 | 0.67 | 0.21 |
| Hex | 5A | 4E | 12 | 0 | D | 50 | 41 | 32 | 43 | 15 |
| Octal | 132 | 116 | 22 | 0 | 15 | 120 | 101 | 62 | 103 | 25 |
| Binary | 1011010 | 1001110 | 10010 | 0 | 1101 | 1010000 | 1000001 | 110010 | 1000011 | 10101 |
Color Harmonies of #5A4E12
Complementary color
Monochromatic Colors of #5A4E12
Black with #5A4E12
Text Example
Text Example
White with #5A4E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4E12; }
p { color: rgb(90,78,18); }
H1.HeaderClassName
{
color: #5A4E12;
}
.AnyTagClassName
{
color: #5A4E12;
}
</style>
background-color css
<style>
a { background-color: #5A4E12; }
a { background-color: rgb(90,78,18); }
div.DivClassName
{
background-color: #5A4E12;
}
.BgClassName
{
background-color: #5A4E12;
}
</style>
border-color css
<style>
span { border-color: #5A4E12; }
span { border-color: rgb(90,78,18); }
td.TdClassName
{
border-color: #5A4E12;
}
.TagClassName
{
border-color: #5A4E12;
}
</style>