Shades of Bronze Olive #58421A
Tints of Bronze Olive #58421A
RGB
CMYK
RGB Variations
Color information
#58421A (or 0x58421A) is known color: Bronze Olive. HEX triplet: 58, 42 and 1A. RGB value is (88,66,26). Sum of RGB (Red+Green+Blue) = 88+66+26=180 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.89% from 180); Green value is 66 (26.17% from 255 or 36.67% from 180); Blue value is 26 (10.55% from 255 or 14.44% from 180); Max value from RGB is 88 - color contains mainly: red. Hex color #58421A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58421A is #A7BDE5. Grayscale: #444444. Windows color (decimal): -10993126 or 1720920. OLE color: 1720920.
HSL color Cylindrical-coordinate representation of color #58421A: hue angle of 38.71º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #58421A is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 66 | 26 | - |
| CMYK | 0 | 0.25 | 0.70 | 0.65 |
| HSL | 38.71º | 0.54% | 0.22% | - |
| HSV(B) | 38.71º | 0.7% | 0.35% | - |
| XYZ | 6.16 | 6.05 | 1.82 | - |
| YUV | 68.02 | 104.29 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 66 | 26 | 0 | 0.25 | 0.70 | 0.65 | 38.71 | 0.54 | 0.22 |
| Hex | 58 | 42 | 1A | 0 | 19 | 46 | 41 | 27 | 36 | 16 |
| Octal | 130 | 102 | 32 | 0 | 31 | 106 | 101 | 47 | 66 | 26 |
| Binary | 1011000 | 1000010 | 11010 | 0 | 11001 | 1000110 | 1000001 | 100111 | 110110 | 10110 |
Color Harmonies of #58421A
Complementary color
Monochromatic Colors of #58421A
Black with #58421A
Text Example
Text Example
White with #58421A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58421A; }
p { color: rgb(88,66,26); }
H1.HeaderClassName
{
color: #58421A;
}
.AnyTagClassName
{
color: #58421A;
}
</style>
background-color css
<style>
a { background-color: #58421A; }
a { background-color: rgb(88,66,26); }
div.DivClassName
{
background-color: #58421A;
}
.BgClassName
{
background-color: #58421A;
}
</style>
border-color css
<style>
span { border-color: #58421A; }
span { border-color: rgb(88,66,26); }
td.TdClassName
{
border-color: #58421A;
}
.TagClassName
{
border-color: #58421A;
}
</style>