Shades of Bronze Olive #585226
Tints of Bronze Olive #585226
RGB
CMYK
RGB Variations
Color information
#585226 (or 0x585226) is known color: Bronze Olive. HEX triplet: 58, 52 and 26. RGB value is (88,82,38). Sum of RGB (Red+Green+Blue) = 88+82+38=208 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.31% from 208); Green value is 82 (32.42% from 255 or 39.42% from 208); Blue value is 38 (15.23% from 255 or 18.27% from 208); Max value from RGB is 88 - color contains mainly: red. Hex color #585226 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585226 is #A7ADD9. Grayscale: #4E4E4E. Windows color (decimal): -10989018 or 2511448. OLE color: 2511448.
HSL color Cylindrical-coordinate representation of color #585226: hue angle of 52.8º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #585226 is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 82 | 38 | - |
| CMYK | 0 | 0.07 | 0.57 | 0.65 |
| HSL | 52.8º | 0.4% | 0.25% | - |
| HSV(B) | 52.8º | 0.57% | 0.35% | - |
| XYZ | 7.39 | 8.25 | 3.04 | - |
| YUV | 78.78 | 104.99 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 82 | 38 | 0 | 0.07 | 0.57 | 0.65 | 52.8 | 0.4 | 0.25 |
| Hex | 58 | 52 | 26 | 0 | 7 | 39 | 41 | 35 | 28 | 19 |
| Octal | 130 | 122 | 46 | 0 | 7 | 71 | 101 | 65 | 50 | 31 |
| Binary | 1011000 | 1010010 | 100110 | 0 | 111 | 111001 | 1000001 | 110101 | 101000 | 11001 |
Color Harmonies of #585226
Complementary color
Monochromatic Colors of #585226
Black with #585226
Text Example
Text Example
White with #585226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585226; }
p { color: rgb(88,82,38); }
H1.HeaderClassName
{
color: #585226;
}
.AnyTagClassName
{
color: #585226;
}
</style>
background-color css
<style>
a { background-color: #585226; }
a { background-color: rgb(88,82,38); }
div.DivClassName
{
background-color: #585226;
}
.BgClassName
{
background-color: #585226;
}
</style>
border-color css
<style>
span { border-color: #585226; }
span { border-color: rgb(88,82,38); }
td.TdClassName
{
border-color: #585226;
}
.TagClassName
{
border-color: #585226;
}
</style>