Shades of Bronze Olive #584E0D
Tints of Bronze Olive #584E0D
RGB
CMYK
RGB Variations
Color information
#584E0D (or 0x584E0D) is known color: Bronze Olive. HEX triplet: 58, 4E and 0D. RGB value is (88,78,13). Sum of RGB (Red+Green+Blue) = 88+78+13=179 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.16% from 179); Green value is 78 (30.86% from 255 or 43.58% from 179); Blue value is 13 (5.47% from 255 or 7.26% from 179); Max value from RGB is 88 - color contains mainly: red. Hex color #584E0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #584E0D is #A7B1F2. Grayscale: #494949. Windows color (decimal): -10990067 or 872024. OLE color: 872024.
HSL color Cylindrical-coordinate representation of color #584E0D: hue angle of 52º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #584E0D is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 78 | 13 | - |
| CMYK | 0 | 0.11 | 0.85 | 0.65 |
| HSL | 52º | 0.74% | 0.2% | - |
| HSV(B) | 52º | 0.85% | 0.35% | - |
| XYZ | 6.82 | 7.55 | 1.48 | - |
| YUV | 73.58 | 93.81 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 78 | 13 | 0 | 0.11 | 0.85 | 0.65 | 52 | 0.74 | 0.2 |
| Hex | 58 | 4E | D | 0 | B | 55 | 41 | 34 | 4A | 14 |
| Octal | 130 | 116 | 15 | 0 | 13 | 125 | 101 | 64 | 112 | 24 |
| Binary | 1011000 | 1001110 | 1101 | 0 | 1011 | 1010101 | 1000001 | 110100 | 1001010 | 10100 |
Color Harmonies of #584E0D
Complementary color
Monochromatic Colors of #584E0D
Black with #584E0D
Text Example
Text Example
White with #584E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584E0D; }
p { color: rgb(88,78,13); }
H1.HeaderClassName
{
color: #584E0D;
}
.AnyTagClassName
{
color: #584E0D;
}
</style>
background-color css
<style>
a { background-color: #584E0D; }
a { background-color: rgb(88,78,13); }
div.DivClassName
{
background-color: #584E0D;
}
.BgClassName
{
background-color: #584E0D;
}
</style>
border-color css
<style>
span { border-color: #584E0D; }
span { border-color: rgb(88,78,13); }
td.TdClassName
{
border-color: #584E0D;
}
.TagClassName
{
border-color: #584E0D;
}
</style>