Shades of Bronze Olive #584F1C
Tints of Bronze Olive #584F1C
RGB
CMYK
RGB Variations
Color information
#584F1C (or 0x584F1C) is known color: Bronze Olive. HEX triplet: 58, 4F and 1C. RGB value is (88,79,28). Sum of RGB (Red+Green+Blue) = 88+79+28=195 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.13% from 195); Green value is 79 (31.25% from 255 or 40.51% from 195); Blue value is 28 (11.33% from 255 or 14.36% from 195); Max value from RGB is 88 - color contains mainly: red. Hex color #584F1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #584F1C is #A7B0E3. Grayscale: #4C4C4C. Windows color (decimal): -10989796 or 1855320. OLE color: 1855320.
HSL color Cylindrical-coordinate representation of color #584F1C: hue angle of 51º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #584F1C is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 79 | 28 | - |
| CMYK | 0 | 0.10 | 0.68 | 0.65 |
| HSL | 51º | 0.52% | 0.23% | - |
| HSV(B) | 51º | 0.68% | 0.35% | - |
| XYZ | 7.03 | 7.75 | 2.22 | - |
| YUV | 75.88 | 100.98 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 79 | 28 | 0 | 0.10 | 0.68 | 0.65 | 51 | 0.52 | 0.23 |
| Hex | 58 | 4F | 1C | 0 | A | 44 | 41 | 33 | 34 | 17 |
| Octal | 130 | 117 | 34 | 0 | 12 | 104 | 101 | 63 | 64 | 27 |
| Binary | 1011000 | 1001111 | 11100 | 0 | 1010 | 1000100 | 1000001 | 110011 | 110100 | 10111 |
Color Harmonies of #584F1C
Complementary color
Monochromatic Colors of #584F1C
Black with #584F1C
Text Example
Text Example
White with #584F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584F1C; }
p { color: rgb(88,79,28); }
H1.HeaderClassName
{
color: #584F1C;
}
.AnyTagClassName
{
color: #584F1C;
}
</style>
background-color css
<style>
a { background-color: #584F1C; }
a { background-color: rgb(88,79,28); }
div.DivClassName
{
background-color: #584F1C;
}
.BgClassName
{
background-color: #584F1C;
}
</style>
border-color css
<style>
span { border-color: #584F1C; }
span { border-color: rgb(88,79,28); }
td.TdClassName
{
border-color: #584F1C;
}
.TagClassName
{
border-color: #584F1C;
}
</style>