Shades of Bronze Olive #59520C
Tints of Bronze Olive #59520C
RGB
CMYK
RGB Variations
Color information
#59520C (or 0x59520C) is known color: Bronze Olive. HEX triplet: 59, 52 and 0C. RGB value is (89,82,12). Sum of RGB (Red+Green+Blue) = 89+82+12=183 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.63% from 183); Green value is 82 (32.42% from 255 or 44.81% from 183); Blue value is 12 (5.08% from 255 or 6.56% from 183); Max value from RGB is 89 - color contains mainly: red. Hex color #59520C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #59520C is #A6ADF3. Grayscale: #4C4C4C. Windows color (decimal): -10923508 or 807513. OLE color: 807513.
HSL color Cylindrical-coordinate representation of color #59520C: hue angle of 54.55º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #59520C is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 82 | 12 | - |
| CMYK | 0 | 0.08 | 0.87 | 0.65 |
| HSL | 54.55º | 0.76% | 0.2% | - |
| HSV(B) | 54.55º | 0.87% | 0.35% | - |
| XYZ | 7.2 | 8.18 | 1.55 | - |
| YUV | 76.11 | 91.82 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 82 | 12 | 0 | 0.08 | 0.87 | 0.65 | 54.55 | 0.76 | 0.2 |
| Hex | 59 | 52 | C | 0 | 8 | 57 | 41 | 37 | 4C | 14 |
| Octal | 131 | 122 | 14 | 0 | 10 | 127 | 101 | 67 | 114 | 24 |
| Binary | 1011001 | 1010010 | 1100 | 0 | 1000 | 1010111 | 1000001 | 110111 | 1001100 | 10100 |
Color Harmonies of #59520C
Complementary color
Monochromatic Colors of #59520C
Black with #59520C
Text Example
Text Example
White with #59520C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59520C; }
p { color: rgb(89,82,12); }
H1.HeaderClassName
{
color: #59520C;
}
.AnyTagClassName
{
color: #59520C;
}
</style>
background-color css
<style>
a { background-color: #59520C; }
a { background-color: rgb(89,82,12); }
div.DivClassName
{
background-color: #59520C;
}
.BgClassName
{
background-color: #59520C;
}
</style>
border-color css
<style>
span { border-color: #59520C; }
span { border-color: rgb(89,82,12); }
td.TdClassName
{
border-color: #59520C;
}
.TagClassName
{
border-color: #59520C;
}
</style>