Shades of Bronze Olive #5A4D19
Tints of Bronze Olive #5A4D19
RGB
CMYK
RGB Variations
Color information
#5A4D19 (or 0x5A4D19) is known color: Bronze Olive. HEX triplet: 5A, 4D and 19. RGB value is (90,77,25). Sum of RGB (Red+Green+Blue) = 90+77+25=192 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.88% from 192); Green value is 77 (30.47% from 255 or 40.10% from 192); Blue value is 25 (10.16% from 255 or 13.02% from 192); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4D19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A4D19 is #A5B2E6. Grayscale: #4B4B4B. Windows color (decimal): -10859239 or 1658202. OLE color: 1658202.
HSL color Cylindrical-coordinate representation of color #5A4D19: hue angle of 48º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5A4D19 is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 77 | 25 | - |
| CMYK | 0 | 0.14 | 0.72 | 0.65 |
| HSL | 48º | 0.57% | 0.23% | - |
| HSV(B) | 48º | 0.72% | 0.35% | - |
| XYZ | 7.05 | 7.55 | 2.01 | - |
| YUV | 74.96 | 99.81 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 77 | 25 | 0 | 0.14 | 0.72 | 0.65 | 48 | 0.57 | 0.23 |
| Hex | 5A | 4D | 19 | 0 | E | 48 | 41 | 30 | 39 | 17 |
| Octal | 132 | 115 | 31 | 0 | 16 | 110 | 101 | 60 | 71 | 27 |
| Binary | 1011010 | 1001101 | 11001 | 0 | 1110 | 1001000 | 1000001 | 110000 | 111001 | 10111 |
Color Harmonies of #5A4D19
Complementary color
Monochromatic Colors of #5A4D19
Black with #5A4D19
Text Example
Text Example
White with #5A4D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4D19; }
p { color: rgb(90,77,25); }
H1.HeaderClassName
{
color: #5A4D19;
}
.AnyTagClassName
{
color: #5A4D19;
}
</style>
background-color css
<style>
a { background-color: #5A4D19; }
a { background-color: rgb(90,77,25); }
div.DivClassName
{
background-color: #5A4D19;
}
.BgClassName
{
background-color: #5A4D19;
}
</style>
border-color css
<style>
span { border-color: #5A4D19; }
span { border-color: rgb(90,77,25); }
td.TdClassName
{
border-color: #5A4D19;
}
.TagClassName
{
border-color: #5A4D19;
}
</style>