Shades of Bronze Olive #585310
Tints of Bronze Olive #585310
RGB
CMYK
RGB Variations
Color information
#585310 (or 0x585310) is known color: Bronze Olive. HEX triplet: 58, 53 and 10. RGB value is (88,83,16). Sum of RGB (Red+Green+Blue) = 88+83+16=187 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.06% from 187); Green value is 83 (32.81% from 255 or 44.39% from 187); Blue value is 16 (6.64% from 255 or 8.56% from 187); Max value from RGB is 88 - color contains mainly: red. Hex color #585310 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585310 is #A7ACEF. Grayscale: #4D4D4D. Windows color (decimal): -10988784 or 1069912. OLE color: 1069912.
HSL color Cylindrical-coordinate representation of color #585310: hue angle of 55.83º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #585310 is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 83 | 16 | - |
| CMYK | 0 | 0.06 | 0.82 | 0.65 |
| HSL | 55.83º | 0.69% | 0.2% | - |
| HSV(B) | 55.83º | 0.82% | 0.35% | - |
| XYZ | 7.21 | 8.3 | 1.71 | - |
| YUV | 76.86 | 93.66 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 83 | 16 | 0 | 0.06 | 0.82 | 0.65 | 55.83 | 0.69 | 0.2 |
| Hex | 58 | 53 | 10 | 0 | 6 | 52 | 41 | 38 | 45 | 14 |
| Octal | 130 | 123 | 20 | 0 | 6 | 122 | 101 | 70 | 105 | 24 |
| Binary | 1011000 | 1010011 | 10000 | 0 | 110 | 1010010 | 1000001 | 111000 | 1000101 | 10100 |
Color Harmonies of #585310
Complementary color
Monochromatic Colors of #585310
Black with #585310
Text Example
Text Example
White with #585310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585310; }
p { color: rgb(88,83,16); }
H1.HeaderClassName
{
color: #585310;
}
.AnyTagClassName
{
color: #585310;
}
</style>
background-color css
<style>
a { background-color: #585310; }
a { background-color: rgb(88,83,16); }
div.DivClassName
{
background-color: #585310;
}
.BgClassName
{
background-color: #585310;
}
</style>
border-color css
<style>
span { border-color: #585310; }
span { border-color: rgb(88,83,16); }
td.TdClassName
{
border-color: #585310;
}
.TagClassName
{
border-color: #585310;
}
</style>