Shades of Bronze Olive #58500C
Tints of Bronze Olive #58500C
RGB
CMYK
RGB Variations
Color information
#58500C (or 0x58500C) is known color: Bronze Olive. HEX triplet: 58, 50 and 0C. RGB value is (88,80,12). Sum of RGB (Red+Green+Blue) = 88+80+12=180 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.89% from 180); Green value is 80 (31.64% from 255 or 44.44% from 180); Blue value is 12 (5.08% from 255 or 6.67% from 180); Max value from RGB is 88 - color contains mainly: red. Hex color #58500C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #58500C is #A7AFF3. Grayscale: #4A4A4A. Windows color (decimal): -10989556 or 807000. OLE color: 807000.
HSL color Cylindrical-coordinate representation of color #58500C: hue angle of 53.68º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #58500C is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 80 | 12 | - |
| CMYK | 0 | 0.09 | 0.86 | 0.65 |
| HSL | 53.68º | 0.76% | 0.2% | - |
| HSV(B) | 53.68º | 0.86% | 0.35% | - |
| XYZ | 6.96 | 7.84 | 1.49 | - |
| YUV | 74.64 | 92.65 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 80 | 12 | 0 | 0.09 | 0.86 | 0.65 | 53.68 | 0.76 | 0.2 |
| Hex | 58 | 50 | C | 0 | 9 | 56 | 41 | 36 | 4C | 14 |
| Octal | 130 | 120 | 14 | 0 | 11 | 126 | 101 | 66 | 114 | 24 |
| Binary | 1011000 | 1010000 | 1100 | 0 | 1001 | 1010110 | 1000001 | 110110 | 1001100 | 10100 |
Color Harmonies of #58500C
Complementary color
Monochromatic Colors of #58500C
Black with #58500C
Text Example
Text Example
White with #58500C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58500C; }
p { color: rgb(88,80,12); }
H1.HeaderClassName
{
color: #58500C;
}
.AnyTagClassName
{
color: #58500C;
}
</style>
background-color css
<style>
a { background-color: #58500C; }
a { background-color: rgb(88,80,12); }
div.DivClassName
{
background-color: #58500C;
}
.BgClassName
{
background-color: #58500C;
}
</style>
border-color css
<style>
span { border-color: #58500C; }
span { border-color: rgb(88,80,12); }
td.TdClassName
{
border-color: #58500C;
}
.TagClassName
{
border-color: #58500C;
}
</style>