Shades of Bronze Olive #5A531A
Tints of Bronze Olive #5A531A
RGB
CMYK
RGB Variations
Color information
#5A531A (or 0x5A531A) is known color: Bronze Olive. HEX triplet: 5A, 53 and 1A. RGB value is (90,83,26). Sum of RGB (Red+Green+Blue) = 90+83+26=199 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.23% from 199); Green value is 83 (32.81% from 255 or 41.71% from 199); Blue value is 26 (10.55% from 255 or 13.07% from 199); Max value from RGB is 90 - color contains mainly: red. Hex color #5A531A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A531A is #A5ACE5. Grayscale: #4E4E4E. Windows color (decimal): -10857702 or 1725274. OLE color: 1725274.
HSL color Cylindrical-coordinate representation of color #5A531A: hue angle of 53.44º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5A531A is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 83 | 26 | - |
| CMYK | 0 | 0.08 | 0.71 | 0.65 |
| HSL | 53.44º | 0.55% | 0.23% | - |
| HSV(B) | 53.44º | 0.71% | 0.35% | - |
| XYZ | 7.5 | 8.43 | 2.21 | - |
| YUV | 78.6 | 98.32 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 83 | 26 | 0 | 0.08 | 0.71 | 0.65 | 53.44 | 0.55 | 0.23 |
| Hex | 5A | 53 | 1A | 0 | 8 | 47 | 41 | 35 | 37 | 17 |
| Octal | 132 | 123 | 32 | 0 | 10 | 107 | 101 | 65 | 67 | 27 |
| Binary | 1011010 | 1010011 | 11010 | 0 | 1000 | 1000111 | 1000001 | 110101 | 110111 | 10111 |
Color Harmonies of #5A531A
Complementary color
Monochromatic Colors of #5A531A
Black with #5A531A
Text Example
Text Example
White with #5A531A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A531A; }
p { color: rgb(90,83,26); }
H1.HeaderClassName
{
color: #5A531A;
}
.AnyTagClassName
{
color: #5A531A;
}
</style>
background-color css
<style>
a { background-color: #5A531A; }
a { background-color: rgb(90,83,26); }
div.DivClassName
{
background-color: #5A531A;
}
.BgClassName
{
background-color: #5A531A;
}
</style>
border-color css
<style>
span { border-color: #5A531A; }
span { border-color: rgb(90,83,26); }
td.TdClassName
{
border-color: #5A531A;
}
.TagClassName
{
border-color: #5A531A;
}
</style>