Shades of Bronze Olive #584A12
Tints of Bronze Olive #584A12
RGB
CMYK
RGB Variations
Color information
#584A12 (or 0x584A12) is known color: Bronze Olive. HEX triplet: 58, 4A and 12. RGB value is (88,74,18). Sum of RGB (Red+Green+Blue) = 88+74+18=180 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.89% from 180); Green value is 74 (29.30% from 255 or 41.11% from 180); Blue value is 18 (7.42% from 255 or 10% from 180); Max value from RGB is 88 - color contains mainly: red. Hex color #584A12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584A12 is #A7B5ED. Grayscale: #484848. Windows color (decimal): -10991086 or 1198680. OLE color: 1198680.
HSL color Cylindrical-coordinate representation of color #584A12: hue angle of 48º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #584A12 is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 74 | 18 | - |
| CMYK | 0 | 0.16 | 0.80 | 0.65 |
| HSL | 48º | 0.66% | 0.21% | - |
| HSV(B) | 48º | 0.8% | 0.35% | - |
| XYZ | 6.58 | 7.02 | 1.58 | - |
| YUV | 71.8 | 97.64 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 74 | 18 | 0 | 0.16 | 0.80 | 0.65 | 48 | 0.66 | 0.21 |
| Hex | 58 | 4A | 12 | 0 | 10 | 50 | 41 | 30 | 42 | 15 |
| Octal | 130 | 112 | 22 | 0 | 20 | 120 | 101 | 60 | 102 | 25 |
| Binary | 1011000 | 1001010 | 10010 | 0 | 10000 | 1010000 | 1000001 | 110000 | 1000010 | 10101 |
Color Harmonies of #584A12
Complementary color
Monochromatic Colors of #584A12
Black with #584A12
Text Example
Text Example
White with #584A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584A12; }
p { color: rgb(88,74,18); }
H1.HeaderClassName
{
color: #584A12;
}
.AnyTagClassName
{
color: #584A12;
}
</style>
background-color css
<style>
a { background-color: #584A12; }
a { background-color: rgb(88,74,18); }
div.DivClassName
{
background-color: #584A12;
}
.BgClassName
{
background-color: #584A12;
}
</style>
border-color css
<style>
span { border-color: #584A12; }
span { border-color: rgb(88,74,18); }
td.TdClassName
{
border-color: #584A12;
}
.TagClassName
{
border-color: #584A12;
}
</style>