Shades of Bronze Olive #584A02
Tints of Bronze Olive #584A02
RGB
CMYK
RGB Variations
Color information
#584A02 (or 0x584A02) is known color: Bronze Olive. HEX triplet: 58, 4A and 02. RGB value is (88,74,2). Sum of RGB (Red+Green+Blue) = 88+74+2=164 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.66% from 164); Green value is 74 (29.30% from 255 or 45.12% from 164); Blue value is 2 (1.17% from 255 or 1.22% from 164); Max value from RGB is 88 - color contains mainly: red. Hex color #584A02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584A02 is #A7B5FD. Grayscale: #464646. Windows color (decimal): -10991102 or 150104. OLE color: 150104.
HSL color Cylindrical-coordinate representation of color #584A02: hue angle of 50.23º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #584A02 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 74 | 2 | - |
| CMYK | 0 | 0.16 | 0.98 | 0.65 |
| HSL | 50.23º | 0.96% | 0.18% | - |
| HSV(B) | 50.23º | 0.98% | 0.35% | - |
| XYZ | 6.48 | 6.98 | 1.06 | - |
| YUV | 69.98 | 89.64 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 74 | 2 | 0 | 0.16 | 0.98 | 0.65 | 50.23 | 0.96 | 0.18 |
| Hex | 58 | 4A | 2 | 0 | 10 | 62 | 41 | 32 | 60 | 12 |
| Octal | 130 | 112 | 2 | 0 | 20 | 142 | 101 | 62 | 140 | 22 |
| Binary | 1011000 | 1001010 | 10 | 0 | 10000 | 1100010 | 1000001 | 110010 | 1100000 | 10010 |
Color Harmonies of #584A02
Complementary color
Monochromatic Colors of #584A02
Black with #584A02
Text Example
Text Example
White with #584A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584A02; }
p { color: rgb(88,74,2); }
H1.HeaderClassName
{
color: #584A02;
}
.AnyTagClassName
{
color: #584A02;
}
</style>
background-color css
<style>
a { background-color: #584A02; }
a { background-color: rgb(88,74,2); }
div.DivClassName
{
background-color: #584A02;
}
.BgClassName
{
background-color: #584A02;
}
</style>
border-color css
<style>
span { border-color: #584A02; }
span { border-color: rgb(88,74,2); }
td.TdClassName
{
border-color: #584A02;
}
.TagClassName
{
border-color: #584A02;
}
</style>