Shades of Bronze Olive #5A530A
Tints of Bronze Olive #5A530A
RGB
CMYK
RGB Variations
Color information
#5A530A (or 0x5A530A) is known color: Bronze Olive. HEX triplet: 5A, 53 and 0A. RGB value is (90,83,10). Sum of RGB (Red+Green+Blue) = 90+83+10=183 (24% of max value = 765). Red value is 90 (35.55% from 255 or 49.18% from 183); Green value is 83 (32.81% from 255 or 45.36% from 183); Blue value is 10 (4.30% from 255 or 5.46% from 183); Max value from RGB is 90 - color contains mainly: red. Hex color #5A530A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A530A is #A5ACF5. Grayscale: #4D4D4D. Windows color (decimal): -10857718 or 676698. OLE color: 676698.
HSL color Cylindrical-coordinate representation of color #5A530A: hue angle of 54.75º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5A530A is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 83 | 10 | - |
| CMYK | 0 | 0.08 | 0.89 | 0.65 |
| HSL | 54.75º | 0.8% | 0.2% | - |
| HSV(B) | 54.75º | 0.89% | 0.35% | - |
| XYZ | 7.36 | 8.38 | 1.52 | - |
| YUV | 76.77 | 90.32 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 83 | 10 | 0 | 0.08 | 0.89 | 0.65 | 54.75 | 0.8 | 0.2 |
| Hex | 5A | 53 | A | 0 | 8 | 59 | 41 | 37 | 50 | 14 |
| Octal | 132 | 123 | 12 | 0 | 10 | 131 | 101 | 67 | 120 | 24 |
| Binary | 1011010 | 1010011 | 1010 | 0 | 1000 | 1011001 | 1000001 | 110111 | 1010000 | 10100 |
Color Harmonies of #5A530A
Complementary color
Monochromatic Colors of #5A530A
Black with #5A530A
Text Example
Text Example
White with #5A530A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A530A; }
p { color: rgb(90,83,10); }
H1.HeaderClassName
{
color: #5A530A;
}
.AnyTagClassName
{
color: #5A530A;
}
</style>
background-color css
<style>
a { background-color: #5A530A; }
a { background-color: rgb(90,83,10); }
div.DivClassName
{
background-color: #5A530A;
}
.BgClassName
{
background-color: #5A530A;
}
</style>
border-color css
<style>
span { border-color: #5A530A; }
span { border-color: rgb(90,83,10); }
td.TdClassName
{
border-color: #5A530A;
}
.TagClassName
{
border-color: #5A530A;
}
</style>