Shades of Bronze Olive #5A4F16
Tints of Bronze Olive #5A4F16
RGB
CMYK
RGB Variations
Color information
#5A4F16 (or 0x5A4F16) is known color: Bronze Olive. HEX triplet: 5A, 4F and 16. RGB value is (90,79,22). Sum of RGB (Red+Green+Blue) = 90+79+22=191 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.12% from 191); Green value is 79 (31.25% from 255 or 41.36% from 191); Blue value is 22 (8.98% from 255 or 11.52% from 191); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4F16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A4F16 is #A5B0E9. Grayscale: #4C4C4C. Windows color (decimal): -10858730 or 1462106. OLE color: 1462106.
HSL color Cylindrical-coordinate representation of color #5A4F16: hue angle of 50.29º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5A4F16 is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 79 | 22 | - |
| CMYK | 0 | 0.12 | 0.76 | 0.65 |
| HSL | 50.29º | 0.61% | 0.22% | - |
| HSV(B) | 50.29º | 0.76% | 0.35% | - |
| XYZ | 7.16 | 7.82 | 1.89 | - |
| YUV | 75.79 | 97.64 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 79 | 22 | 0 | 0.12 | 0.76 | 0.65 | 50.29 | 0.61 | 0.22 |
| Hex | 5A | 4F | 16 | 0 | C | 4C | 41 | 32 | 3D | 16 |
| Octal | 132 | 117 | 26 | 0 | 14 | 114 | 101 | 62 | 75 | 26 |
| Binary | 1011010 | 1001111 | 10110 | 0 | 1100 | 1001100 | 1000001 | 110010 | 111101 | 10110 |
Color Harmonies of #5A4F16
Complementary color
Monochromatic Colors of #5A4F16
Black with #5A4F16
Text Example
Text Example
White with #5A4F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4F16; }
p { color: rgb(90,79,22); }
H1.HeaderClassName
{
color: #5A4F16;
}
.AnyTagClassName
{
color: #5A4F16;
}
</style>
background-color css
<style>
a { background-color: #5A4F16; }
a { background-color: rgb(90,79,22); }
div.DivClassName
{
background-color: #5A4F16;
}
.BgClassName
{
background-color: #5A4F16;
}
</style>
border-color css
<style>
span { border-color: #5A4F16; }
span { border-color: rgb(90,79,22); }
td.TdClassName
{
border-color: #5A4F16;
}
.TagClassName
{
border-color: #5A4F16;
}
</style>