Shades of Bronze Olive #5C540C
Tints of Bronze Olive #5C540C
RGB
CMYK
RGB Variations
Color information
#5C540C (or 0x5C540C) is known color: Bronze Olive. HEX triplet: 5C, 54 and 0C. RGB value is (92,84,12). Sum of RGB (Red+Green+Blue) = 92+84+12=188 (24% of max value = 765). Red value is 92 (36.33% from 255 or 48.94% from 188); Green value is 84 (33.20% from 255 or 44.68% from 188); Blue value is 12 (5.08% from 255 or 6.38% from 188); Max value from RGB is 92 - color contains mainly: red. Hex color #5C540C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C540C is #A3ABF3. Grayscale: #4E4E4E. Windows color (decimal): -10726388 or 808028. OLE color: 808028.
HSL color Cylindrical-coordinate representation of color #5C540C: hue angle of 54º degrees, saturation: 0.77, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5C540C is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 84 | 12 | - |
| CMYK | 0 | 0.09 | 0.87 | 0.64 |
| HSL | 54º | 0.77% | 0.2% | - |
| HSV(B) | 54º | 0.87% | 0.36% | - |
| XYZ | 7.65 | 8.64 | 1.61 | - |
| YUV | 78.18 | 90.65 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 84 | 12 | 0 | 0.09 | 0.87 | 0.64 | 54 | 0.77 | 0.2 |
| Hex | 5C | 54 | C | 0 | 9 | 57 | 40 | 36 | 4D | 14 |
| Octal | 134 | 124 | 14 | 0 | 11 | 127 | 100 | 66 | 115 | 24 |
| Binary | 1011100 | 1010100 | 1100 | 0 | 1001 | 1010111 | 1000000 | 110110 | 1001101 | 10100 |
Color Harmonies of #5C540C
Complementary color
Monochromatic Colors of #5C540C
Black with #5C540C
Text Example
Text Example
White with #5C540C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C540C; }
p { color: rgb(92,84,12); }
H1.HeaderClassName
{
color: #5C540C;
}
.AnyTagClassName
{
color: #5C540C;
}
</style>
background-color css
<style>
a { background-color: #5C540C; }
a { background-color: rgb(92,84,12); }
div.DivClassName
{
background-color: #5C540C;
}
.BgClassName
{
background-color: #5C540C;
}
</style>
border-color css
<style>
span { border-color: #5C540C; }
span { border-color: rgb(92,84,12); }
td.TdClassName
{
border-color: #5C540C;
}
.TagClassName
{
border-color: #5C540C;
}
</style>