Shades of Bronze Olive #5A5418
Tints of Bronze Olive #5A5418
RGB
CMYK
RGB Variations
Color information
#5A5418 (or 0x5A5418) is known color: Bronze Olive. HEX triplet: 5A, 54 and 18. RGB value is (90,84,24). Sum of RGB (Red+Green+Blue) = 90+84+24=198 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.45% from 198); Green value is 84 (33.20% from 255 or 42.42% from 198); Blue value is 24 (9.77% from 255 or 12.12% from 198); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5418 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A5418 is #A5ABE7. Grayscale: #4F4F4F. Windows color (decimal): -10857448 or 1594458. OLE color: 1594458.
HSL color Cylindrical-coordinate representation of color #5A5418: hue angle of 54.55º 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 #5A5418 is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 84 | 24 | - |
| CMYK | 0 | 0.07 | 0.73 | 0.65 |
| HSL | 54.55º | 0.58% | 0.22% | - |
| HSV(B) | 54.55º | 0.73% | 0.35% | - |
| XYZ | 7.55 | 8.58 | 2.12 | - |
| YUV | 78.95 | 96.99 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 84 | 24 | 0 | 0.07 | 0.73 | 0.65 | 54.55 | 0.58 | 0.22 |
| Hex | 5A | 54 | 18 | 0 | 7 | 49 | 41 | 37 | 3A | 16 |
| Octal | 132 | 124 | 30 | 0 | 7 | 111 | 101 | 67 | 72 | 26 |
| Binary | 1011010 | 1010100 | 11000 | 0 | 111 | 1001001 | 1000001 | 110111 | 111010 | 10110 |
Color Harmonies of #5A5418
Complementary color
Monochromatic Colors of #5A5418
Black with #5A5418
Text Example
Text Example
White with #5A5418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5418; }
p { color: rgb(90,84,24); }
H1.HeaderClassName
{
color: #5A5418;
}
.AnyTagClassName
{
color: #5A5418;
}
</style>
background-color css
<style>
a { background-color: #5A5418; }
a { background-color: rgb(90,84,24); }
div.DivClassName
{
background-color: #5A5418;
}
.BgClassName
{
background-color: #5A5418;
}
</style>
border-color css
<style>
span { border-color: #5A5418; }
span { border-color: rgb(90,84,24); }
td.TdClassName
{
border-color: #5A5418;
}
.TagClassName
{
border-color: #5A5418;
}
</style>