Shades of Bronze Olive #584E0B
Tints of Bronze Olive #584E0B
RGB
CMYK
RGB Variations
Color information
#584E0B (or 0x584E0B) is known color: Bronze Olive. HEX triplet: 58, 4E and 0B. RGB value is (88,78,11). Sum of RGB (Red+Green+Blue) = 88+78+11=177 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.72% from 177); Green value is 78 (30.86% from 255 or 44.07% from 177); Blue value is 11 (4.69% from 255 or 6.21% from 177); Max value from RGB is 88 - color contains mainly: red. Hex color #584E0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #584E0B is #A7B1F4. Grayscale: #494949. Windows color (decimal): -10990069 or 740952. OLE color: 740952.
HSL color Cylindrical-coordinate representation of color #584E0B: hue angle of 52.21º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #584E0B is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 78 | 11 | - |
| CMYK | 0 | 0.11 | 0.88 | 0.65 |
| HSL | 52.21º | 0.78% | 0.19% | - |
| HSV(B) | 52.21º | 0.88% | 0.35% | - |
| XYZ | 6.81 | 7.55 | 1.41 | - |
| YUV | 73.35 | 92.81 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 78 | 11 | 0 | 0.11 | 0.88 | 0.65 | 52.21 | 0.78 | 0.19 |
| Hex | 58 | 4E | B | 0 | B | 58 | 41 | 34 | 4E | 13 |
| Octal | 130 | 116 | 13 | 0 | 13 | 130 | 101 | 64 | 116 | 23 |
| Binary | 1011000 | 1001110 | 1011 | 0 | 1011 | 1011000 | 1000001 | 110100 | 1001110 | 10011 |
Color Harmonies of #584E0B
Complementary color
Monochromatic Colors of #584E0B
Black with #584E0B
Text Example
Text Example
White with #584E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584E0B; }
p { color: rgb(88,78,11); }
H1.HeaderClassName
{
color: #584E0B;
}
.AnyTagClassName
{
color: #584E0B;
}
</style>
background-color css
<style>
a { background-color: #584E0B; }
a { background-color: rgb(88,78,11); }
div.DivClassName
{
background-color: #584E0B;
}
.BgClassName
{
background-color: #584E0B;
}
</style>
border-color css
<style>
span { border-color: #584E0B; }
span { border-color: rgb(88,78,11); }
td.TdClassName
{
border-color: #584E0B;
}
.TagClassName
{
border-color: #584E0B;
}
</style>