Shades of Bronze Olive #5C5220
Tints of Bronze Olive #5C5220
RGB
CMYK
RGB Variations
Color information
#5C5220 (or 0x5C5220) is known color: Bronze Olive. HEX triplet: 5C, 52 and 20. RGB value is (92,82,32). Sum of RGB (Red+Green+Blue) = 92+82+32=206 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.66% from 206); Green value is 82 (32.42% from 255 or 39.81% from 206); Blue value is 32 (12.89% from 255 or 15.53% from 206); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5220 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C5220 is #A3ADDF. Grayscale: #4F4F4F. Windows color (decimal): -10726880 or 2118236. OLE color: 2118236.
HSL color Cylindrical-coordinate representation of color #5C5220: hue angle of 50º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5C5220 is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 82 | 32 | - |
| CMYK | 0 | 0.11 | 0.65 | 0.64 |
| HSL | 50º | 0.48% | 0.24% | - |
| HSV(B) | 50º | 0.65% | 0.36% | - |
| XYZ | 7.69 | 8.41 | 2.59 | - |
| YUV | 79.29 | 101.31 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 82 | 32 | 0 | 0.11 | 0.65 | 0.64 | 50 | 0.48 | 0.24 |
| Hex | 5C | 52 | 20 | 0 | B | 41 | 40 | 32 | 30 | 18 |
| Octal | 134 | 122 | 40 | 0 | 13 | 101 | 100 | 62 | 60 | 30 |
| Binary | 1011100 | 1010010 | 100000 | 0 | 1011 | 1000001 | 1000000 | 110010 | 110000 | 11000 |
Color Harmonies of #5C5220
Complementary color
Monochromatic Colors of #5C5220
Black with #5C5220
Text Example
Text Example
White with #5C5220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5220; }
p { color: rgb(92,82,32); }
H1.HeaderClassName
{
color: #5C5220;
}
.AnyTagClassName
{
color: #5C5220;
}
</style>
background-color css
<style>
a { background-color: #5C5220; }
a { background-color: rgb(92,82,32); }
div.DivClassName
{
background-color: #5C5220;
}
.BgClassName
{
background-color: #5C5220;
}
</style>
border-color css
<style>
span { border-color: #5C5220; }
span { border-color: rgb(92,82,32); }
td.TdClassName
{
border-color: #5C5220;
}
.TagClassName
{
border-color: #5C5220;
}
</style>