Shades of Bronze Olive #5A5415
Tints of Bronze Olive #5A5415
RGB
CMYK
RGB Variations
Color information
#5A5415 (or 0x5A5415) is known color: Bronze Olive. HEX triplet: 5A, 54 and 15. RGB value is (90,84,21). Sum of RGB (Red+Green+Blue) = 90+84+21=195 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.15% from 195); Green value is 84 (33.20% from 255 or 43.08% from 195); Blue value is 21 (8.59% from 255 or 10.77% from 195); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5415 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A5415 is #A5ABEA. Grayscale: #4E4E4E. Windows color (decimal): -10857451 or 1397850. OLE color: 1397850.
HSL color Cylindrical-coordinate representation of color #5A5415: hue angle of 54.78º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5A5415 is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 84 | 21 | - |
| CMYK | 0 | 0.07 | 0.77 | 0.65 |
| HSL | 54.78º | 0.62% | 0.22% | - |
| HSV(B) | 54.78º | 0.77% | 0.35% | - |
| XYZ | 7.52 | 8.57 | 1.97 | - |
| YUV | 78.61 | 95.49 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 84 | 21 | 0 | 0.07 | 0.77 | 0.65 | 54.78 | 0.62 | 0.22 |
| Hex | 5A | 54 | 15 | 0 | 7 | 4D | 41 | 37 | 3E | 16 |
| Octal | 132 | 124 | 25 | 0 | 7 | 115 | 101 | 67 | 76 | 26 |
| Binary | 1011010 | 1010100 | 10101 | 0 | 111 | 1001101 | 1000001 | 110111 | 111110 | 10110 |
Color Harmonies of #5A5415
Complementary color
Monochromatic Colors of #5A5415
Black with #5A5415
Text Example
Text Example
White with #5A5415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5415; }
p { color: rgb(90,84,21); }
H1.HeaderClassName
{
color: #5A5415;
}
.AnyTagClassName
{
color: #5A5415;
}
</style>
background-color css
<style>
a { background-color: #5A5415; }
a { background-color: rgb(90,84,21); }
div.DivClassName
{
background-color: #5A5415;
}
.BgClassName
{
background-color: #5A5415;
}
</style>
border-color css
<style>
span { border-color: #5A5415; }
span { border-color: rgb(90,84,21); }
td.TdClassName
{
border-color: #5A5415;
}
.TagClassName
{
border-color: #5A5415;
}
</style>