Shades of Bronze Olive #5A540D
Tints of Bronze Olive #5A540D
RGB
CMYK
RGB Variations
Color information
#5A540D (or 0x5A540D) is known color: Bronze Olive. HEX triplet: 5A, 54 and 0D. RGB value is (90,84,13). Sum of RGB (Red+Green+Blue) = 90+84+13=187 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.13% from 187); Green value is 84 (33.20% from 255 or 44.92% from 187); Blue value is 13 (5.47% from 255 or 6.95% from 187); Max value from RGB is 90 - color contains mainly: red. Hex color #5A540D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A540D is #A5ABF2. Grayscale: #4D4D4D. Windows color (decimal): -10857459 or 873562. OLE color: 873562.
HSL color Cylindrical-coordinate representation of color #5A540D: hue angle of 55.32º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5A540D is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 84 | 13 | - |
| CMYK | 0 | 0.07 | 0.86 | 0.65 |
| HSL | 55.32º | 0.75% | 0.2% | - |
| HSV(B) | 55.32º | 0.86% | 0.35% | - |
| XYZ | 7.46 | 8.54 | 1.64 | - |
| YUV | 77.7 | 91.49 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 84 | 13 | 0 | 0.07 | 0.86 | 0.65 | 55.32 | 0.75 | 0.2 |
| Hex | 5A | 54 | D | 0 | 7 | 56 | 41 | 37 | 4B | 14 |
| Octal | 132 | 124 | 15 | 0 | 7 | 126 | 101 | 67 | 113 | 24 |
| Binary | 1011010 | 1010100 | 1101 | 0 | 111 | 1010110 | 1000001 | 110111 | 1001011 | 10100 |
Color Harmonies of #5A540D
Complementary color
Monochromatic Colors of #5A540D
Black with #5A540D
Text Example
Text Example
White with #5A540D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A540D; }
p { color: rgb(90,84,13); }
H1.HeaderClassName
{
color: #5A540D;
}
.AnyTagClassName
{
color: #5A540D;
}
</style>
background-color css
<style>
a { background-color: #5A540D; }
a { background-color: rgb(90,84,13); }
div.DivClassName
{
background-color: #5A540D;
}
.BgClassName
{
background-color: #5A540D;
}
</style>
border-color css
<style>
span { border-color: #5A540D; }
span { border-color: rgb(90,84,13); }
td.TdClassName
{
border-color: #5A540D;
}
.TagClassName
{
border-color: #5A540D;
}
</style>