Shades of Bronze Olive #584A19
Tints of Bronze Olive #584A19
RGB
CMYK
RGB Variations
Color information
#584A19 (or 0x584A19) is known color: Bronze Olive. HEX triplet: 58, 4A and 19. RGB value is (88,74,25). Sum of RGB (Red+Green+Blue) = 88+74+25=187 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.06% from 187); Green value is 74 (29.30% from 255 or 39.57% from 187); Blue value is 25 (10.16% from 255 or 13.37% from 187); Max value from RGB is 88 - color contains mainly: red. Hex color #584A19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584A19 is #A7B5E6. Grayscale: #484848. Windows color (decimal): -10991079 or 1657432. OLE color: 1657432.
HSL color Cylindrical-coordinate representation of color #584A19: hue angle of 46.67º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #584A19 is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 74 | 25 | - |
| CMYK | 0 | 0.16 | 0.72 | 0.65 |
| HSL | 46.67º | 0.56% | 0.22% | - |
| HSV(B) | 46.67º | 0.72% | 0.35% | - |
| XYZ | 6.65 | 7.04 | 1.93 | - |
| YUV | 72.6 | 101.14 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 74 | 25 | 0 | 0.16 | 0.72 | 0.65 | 46.67 | 0.56 | 0.22 |
| Hex | 58 | 4A | 19 | 0 | 10 | 48 | 41 | 2F | 38 | 16 |
| Octal | 130 | 112 | 31 | 0 | 20 | 110 | 101 | 57 | 70 | 26 |
| Binary | 1011000 | 1001010 | 11001 | 0 | 10000 | 1001000 | 1000001 | 101111 | 111000 | 10110 |
Color Harmonies of #584A19
Complementary color
Monochromatic Colors of #584A19
Black with #584A19
Text Example
Text Example
White with #584A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584A19; }
p { color: rgb(88,74,25); }
H1.HeaderClassName
{
color: #584A19;
}
.AnyTagClassName
{
color: #584A19;
}
</style>
background-color css
<style>
a { background-color: #584A19; }
a { background-color: rgb(88,74,25); }
div.DivClassName
{
background-color: #584A19;
}
.BgClassName
{
background-color: #584A19;
}
</style>
border-color css
<style>
span { border-color: #584A19; }
span { border-color: rgb(88,74,25); }
td.TdClassName
{
border-color: #584A19;
}
.TagClassName
{
border-color: #584A19;
}
</style>