Shades of Bronze Olive #5A5102
Tints of Bronze Olive #5A5102
RGB
CMYK
RGB Variations
Color information
#5A5102 (or 0x5A5102) is known color: Bronze Olive. HEX triplet: 5A, 51 and 02. RGB value is (90,81,2). Sum of RGB (Red+Green+Blue) = 90+81+2=173 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.02% from 173); Green value is 81 (32.03% from 255 or 46.82% from 173); Blue value is 2 (1.17% from 255 or 1.16% from 173); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5102 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A5102 is #A5AEFD. Grayscale: #4B4B4B. Windows color (decimal): -10858238 or 151898. OLE color: 151898.
HSL color Cylindrical-coordinate representation of color #5A5102: hue angle of 53.86º 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 #5A5102 is Cyan = 0, Magento = 0.1, Yellow = 0.98 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 81 | 2 | - |
| CMYK | 0 | 0.1 | 0.98 | 0.65 |
| HSL | 53.86º | 0.96% | 0.18% | - |
| HSV(B) | 53.86º | 0.98% | 0.35% | - |
| XYZ | 7.17 | 8.06 | 1.24 | - |
| YUV | 74.69 | 86.98 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 81 | 2 | 0 | 0.1 | 0.98 | 0.65 | 53.86 | 0.96 | 0.18 |
| Hex | 5A | 51 | 2 | 0 | A | 62 | 41 | 36 | 60 | 12 |
| Octal | 132 | 121 | 2 | 0 | 12 | 142 | 101 | 66 | 140 | 22 |
| Binary | 1011010 | 1010001 | 10 | 0 | 1010 | 1100010 | 1000001 | 110110 | 1100000 | 10010 |
Color Harmonies of #5A5102
Complementary color
Monochromatic Colors of #5A5102
Black with #5A5102
Text Example
Text Example
White with #5A5102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5102; }
p { color: rgb(90,81,2); }
H1.HeaderClassName
{
color: #5A5102;
}
.AnyTagClassName
{
color: #5A5102;
}
</style>
background-color css
<style>
a { background-color: #5A5102; }
a { background-color: rgb(90,81,2); }
div.DivClassName
{
background-color: #5A5102;
}
.BgClassName
{
background-color: #5A5102;
}
</style>
border-color css
<style>
span { border-color: #5A5102; }
span { border-color: rgb(90,81,2); }
td.TdClassName
{
border-color: #5A5102;
}
.TagClassName
{
border-color: #5A5102;
}
</style>