Shades of Bronze Olive #5C520B
Tints of Bronze Olive #5C520B
RGB
CMYK
RGB Variations
Color information
#5C520B (or 0x5C520B) is known color: Bronze Olive. HEX triplet: 5C, 52 and 0B. RGB value is (92,82,11). Sum of RGB (Red+Green+Blue) = 92+82+11=185 (24% of max value = 765). Red value is 92 (36.33% from 255 or 49.73% from 185); Green value is 82 (32.42% from 255 or 44.32% from 185); Blue value is 11 (4.69% from 255 or 5.95% from 185); Max value from RGB is 92 - color contains mainly: red. Hex color #5C520B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C520B is #A3ADF4. Grayscale: #4D4D4D. Windows color (decimal): -10726901 or 741980. OLE color: 741980.
HSL color Cylindrical-coordinate representation of color #5C520B: hue angle of 52.59º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5C520B is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 82 | 11 | - |
| CMYK | 0 | 0.11 | 0.88 | 0.64 |
| HSL | 52.59º | 0.79% | 0.2% | - |
| HSV(B) | 52.59º | 0.88% | 0.36% | - |
| XYZ | 7.49 | 8.33 | 1.53 | - |
| YUV | 76.9 | 90.81 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 82 | 11 | 0 | 0.11 | 0.88 | 0.64 | 52.59 | 0.79 | 0.2 |
| Hex | 5C | 52 | B | 0 | B | 58 | 40 | 35 | 4F | 14 |
| Octal | 134 | 122 | 13 | 0 | 13 | 130 | 100 | 65 | 117 | 24 |
| Binary | 1011100 | 1010010 | 1011 | 0 | 1011 | 1011000 | 1000000 | 110101 | 1001111 | 10100 |
Color Harmonies of #5C520B
Complementary color
Monochromatic Colors of #5C520B
Black with #5C520B
Text Example
Text Example
White with #5C520B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C520B; }
p { color: rgb(92,82,11); }
H1.HeaderClassName
{
color: #5C520B;
}
.AnyTagClassName
{
color: #5C520B;
}
</style>
background-color css
<style>
a { background-color: #5C520B; }
a { background-color: rgb(92,82,11); }
div.DivClassName
{
background-color: #5C520B;
}
.BgClassName
{
background-color: #5C520B;
}
</style>
border-color css
<style>
span { border-color: #5C520B; }
span { border-color: rgb(92,82,11); }
td.TdClassName
{
border-color: #5C520B;
}
.TagClassName
{
border-color: #5C520B;
}
</style>