Shades of Bronze Olive #584C02
Tints of Bronze Olive #584C02
RGB
CMYK
RGB Variations
Color information
#584C02 (or 0x584C02) is known color: Bronze Olive. HEX triplet: 58, 4C and 02. RGB value is (88,76,2). Sum of RGB (Red+Green+Blue) = 88+76+2=166 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.01% from 166); Green value is 76 (30.08% from 255 or 45.78% from 166); Blue value is 2 (1.17% from 255 or 1.20% from 166); Max value from RGB is 88 - color contains mainly: red. Hex color #584C02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584C02 is #A7B3FD. Grayscale: #474747. Windows color (decimal): -10990590 or 150616. OLE color: 150616.
HSL color Cylindrical-coordinate representation of color #584C02: hue angle of 51.63º 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 #584C02 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 76 | 2 | - |
| CMYK | 0 | 0.14 | 0.98 | 0.65 |
| HSL | 51.63º | 0.96% | 0.18% | - |
| HSV(B) | 51.63º | 0.98% | 0.35% | - |
| XYZ | 6.62 | 7.25 | 1.11 | - |
| YUV | 71.15 | 88.98 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 76 | 2 | 0 | 0.14 | 0.98 | 0.65 | 51.63 | 0.96 | 0.18 |
| Hex | 58 | 4C | 2 | 0 | E | 62 | 41 | 34 | 60 | 12 |
| Octal | 130 | 114 | 2 | 0 | 16 | 142 | 101 | 64 | 140 | 22 |
| Binary | 1011000 | 1001100 | 10 | 0 | 1110 | 1100010 | 1000001 | 110100 | 1100000 | 10010 |
Color Harmonies of #584C02
Complementary color
Monochromatic Colors of #584C02
Black with #584C02
Text Example
Text Example
White with #584C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584C02; }
p { color: rgb(88,76,2); }
H1.HeaderClassName
{
color: #584C02;
}
.AnyTagClassName
{
color: #584C02;
}
</style>
background-color css
<style>
a { background-color: #584C02; }
a { background-color: rgb(88,76,2); }
div.DivClassName
{
background-color: #584C02;
}
.BgClassName
{
background-color: #584C02;
}
</style>
border-color css
<style>
span { border-color: #584C02; }
span { border-color: rgb(88,76,2); }
td.TdClassName
{
border-color: #584C02;
}
.TagClassName
{
border-color: #584C02;
}
</style>