Shades of Bronze Olive #5A4A02
Tints of Bronze Olive #5A4A02
RGB
CMYK
RGB Variations
Color information
#5A4A02 (or 0x5A4A02) is known color: Bronze Olive. HEX triplet: 5A, 4A and 02. RGB value is (90,74,2). Sum of RGB (Red+Green+Blue) = 90+74+2=166 (21% of max value = 765). Red value is 90 (35.55% from 255 or 54.22% from 166); Green value is 74 (29.30% from 255 or 44.58% from 166); Blue value is 2 (1.17% from 255 or 1.20% from 166); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4A02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A4A02 is #A5B5FD. Grayscale: #464646. Windows color (decimal): -10860030 or 150106. OLE color: 150106.
HSL color Cylindrical-coordinate representation of color #5A4A02: hue angle of 49.09º 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 #5A4A02 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 74 | 2 | - |
| CMYK | 0 | 0.18 | 0.98 | 0.65 |
| HSL | 49.09º | 0.96% | 0.18% | - |
| HSV(B) | 49.09º | 0.98% | 0.35% | - |
| XYZ | 6.68 | 7.08 | 1.07 | - |
| YUV | 70.58 | 89.3 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 74 | 2 | 0 | 0.18 | 0.98 | 0.65 | 49.09 | 0.96 | 0.18 |
| Hex | 5A | 4A | 2 | 0 | 12 | 62 | 41 | 31 | 60 | 12 |
| Octal | 132 | 112 | 2 | 0 | 22 | 142 | 101 | 61 | 140 | 22 |
| Binary | 1011010 | 1001010 | 10 | 0 | 10010 | 1100010 | 1000001 | 110001 | 1100000 | 10010 |
Color Harmonies of #5A4A02
Complementary color
Monochromatic Colors of #5A4A02
Black with #5A4A02
Text Example
Text Example
White with #5A4A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4A02; }
p { color: rgb(90,74,2); }
H1.HeaderClassName
{
color: #5A4A02;
}
.AnyTagClassName
{
color: #5A4A02;
}
</style>
background-color css
<style>
a { background-color: #5A4A02; }
a { background-color: rgb(90,74,2); }
div.DivClassName
{
background-color: #5A4A02;
}
.BgClassName
{
background-color: #5A4A02;
}
</style>
border-color css
<style>
span { border-color: #5A4A02; }
span { border-color: rgb(90,74,2); }
td.TdClassName
{
border-color: #5A4A02;
}
.TagClassName
{
border-color: #5A4A02;
}
</style>