Shades of Bronze Olive #585316
Tints of Bronze Olive #585316
RGB
CMYK
RGB Variations
Color information
#585316 (or 0x585316) is known color: Bronze Olive. HEX triplet: 58, 53 and 16. RGB value is (88,83,22). Sum of RGB (Red+Green+Blue) = 88+83+22=193 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.60% from 193); Green value is 83 (32.81% from 255 or 43.01% from 193); Blue value is 22 (8.98% from 255 or 11.40% from 193); Max value from RGB is 88 - color contains mainly: red. Hex color #585316 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585316 is #A7ACE9. Grayscale: #4D4D4D. Windows color (decimal): -10988778 or 1463128. OLE color: 1463128.
HSL color Cylindrical-coordinate representation of color #585316: hue angle of 55.45º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #585316 is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 83 | 22 | - |
| CMYK | 0 | 0.06 | 0.75 | 0.65 |
| HSL | 55.45º | 0.6% | 0.22% | - |
| HSV(B) | 55.45º | 0.75% | 0.35% | - |
| XYZ | 7.26 | 8.32 | 1.98 | - |
| YUV | 77.54 | 96.66 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 83 | 22 | 0 | 0.06 | 0.75 | 0.65 | 55.45 | 0.6 | 0.22 |
| Hex | 58 | 53 | 16 | 0 | 6 | 4B | 41 | 37 | 3C | 16 |
| Octal | 130 | 123 | 26 | 0 | 6 | 113 | 101 | 67 | 74 | 26 |
| Binary | 1011000 | 1010011 | 10110 | 0 | 110 | 1001011 | 1000001 | 110111 | 111100 | 10110 |
Color Harmonies of #585316
Complementary color
Monochromatic Colors of #585316
Black with #585316
Text Example
Text Example
White with #585316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585316; }
p { color: rgb(88,83,22); }
H1.HeaderClassName
{
color: #585316;
}
.AnyTagClassName
{
color: #585316;
}
</style>
background-color css
<style>
a { background-color: #585316; }
a { background-color: rgb(88,83,22); }
div.DivClassName
{
background-color: #585316;
}
.BgClassName
{
background-color: #585316;
}
</style>
border-color css
<style>
span { border-color: #585316; }
span { border-color: rgb(88,83,22); }
td.TdClassName
{
border-color: #585316;
}
.TagClassName
{
border-color: #585316;
}
</style>