Shades of Bronze Olive #584A1A
Tints of Bronze Olive #584A1A
RGB
CMYK
RGB Variations
Color information
#584A1A (or 0x584A1A) is known color: Bronze Olive. HEX triplet: 58, 4A and 1A. RGB value is (88,74,26). Sum of RGB (Red+Green+Blue) = 88+74+26=188 (24% of max value = 765). Red value is 88 (34.77% from 255 or 46.81% from 188); Green value is 74 (29.30% from 255 or 39.36% from 188); Blue value is 26 (10.55% from 255 or 13.83% from 188); Max value from RGB is 88 - color contains mainly: red. Hex color #584A1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584A1A is #A7B5E5. Grayscale: #484848. Windows color (decimal): -10991078 or 1722968. OLE color: 1722968.
HSL color Cylindrical-coordinate representation of color #584A1A: hue angle of 46.45º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #584A1A is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 74 | 26 | - |
| CMYK | 0 | 0.16 | 0.70 | 0.65 |
| HSL | 46.45º | 0.54% | 0.22% | - |
| HSV(B) | 46.45º | 0.7% | 0.35% | - |
| XYZ | 6.66 | 7.05 | 1.99 | - |
| YUV | 72.71 | 101.64 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 74 | 26 | 0 | 0.16 | 0.70 | 0.65 | 46.45 | 0.54 | 0.22 |
| Hex | 58 | 4A | 1A | 0 | 10 | 46 | 41 | 2E | 36 | 16 |
| Octal | 130 | 112 | 32 | 0 | 20 | 106 | 101 | 56 | 66 | 26 |
| Binary | 1011000 | 1001010 | 11010 | 0 | 10000 | 1000110 | 1000001 | 101110 | 110110 | 10110 |
Color Harmonies of #584A1A
Complementary color
Monochromatic Colors of #584A1A
Black with #584A1A
Text Example
Text Example
White with #584A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584A1A; }
p { color: rgb(88,74,26); }
H1.HeaderClassName
{
color: #584A1A;
}
.AnyTagClassName
{
color: #584A1A;
}
</style>
background-color css
<style>
a { background-color: #584A1A; }
a { background-color: rgb(88,74,26); }
div.DivClassName
{
background-color: #584A1A;
}
.BgClassName
{
background-color: #584A1A;
}
</style>
border-color css
<style>
span { border-color: #584A1A; }
span { border-color: rgb(88,74,26); }
td.TdClassName
{
border-color: #584A1A;
}
.TagClassName
{
border-color: #584A1A;
}
</style>