Shades of Bronze Olive #5A5202
Tints of Bronze Olive #5A5202
RGB
CMYK
RGB Variations
Color information
#5A5202 (or 0x5A5202) is known color: Bronze Olive. HEX triplet: 5A, 52 and 02. RGB value is (90,82,2). Sum of RGB (Red+Green+Blue) = 90+82+2=174 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.72% from 174); Green value is 82 (32.42% from 255 or 47.13% from 174); Blue value is 2 (1.17% from 255 or 1.15% from 174); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5202 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A5202 is #A5ADFD. Grayscale: #4B4B4B. Windows color (decimal): -10857982 or 152154. OLE color: 152154.
HSL color Cylindrical-coordinate representation of color #5A5202: hue angle of 54.55º 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 #5A5202 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 82 | 2 | - |
| CMYK | 0 | 0.09 | 0.98 | 0.65 |
| HSL | 54.55º | 0.96% | 0.18% | - |
| HSV(B) | 54.55º | 0.98% | 0.35% | - |
| XYZ | 7.24 | 8.21 | 1.26 | - |
| YUV | 75.27 | 86.65 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 82 | 2 | 0 | 0.09 | 0.98 | 0.65 | 54.55 | 0.96 | 0.18 |
| Hex | 5A | 52 | 2 | 0 | 9 | 62 | 41 | 37 | 60 | 12 |
| Octal | 132 | 122 | 2 | 0 | 11 | 142 | 101 | 67 | 140 | 22 |
| Binary | 1011010 | 1010010 | 10 | 0 | 1001 | 1100010 | 1000001 | 110111 | 1100000 | 10010 |
Color Harmonies of #5A5202
Complementary color
Monochromatic Colors of #5A5202
Black with #5A5202
Text Example
Text Example
White with #5A5202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5202; }
p { color: rgb(90,82,2); }
H1.HeaderClassName
{
color: #5A5202;
}
.AnyTagClassName
{
color: #5A5202;
}
</style>
background-color css
<style>
a { background-color: #5A5202; }
a { background-color: rgb(90,82,2); }
div.DivClassName
{
background-color: #5A5202;
}
.BgClassName
{
background-color: #5A5202;
}
</style>
border-color css
<style>
span { border-color: #5A5202; }
span { border-color: rgb(90,82,2); }
td.TdClassName
{
border-color: #5A5202;
}
.TagClassName
{
border-color: #5A5202;
}
</style>