Shades of Bronze Olive #584112
Tints of Bronze Olive #584112
RGB
CMYK
RGB Variations
Color information
#584112 (or 0x584112) is known color: Bronze Olive. HEX triplet: 58, 41 and 12. RGB value is (88,65,18). Sum of RGB (Red+Green+Blue) = 88+65+18=171 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.46% from 171); Green value is 65 (25.78% from 255 or 38.01% from 171); Blue value is 18 (7.42% from 255 or 10.53% from 171); Max value from RGB is 88 - color contains mainly: red. Hex color #584112 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584112 is #A7BEED. Grayscale: #424242. Windows color (decimal): -10993390 or 1196376. OLE color: 1196376.
HSL color Cylindrical-coordinate representation of color #584112: hue angle of 40.29º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #584112 is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 65 | 18 | - |
| CMYK | 0 | 0.26 | 0.80 | 0.65 |
| HSL | 40.29º | 0.66% | 0.21% | - |
| HSV(B) | 40.29º | 0.8% | 0.35% | - |
| XYZ | 6.02 | 5.9 | 1.39 | - |
| YUV | 66.52 | 100.62 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 65 | 18 | 0 | 0.26 | 0.80 | 0.65 | 40.29 | 0.66 | 0.21 |
| Hex | 58 | 41 | 12 | 0 | 1A | 50 | 41 | 28 | 42 | 15 |
| Octal | 130 | 101 | 22 | 0 | 32 | 120 | 101 | 50 | 102 | 25 |
| Binary | 1011000 | 1000001 | 10010 | 0 | 11010 | 1010000 | 1000001 | 101000 | 1000010 | 10101 |
Color Harmonies of #584112
Complementary color
Monochromatic Colors of #584112
Black with #584112
Text Example
Text Example
White with #584112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584112; }
p { color: rgb(88,65,18); }
H1.HeaderClassName
{
color: #584112;
}
.AnyTagClassName
{
color: #584112;
}
</style>
background-color css
<style>
a { background-color: #584112; }
a { background-color: rgb(88,65,18); }
div.DivClassName
{
background-color: #584112;
}
.BgClassName
{
background-color: #584112;
}
</style>
border-color css
<style>
span { border-color: #584112; }
span { border-color: rgb(88,65,18); }
td.TdClassName
{
border-color: #584112;
}
.TagClassName
{
border-color: #584112;
}
</style>