Shades of Bronze Olive #5A5108
Tints of Bronze Olive #5A5108
RGB
CMYK
RGB Variations
Color information
#5A5108 (or 0x5A5108) is known color: Bronze Olive. HEX triplet: 5A, 51 and 08. RGB value is (90,81,8). Sum of RGB (Red+Green+Blue) = 90+81+8=179 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.28% from 179); Green value is 81 (32.03% from 255 or 45.25% from 179); Blue value is 8 (3.52% from 255 or 4.47% from 179); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5108 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A5108 is #A5AEF7. Grayscale: #4B4B4B. Windows color (decimal): -10858232 or 545114. OLE color: 545114.
HSL color Cylindrical-coordinate representation of color #5A5108: hue angle of 53.41º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5A5108 is Cyan = 0, Magento = 0.1, Yellow = 0.91 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 81 | 8 | - |
| CMYK | 0 | 0.1 | 0.91 | 0.65 |
| HSL | 53.41º | 0.84% | 0.19% | - |
| HSV(B) | 53.41º | 0.91% | 0.35% | - |
| XYZ | 7.2 | 8.08 | 1.41 | - |
| YUV | 75.37 | 89.98 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 81 | 8 | 0 | 0.1 | 0.91 | 0.65 | 53.41 | 0.84 | 0.19 |
| Hex | 5A | 51 | 8 | 0 | A | 5B | 41 | 35 | 54 | 13 |
| Octal | 132 | 121 | 10 | 0 | 12 | 133 | 101 | 65 | 124 | 23 |
| Binary | 1011010 | 1010001 | 1000 | 0 | 1010 | 1011011 | 1000001 | 110101 | 1010100 | 10011 |
Color Harmonies of #5A5108
Complementary color
Monochromatic Colors of #5A5108
Black with #5A5108
Text Example
Text Example
White with #5A5108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5108; }
p { color: rgb(90,81,8); }
H1.HeaderClassName
{
color: #5A5108;
}
.AnyTagClassName
{
color: #5A5108;
}
</style>
background-color css
<style>
a { background-color: #5A5108; }
a { background-color: rgb(90,81,8); }
div.DivClassName
{
background-color: #5A5108;
}
.BgClassName
{
background-color: #5A5108;
}
</style>
border-color css
<style>
span { border-color: #5A5108; }
span { border-color: rgb(90,81,8); }
td.TdClassName
{
border-color: #5A5108;
}
.TagClassName
{
border-color: #5A5108;
}
</style>