Shades of Bronze Olive #5A4D02
Tints of Bronze Olive #5A4D02
RGB
CMYK
RGB Variations
Color information
#5A4D02 (or 0x5A4D02) is known color: Bronze Olive. HEX triplet: 5A, 4D and 02. RGB value is (90,77,2). Sum of RGB (Red+Green+Blue) = 90+77+2=169 (22% of max value = 765). Red value is 90 (35.55% from 255 or 53.25% from 169); Green value is 77 (30.47% from 255 or 45.56% from 169); Blue value is 2 (1.17% from 255 or 1.18% from 169); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4D02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A4D02 is #A5B2FD. Grayscale: #484848. Windows color (decimal): -10859262 or 150874. OLE color: 150874.
HSL color Cylindrical-coordinate representation of color #5A4D02: hue angle of 51.14º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5A4D02 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 77 | 2 | - |
| CMYK | 0 | 0.14 | 0.98 | 0.65 |
| HSL | 51.14º | 0.96% | 0.18% | - |
| HSV(B) | 51.14º | 0.98% | 0.35% | - |
| XYZ | 6.88 | 7.49 | 1.14 | - |
| YUV | 72.34 | 88.31 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 77 | 2 | 0 | 0.14 | 0.98 | 0.65 | 51.14 | 0.96 | 0.18 |
| Hex | 5A | 4D | 2 | 0 | E | 62 | 41 | 33 | 60 | 12 |
| Octal | 132 | 115 | 2 | 0 | 16 | 142 | 101 | 63 | 140 | 22 |
| Binary | 1011010 | 1001101 | 10 | 0 | 1110 | 1100010 | 1000001 | 110011 | 1100000 | 10010 |
Color Harmonies of #5A4D02
Complementary color
Monochromatic Colors of #5A4D02
Black with #5A4D02
Text Example
Text Example
White with #5A4D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4D02; }
p { color: rgb(90,77,2); }
H1.HeaderClassName
{
color: #5A4D02;
}
.AnyTagClassName
{
color: #5A4D02;
}
</style>
background-color css
<style>
a { background-color: #5A4D02; }
a { background-color: rgb(90,77,2); }
div.DivClassName
{
background-color: #5A4D02;
}
.BgClassName
{
background-color: #5A4D02;
}
</style>
border-color css
<style>
span { border-color: #5A4D02; }
span { border-color: rgb(90,77,2); }
td.TdClassName
{
border-color: #5A4D02;
}
.TagClassName
{
border-color: #5A4D02;
}
</style>