Shades of Bronze Olive #58420B
Tints of Bronze Olive #58420B
RGB
CMYK
RGB Variations
Color information
#58420B (or 0x58420B) is known color: Bronze Olive. HEX triplet: 58, 42 and 0B. RGB value is (88,66,11). Sum of RGB (Red+Green+Blue) = 88+66+11=165 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.33% from 165); Green value is 66 (26.17% from 255 or 40% from 165); Blue value is 11 (4.69% from 255 or 6.67% from 165); Max value from RGB is 88 - color contains mainly: red. Hex color #58420B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58420B is #A7BDF4. Grayscale: #424242. Windows color (decimal): -10993141 or 737880. OLE color: 737880.
HSL color Cylindrical-coordinate representation of color #58420B: hue angle of 42.86º 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 #58420B is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 66 | 11 | - |
| CMYK | 0 | 0.25 | 0.88 | 0.65 |
| HSL | 42.86º | 0.78% | 0.19% | - |
| HSV(B) | 42.86º | 0.88% | 0.35% | - |
| XYZ | 6.03 | 6 | 1.16 | - |
| YUV | 66.31 | 96.79 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 66 | 11 | 0 | 0.25 | 0.88 | 0.65 | 42.86 | 0.78 | 0.19 |
| Hex | 58 | 42 | B | 0 | 19 | 58 | 41 | 2B | 4E | 13 |
| Octal | 130 | 102 | 13 | 0 | 31 | 130 | 101 | 53 | 116 | 23 |
| Binary | 1011000 | 1000010 | 1011 | 0 | 11001 | 1011000 | 1000001 | 101011 | 1001110 | 10011 |
Color Harmonies of #58420B
Complementary color
Monochromatic Colors of #58420B
Black with #58420B
Text Example
Text Example
White with #58420B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58420B; }
p { color: rgb(88,66,11); }
H1.HeaderClassName
{
color: #58420B;
}
.AnyTagClassName
{
color: #58420B;
}
</style>
background-color css
<style>
a { background-color: #58420B; }
a { background-color: rgb(88,66,11); }
div.DivClassName
{
background-color: #58420B;
}
.BgClassName
{
background-color: #58420B;
}
</style>
border-color css
<style>
span { border-color: #58420B; }
span { border-color: rgb(88,66,11); }
td.TdClassName
{
border-color: #58420B;
}
.TagClassName
{
border-color: #58420B;
}
</style>