Shades of Bronze Olive #58521A
Tints of Bronze Olive #58521A
RGB
CMYK
RGB Variations
Color information
#58521A (or 0x58521A) is known color: Bronze Olive. HEX triplet: 58, 52 and 1A. RGB value is (88,82,26). Sum of RGB (Red+Green+Blue) = 88+82+26=196 (25% of max value = 765). Red value is 88 (34.77% from 255 or 44.90% from 196); Green value is 82 (32.42% from 255 or 41.84% from 196); Blue value is 26 (10.55% from 255 or 13.27% from 196); Max value from RGB is 88 - color contains mainly: red. Hex color #58521A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58521A is #A7ADE5. Grayscale: #4D4D4D. Windows color (decimal): -10989030 or 1725016. OLE color: 1725016.
HSL color Cylindrical-coordinate representation of color #58521A: hue angle of 54.19º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #58521A is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 82 | 26 | - |
| CMYK | 0 | 0.07 | 0.70 | 0.65 |
| HSL | 54.19º | 0.54% | 0.22% | - |
| HSV(B) | 54.19º | 0.7% | 0.35% | - |
| XYZ | 7.23 | 8.18 | 2.18 | - |
| YUV | 77.41 | 98.99 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 82 | 26 | 0 | 0.07 | 0.70 | 0.65 | 54.19 | 0.54 | 0.22 |
| Hex | 58 | 52 | 1A | 0 | 7 | 46 | 41 | 36 | 36 | 16 |
| Octal | 130 | 122 | 32 | 0 | 7 | 106 | 101 | 66 | 66 | 26 |
| Binary | 1011000 | 1010010 | 11010 | 0 | 111 | 1000110 | 1000001 | 110110 | 110110 | 10110 |
Color Harmonies of #58521A
Complementary color
Monochromatic Colors of #58521A
Black with #58521A
Text Example
Text Example
White with #58521A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58521A; }
p { color: rgb(88,82,26); }
H1.HeaderClassName
{
color: #58521A;
}
.AnyTagClassName
{
color: #58521A;
}
</style>
background-color css
<style>
a { background-color: #58521A; }
a { background-color: rgb(88,82,26); }
div.DivClassName
{
background-color: #58521A;
}
.BgClassName
{
background-color: #58521A;
}
</style>
border-color css
<style>
span { border-color: #58521A; }
span { border-color: rgb(88,82,26); }
td.TdClassName
{
border-color: #58521A;
}
.TagClassName
{
border-color: #58521A;
}
</style>