Shades of Bronze Olive #58460F
Tints of Bronze Olive #58460F
RGB
CMYK
RGB Variations
Color information
#58460F (or 0x58460F) is known color: Bronze Olive. HEX triplet: 58, 46 and 0F. RGB value is (88,70,15). Sum of RGB (Red+Green+Blue) = 88+70+15=173 (22% of max value = 765). Red value is 88 (34.77% from 255 or 50.87% from 173); Green value is 70 (27.73% from 255 or 40.46% from 173); Blue value is 15 (6.25% from 255 or 8.67% from 173); Max value from RGB is 88 - color contains mainly: red. Hex color #58460F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58460F is #A7B9F0. Grayscale: #454545. Windows color (decimal): -10992113 or 1001048. OLE color: 1001048.
HSL color Cylindrical-coordinate representation of color #58460F: hue angle of 45.21º 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 #58460F is Cyan = 0, Magento = 0.20, Yellow = 0.83 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 70 | 15 | - |
| CMYK | 0 | 0.20 | 0.83 | 0.65 |
| HSL | 45.21º | 0.71% | 0.2% | - |
| HSV(B) | 45.21º | 0.83% | 0.35% | - |
| XYZ | 6.3 | 6.49 | 1.37 | - |
| YUV | 69.11 | 97.46 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 70 | 15 | 0 | 0.20 | 0.83 | 0.65 | 45.21 | 0.71 | 0.2 |
| Hex | 58 | 46 | F | 0 | 14 | 53 | 41 | 2D | 47 | 14 |
| Octal | 130 | 106 | 17 | 0 | 24 | 123 | 101 | 55 | 107 | 24 |
| Binary | 1011000 | 1000110 | 1111 | 0 | 10100 | 1010011 | 1000001 | 101101 | 1000111 | 10100 |
Color Harmonies of #58460F
Complementary color
Monochromatic Colors of #58460F
Black with #58460F
Text Example
Text Example
White with #58460F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58460F; }
p { color: rgb(88,70,15); }
H1.HeaderClassName
{
color: #58460F;
}
.AnyTagClassName
{
color: #58460F;
}
</style>
background-color css
<style>
a { background-color: #58460F; }
a { background-color: rgb(88,70,15); }
div.DivClassName
{
background-color: #58460F;
}
.BgClassName
{
background-color: #58460F;
}
</style>
border-color css
<style>
span { border-color: #58460F; }
span { border-color: rgb(88,70,15); }
td.TdClassName
{
border-color: #58460F;
}
.TagClassName
{
border-color: #58460F;
}
</style>