Shades of Bronze Olive #584E0C
Tints of Bronze Olive #584E0C
RGB
CMYK
RGB Variations
Color information
#584E0C (or 0x584E0C) is known color: Bronze Olive. HEX triplet: 58, 4E and 0C. RGB value is (88,78,12). Sum of RGB (Red+Green+Blue) = 88+78+12=178 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.44% from 178); Green value is 78 (30.86% from 255 or 43.82% from 178); Blue value is 12 (5.08% from 255 or 6.74% from 178); Max value from RGB is 88 - color contains mainly: red. Hex color #584E0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #584E0C is #A7B1F3. Grayscale: #494949. Windows color (decimal): -10990068 or 806488. OLE color: 806488.
HSL color Cylindrical-coordinate representation of color #584E0C: hue angle of 52.11º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #584E0C is Cyan = 0, Magento = 0.11, Yellow = 0.86 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 78 | 12 | - |
| CMYK | 0 | 0.11 | 0.86 | 0.65 |
| HSL | 52.11º | 0.76% | 0.2% | - |
| HSV(B) | 52.11º | 0.86% | 0.35% | - |
| XYZ | 6.82 | 7.55 | 1.45 | - |
| YUV | 73.47 | 93.31 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 78 | 12 | 0 | 0.11 | 0.86 | 0.65 | 52.11 | 0.76 | 0.2 |
| Hex | 58 | 4E | C | 0 | B | 56 | 41 | 34 | 4C | 14 |
| Octal | 130 | 116 | 14 | 0 | 13 | 126 | 101 | 64 | 114 | 24 |
| Binary | 1011000 | 1001110 | 1100 | 0 | 1011 | 1010110 | 1000001 | 110100 | 1001100 | 10100 |
Color Harmonies of #584E0C
Complementary color
Monochromatic Colors of #584E0C
Black with #584E0C
Text Example
Text Example
White with #584E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584E0C; }
p { color: rgb(88,78,12); }
H1.HeaderClassName
{
color: #584E0C;
}
.AnyTagClassName
{
color: #584E0C;
}
</style>
background-color css
<style>
a { background-color: #584E0C; }
a { background-color: rgb(88,78,12); }
div.DivClassName
{
background-color: #584E0C;
}
.BgClassName
{
background-color: #584E0C;
}
</style>
border-color css
<style>
span { border-color: #584E0C; }
span { border-color: rgb(88,78,12); }
td.TdClassName
{
border-color: #584E0C;
}
.TagClassName
{
border-color: #584E0C;
}
</style>