Shades of Bronze Olive #584E1F
Tints of Bronze Olive #584E1F
RGB
CMYK
RGB Variations
Color information
#584E1F (or 0x584E1F) is known color: Bronze Olive. HEX triplet: 58, 4E and 1F. RGB value is (88,78,31). Sum of RGB (Red+Green+Blue) = 88+78+31=197 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.67% from 197); Green value is 78 (30.86% from 255 or 39.59% from 197); Blue value is 31 (12.5% from 255 or 15.74% from 197); Max value from RGB is 88 - color contains mainly: red. Hex color #584E1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #584E1F is #A7B1E0. Grayscale: #4B4B4B. Windows color (decimal): -10990049 or 2051672. OLE color: 2051672.
HSL color Cylindrical-coordinate representation of color #584E1F: hue angle of 49.47º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #584E1F is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 78 | 31 | - |
| CMYK | 0 | 0.11 | 0.65 | 0.65 |
| HSL | 49.47º | 0.48% | 0.23% | - |
| HSV(B) | 49.47º | 0.65% | 0.35% | - |
| XYZ | 7 | 7.62 | 2.4 | - |
| YUV | 75.63 | 102.81 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 78 | 31 | 0 | 0.11 | 0.65 | 0.65 | 49.47 | 0.48 | 0.23 |
| Hex | 58 | 4E | 1F | 0 | B | 41 | 41 | 31 | 30 | 17 |
| Octal | 130 | 116 | 37 | 0 | 13 | 101 | 101 | 61 | 60 | 27 |
| Binary | 1011000 | 1001110 | 11111 | 0 | 1011 | 1000001 | 1000001 | 110001 | 110000 | 10111 |
Color Harmonies of #584E1F
Complementary color
Monochromatic Colors of #584E1F
Black with #584E1F
Text Example
Text Example
White with #584E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584E1F; }
p { color: rgb(88,78,31); }
H1.HeaderClassName
{
color: #584E1F;
}
.AnyTagClassName
{
color: #584E1F;
}
</style>
background-color css
<style>
a { background-color: #584E1F; }
a { background-color: rgb(88,78,31); }
div.DivClassName
{
background-color: #584E1F;
}
.BgClassName
{
background-color: #584E1F;
}
</style>
border-color css
<style>
span { border-color: #584E1F; }
span { border-color: rgb(88,78,31); }
td.TdClassName
{
border-color: #584E1F;
}
.TagClassName
{
border-color: #584E1F;
}
</style>