Shades of Bronze Olive #584C03
Tints of Bronze Olive #584C03
RGB
CMYK
RGB Variations
Color information
#584C03 (or 0x584C03) is known color: Bronze Olive. HEX triplet: 58, 4C and 03. RGB value is (88,76,3). Sum of RGB (Red+Green+Blue) = 88+76+3=167 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.69% from 167); Green value is 76 (30.08% from 255 or 45.51% from 167); Blue value is 3 (1.56% from 255 or 1.80% from 167); Max value from RGB is 88 - color contains mainly: red. Hex color #584C03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584C03 is #A7B3FC. Grayscale: #474747. Windows color (decimal): -10990589 or 216152. OLE color: 216152.
HSL color Cylindrical-coordinate representation of color #584C03: hue angle of 51.53º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #584C03 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 76 | 3 | - |
| CMYK | 0 | 0.14 | 0.97 | 0.65 |
| HSL | 51.53º | 0.93% | 0.18% | - |
| HSV(B) | 51.53º | 0.97% | 0.35% | - |
| XYZ | 6.63 | 7.25 | 1.14 | - |
| YUV | 71.27 | 89.48 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 76 | 3 | 0 | 0.14 | 0.97 | 0.65 | 51.53 | 0.93 | 0.18 |
| Hex | 58 | 4C | 3 | 0 | E | 61 | 41 | 34 | 5D | 12 |
| Octal | 130 | 114 | 3 | 0 | 16 | 141 | 101 | 64 | 135 | 22 |
| Binary | 1011000 | 1001100 | 11 | 0 | 1110 | 1100001 | 1000001 | 110100 | 1011101 | 10010 |
Color Harmonies of #584C03
Complementary color
Monochromatic Colors of #584C03
Black with #584C03
Text Example
Text Example
White with #584C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584C03; }
p { color: rgb(88,76,3); }
H1.HeaderClassName
{
color: #584C03;
}
.AnyTagClassName
{
color: #584C03;
}
</style>
background-color css
<style>
a { background-color: #584C03; }
a { background-color: rgb(88,76,3); }
div.DivClassName
{
background-color: #584C03;
}
.BgClassName
{
background-color: #584C03;
}
</style>
border-color css
<style>
span { border-color: #584C03; }
span { border-color: rgb(88,76,3); }
td.TdClassName
{
border-color: #584C03;
}
.TagClassName
{
border-color: #584C03;
}
</style>