Shades of Bronze Olive #5A5412
Tints of Bronze Olive #5A5412
RGB
CMYK
RGB Variations
Color information
#5A5412 (or 0x5A5412) is known color: Bronze Olive. HEX triplet: 5A, 54 and 12. RGB value is (90,84,18). Sum of RGB (Red+Green+Blue) = 90+84+18=192 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.88% from 192); Green value is 84 (33.20% from 255 or 43.75% from 192); Blue value is 18 (7.42% from 255 or 9.38% from 192); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5412 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A5412 is #A5ABED. Grayscale: #4E4E4E. Windows color (decimal): -10857454 or 1201242. OLE color: 1201242.
HSL color Cylindrical-coordinate representation of color #5A5412: hue angle of 55º 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 #5A5412 is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 84 | 18 | - |
| CMYK | 0 | 0.07 | 0.80 | 0.65 |
| HSL | 55º | 0.67% | 0.21% | - |
| HSV(B) | 55º | 0.8% | 0.35% | - |
| XYZ | 7.5 | 8.56 | 1.83 | - |
| YUV | 78.27 | 93.99 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 84 | 18 | 0 | 0.07 | 0.80 | 0.65 | 55 | 0.67 | 0.21 |
| Hex | 5A | 54 | 12 | 0 | 7 | 50 | 41 | 37 | 43 | 15 |
| Octal | 132 | 124 | 22 | 0 | 7 | 120 | 101 | 67 | 103 | 25 |
| Binary | 1011010 | 1010100 | 10010 | 0 | 111 | 1010000 | 1000001 | 110111 | 1000011 | 10101 |
Color Harmonies of #5A5412
Complementary color
Monochromatic Colors of #5A5412
Black with #5A5412
Text Example
Text Example
White with #5A5412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5412; }
p { color: rgb(90,84,18); }
H1.HeaderClassName
{
color: #5A5412;
}
.AnyTagClassName
{
color: #5A5412;
}
</style>
background-color css
<style>
a { background-color: #5A5412; }
a { background-color: rgb(90,84,18); }
div.DivClassName
{
background-color: #5A5412;
}
.BgClassName
{
background-color: #5A5412;
}
</style>
border-color css
<style>
span { border-color: #5A5412; }
span { border-color: rgb(90,84,18); }
td.TdClassName
{
border-color: #5A5412;
}
.TagClassName
{
border-color: #5A5412;
}
</style>