Shades of Bronze Olive #58450B
Tints of Bronze Olive #58450B
RGB
CMYK
RGB Variations
Color information
#58450B (or 0x58450B) is known color: Bronze Olive. HEX triplet: 58, 45 and 0B. RGB value is (88,69,11). Sum of RGB (Red+Green+Blue) = 88+69+11=168 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.38% from 168); Green value is 69 (27.34% from 255 or 41.07% from 168); Blue value is 11 (4.69% from 255 or 6.55% from 168); Max value from RGB is 88 - color contains mainly: red. Hex color #58450B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58450B is #A7BAF4. Grayscale: #444444. Windows color (decimal): -10992373 or 738648. OLE color: 738648.
HSL color Cylindrical-coordinate representation of color #58450B: hue angle of 45.19º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #58450B is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 69 | 11 | - |
| CMYK | 0 | 0.22 | 0.88 | 0.65 |
| HSL | 45.19º | 0.78% | 0.19% | - |
| HSV(B) | 45.19º | 0.88% | 0.35% | - |
| XYZ | 6.21 | 6.36 | 1.22 | - |
| YUV | 68.07 | 95.79 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 69 | 11 | 0 | 0.22 | 0.88 | 0.65 | 45.19 | 0.78 | 0.19 |
| Hex | 58 | 45 | B | 0 | 16 | 58 | 41 | 2D | 4E | 13 |
| Octal | 130 | 105 | 13 | 0 | 26 | 130 | 101 | 55 | 116 | 23 |
| Binary | 1011000 | 1000101 | 1011 | 0 | 10110 | 1011000 | 1000001 | 101101 | 1001110 | 10011 |
Color Harmonies of #58450B
Complementary color
Monochromatic Colors of #58450B
Black with #58450B
Text Example
Text Example
White with #58450B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58450B; }
p { color: rgb(88,69,11); }
H1.HeaderClassName
{
color: #58450B;
}
.AnyTagClassName
{
color: #58450B;
}
</style>
background-color css
<style>
a { background-color: #58450B; }
a { background-color: rgb(88,69,11); }
div.DivClassName
{
background-color: #58450B;
}
.BgClassName
{
background-color: #58450B;
}
</style>
border-color css
<style>
span { border-color: #58450B; }
span { border-color: rgb(88,69,11); }
td.TdClassName
{
border-color: #58450B;
}
.TagClassName
{
border-color: #58450B;
}
</style>