Shades of Bronze Olive #5A5027
Tints of Bronze Olive #5A5027
RGB
CMYK
RGB Variations
Color information
#5A5027 (or 0x5A5027) is known color: Bronze Olive. HEX triplet: 5A, 50 and 27. RGB value is (90,80,39). Sum of RGB (Red+Green+Blue) = 90+80+39=209 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.06% from 209); Green value is 80 (31.64% from 255 or 38.28% from 209); Blue value is 39 (15.62% from 255 or 18.66% from 209); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5027 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5027 is #A5AFD8. Grayscale: #4E4E4E. Windows color (decimal): -10858457 or 2576474. OLE color: 2576474.
HSL color Cylindrical-coordinate representation of color #5A5027: hue angle of 48.24º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5A5027 is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 80 | 39 | - |
| CMYK | 0 | 0.11 | 0.57 | 0.65 |
| HSL | 48.24º | 0.4% | 0.25% | - |
| HSV(B) | 48.24º | 0.57% | 0.35% | - |
| XYZ | 7.45 | 8.06 | 3.08 | - |
| YUV | 78.32 | 105.81 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 80 | 39 | 0 | 0.11 | 0.57 | 0.65 | 48.24 | 0.4 | 0.25 |
| Hex | 5A | 50 | 27 | 0 | B | 39 | 41 | 30 | 28 | 19 |
| Octal | 132 | 120 | 47 | 0 | 13 | 71 | 101 | 60 | 50 | 31 |
| Binary | 1011010 | 1010000 | 100111 | 0 | 1011 | 111001 | 1000001 | 110000 | 101000 | 11001 |
Color Harmonies of #5A5027
Complementary color
Monochromatic Colors of #5A5027
Black with #5A5027
Text Example
Text Example
White with #5A5027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5027; }
p { color: rgb(90,80,39); }
H1.HeaderClassName
{
color: #5A5027;
}
.AnyTagClassName
{
color: #5A5027;
}
</style>
background-color css
<style>
a { background-color: #5A5027; }
a { background-color: rgb(90,80,39); }
div.DivClassName
{
background-color: #5A5027;
}
.BgClassName
{
background-color: #5A5027;
}
</style>
border-color css
<style>
span { border-color: #5A5027; }
span { border-color: rgb(90,80,39); }
td.TdClassName
{
border-color: #5A5027;
}
.TagClassName
{
border-color: #5A5027;
}
</style>