Shades of Bronze Olive #58421B
Tints of Bronze Olive #58421B
RGB
CMYK
RGB Variations
Color information
#58421B (or 0x58421B) is known color: Bronze Olive. HEX triplet: 58, 42 and 1B. RGB value is (88,66,27). Sum of RGB (Red+Green+Blue) = 88+66+27=181 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.62% from 181); Green value is 66 (26.17% from 255 or 36.46% from 181); Blue value is 27 (10.94% from 255 or 14.92% from 181); Max value from RGB is 88 - color contains mainly: red. Hex color #58421B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58421B is #A7BDE4. Grayscale: #444444. Windows color (decimal): -10993125 or 1786456. OLE color: 1786456.
HSL color Cylindrical-coordinate representation of color #58421B: hue angle of 38.36º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #58421B is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 66 | 27 | - |
| CMYK | 0 | 0.25 | 0.69 | 0.65 |
| HSL | 38.36º | 0.53% | 0.23% | - |
| HSV(B) | 38.36º | 0.69% | 0.35% | - |
| XYZ | 6.17 | 6.05 | 1.88 | - |
| YUV | 68.13 | 104.79 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 66 | 27 | 0 | 0.25 | 0.69 | 0.65 | 38.36 | 0.53 | 0.23 |
| Hex | 58 | 42 | 1B | 0 | 19 | 45 | 41 | 26 | 35 | 17 |
| Octal | 130 | 102 | 33 | 0 | 31 | 105 | 101 | 46 | 65 | 27 |
| Binary | 1011000 | 1000010 | 11011 | 0 | 11001 | 1000101 | 1000001 | 100110 | 110101 | 10111 |
Color Harmonies of #58421B
Complementary color
Monochromatic Colors of #58421B
Black with #58421B
Text Example
Text Example
White with #58421B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58421B; }
p { color: rgb(88,66,27); }
H1.HeaderClassName
{
color: #58421B;
}
.AnyTagClassName
{
color: #58421B;
}
</style>
background-color css
<style>
a { background-color: #58421B; }
a { background-color: rgb(88,66,27); }
div.DivClassName
{
background-color: #58421B;
}
.BgClassName
{
background-color: #58421B;
}
</style>
border-color css
<style>
span { border-color: #58421B; }
span { border-color: rgb(88,66,27); }
td.TdClassName
{
border-color: #58421B;
}
.TagClassName
{
border-color: #58421B;
}
</style>