Shades of Bronze Olive #5A4D18
Tints of Bronze Olive #5A4D18
RGB
CMYK
RGB Variations
Color information
#5A4D18 (or 0x5A4D18) is known color: Bronze Olive. HEX triplet: 5A, 4D and 18. RGB value is (90,77,24). Sum of RGB (Red+Green+Blue) = 90+77+24=191 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.12% from 191); Green value is 77 (30.47% from 255 or 40.31% from 191); Blue value is 24 (9.77% from 255 or 12.57% from 191); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4D18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A4D18 is #A5B2E7. Grayscale: #4B4B4B. Windows color (decimal): -10859240 or 1592666. OLE color: 1592666.
HSL color Cylindrical-coordinate representation of color #5A4D18: hue angle of 48.18º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5A4D18 is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 77 | 24 | - |
| CMYK | 0 | 0.14 | 0.73 | 0.65 |
| HSL | 48.18º | 0.58% | 0.22% | - |
| HSV(B) | 48.18º | 0.73% | 0.35% | - |
| XYZ | 7.04 | 7.55 | 1.95 | - |
| YUV | 74.85 | 99.31 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 77 | 24 | 0 | 0.14 | 0.73 | 0.65 | 48.18 | 0.58 | 0.22 |
| Hex | 5A | 4D | 18 | 0 | E | 49 | 41 | 30 | 3A | 16 |
| Octal | 132 | 115 | 30 | 0 | 16 | 111 | 101 | 60 | 72 | 26 |
| Binary | 1011010 | 1001101 | 11000 | 0 | 1110 | 1001001 | 1000001 | 110000 | 111010 | 10110 |
Color Harmonies of #5A4D18
Complementary color
Monochromatic Colors of #5A4D18
Black with #5A4D18
Text Example
Text Example
White with #5A4D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4D18; }
p { color: rgb(90,77,24); }
H1.HeaderClassName
{
color: #5A4D18;
}
.AnyTagClassName
{
color: #5A4D18;
}
</style>
background-color css
<style>
a { background-color: #5A4D18; }
a { background-color: rgb(90,77,24); }
div.DivClassName
{
background-color: #5A4D18;
}
.BgClassName
{
background-color: #5A4D18;
}
</style>
border-color css
<style>
span { border-color: #5A4D18; }
span { border-color: rgb(90,77,24); }
td.TdClassName
{
border-color: #5A4D18;
}
.TagClassName
{
border-color: #5A4D18;
}
</style>