Shades of Bronze Olive #584C24
Tints of Bronze Olive #584C24
RGB
CMYK
RGB Variations
Color information
#584C24 (or 0x584C24) is known color: Bronze Olive. HEX triplet: 58, 4C and 24. RGB value is (88,76,36). Sum of RGB (Red+Green+Blue) = 88+76+36=200 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44% from 200); Green value is 76 (30.08% from 255 or 38% from 200); Blue value is 36 (14.45% from 255 or 18% from 200); Max value from RGB is 88 - color contains mainly: red. Hex color #584C24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584C24 is #A7B3DB. Grayscale: #4B4B4B. Windows color (decimal): -10990556 or 2378840. OLE color: 2378840.
HSL color Cylindrical-coordinate representation of color #584C24: hue angle of 46.15º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #584C24 is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 76 | 36 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.65 |
| HSL | 46.15º | 0.42% | 0.24% | - |
| HSV(B) | 46.15º | 0.59% | 0.35% | - |
| XYZ | 6.93 | 7.37 | 2.73 | - |
| YUV | 75.03 | 105.98 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 76 | 36 | 0 | 0.14 | 0.59 | 0.65 | 46.15 | 0.42 | 0.24 |
| Hex | 58 | 4C | 24 | 0 | E | 3B | 41 | 2E | 2A | 18 |
| Octal | 130 | 114 | 44 | 0 | 16 | 73 | 101 | 56 | 52 | 30 |
| Binary | 1011000 | 1001100 | 100100 | 0 | 1110 | 111011 | 1000001 | 101110 | 101010 | 11000 |
Color Harmonies of #584C24
Complementary color
Monochromatic Colors of #584C24
Black with #584C24
Text Example
Text Example
White with #584C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584C24; }
p { color: rgb(88,76,36); }
H1.HeaderClassName
{
color: #584C24;
}
.AnyTagClassName
{
color: #584C24;
}
</style>
background-color css
<style>
a { background-color: #584C24; }
a { background-color: rgb(88,76,36); }
div.DivClassName
{
background-color: #584C24;
}
.BgClassName
{
background-color: #584C24;
}
</style>
border-color css
<style>
span { border-color: #584C24; }
span { border-color: rgb(88,76,36); }
td.TdClassName
{
border-color: #584C24;
}
.TagClassName
{
border-color: #584C24;
}
</style>