Shades of Bronze Olive #58450F
Tints of Bronze Olive #58450F
RGB
CMYK
RGB Variations
Color information
#58450F (or 0x58450F) is known color: Bronze Olive. HEX triplet: 58, 45 and 0F. RGB value is (88,69,15). Sum of RGB (Red+Green+Blue) = 88+69+15=172 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.16% from 172); Green value is 69 (27.34% from 255 or 40.12% from 172); Blue value is 15 (6.25% from 255 or 8.72% from 172); Max value from RGB is 88 - color contains mainly: red. Hex color #58450F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58450F is #A7BAF0. Grayscale: #444444. Windows color (decimal): -10992369 or 1000792. OLE color: 1000792.
HSL color Cylindrical-coordinate representation of color #58450F: hue angle of 44.38º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #58450F is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 69 | 15 | - |
| CMYK | 0 | 0.22 | 0.83 | 0.65 |
| HSL | 44.38º | 0.71% | 0.2% | - |
| HSV(B) | 44.38º | 0.83% | 0.35% | - |
| XYZ | 6.24 | 6.37 | 1.35 | - |
| YUV | 68.53 | 97.79 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 69 | 15 | 0 | 0.22 | 0.83 | 0.65 | 44.38 | 0.71 | 0.2 |
| Hex | 58 | 45 | F | 0 | 16 | 53 | 41 | 2C | 47 | 14 |
| Octal | 130 | 105 | 17 | 0 | 26 | 123 | 101 | 54 | 107 | 24 |
| Binary | 1011000 | 1000101 | 1111 | 0 | 10110 | 1010011 | 1000001 | 101100 | 1000111 | 10100 |
Color Harmonies of #58450F
Complementary color
Monochromatic Colors of #58450F
Black with #58450F
Text Example
Text Example
White with #58450F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58450F; }
p { color: rgb(88,69,15); }
H1.HeaderClassName
{
color: #58450F;
}
.AnyTagClassName
{
color: #58450F;
}
</style>
background-color css
<style>
a { background-color: #58450F; }
a { background-color: rgb(88,69,15); }
div.DivClassName
{
background-color: #58450F;
}
.BgClassName
{
background-color: #58450F;
}
</style>
border-color css
<style>
span { border-color: #58450F; }
span { border-color: rgb(88,69,15); }
td.TdClassName
{
border-color: #58450F;
}
.TagClassName
{
border-color: #58450F;
}
</style>