Shades of Bronze Olive #564C0C
Tints of Bronze Olive #564C0C
RGB
CMYK
RGB Variations
Color information
#564C0C (or 0x564C0C) is known color: Bronze Olive. HEX triplet: 56, 4C and 0C. RGB value is (86,76,12). Sum of RGB (Red+Green+Blue) = 86+76+12=174 (23% of max value = 765). Red value is 86 (33.98% from 255 or 49.43% from 174); Green value is 76 (30.08% from 255 or 43.68% from 174); Blue value is 12 (5.08% from 255 or 6.90% from 174); Max value from RGB is 86 - color contains mainly: red. Hex color #564C0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564C0C is #A9B3F3. Grayscale: #474747. Windows color (decimal): -11121652 or 805974. OLE color: 805974.
HSL color Cylindrical-coordinate representation of color #564C0C: hue angle of 51.89º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #564C0C is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 76 | 12 | - |
| CMYK | 0 | 0.12 | 0.86 | 0.66 |
| HSL | 51.89º | 0.76% | 0.19% | - |
| HSV(B) | 51.89º | 0.86% | 0.34% | - |
| XYZ | 6.49 | 7.17 | 1.39 | - |
| YUV | 71.69 | 94.31 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 76 | 12 | 0 | 0.12 | 0.86 | 0.66 | 51.89 | 0.76 | 0.19 |
| Hex | 56 | 4C | C | 0 | C | 56 | 42 | 34 | 4C | 13 |
| Octal | 126 | 114 | 14 | 0 | 14 | 126 | 102 | 64 | 114 | 23 |
| Binary | 1010110 | 1001100 | 1100 | 0 | 1100 | 1010110 | 1000010 | 110100 | 1001100 | 10011 |
Color Harmonies of #564C0C
Complementary color
Monochromatic Colors of #564C0C
Black with #564C0C
Text Example
Text Example
White with #564C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564C0C; }
p { color: rgb(86,76,12); }
H1.HeaderClassName
{
color: #564C0C;
}
.AnyTagClassName
{
color: #564C0C;
}
</style>
background-color css
<style>
a { background-color: #564C0C; }
a { background-color: rgb(86,76,12); }
div.DivClassName
{
background-color: #564C0C;
}
.BgClassName
{
background-color: #564C0C;
}
</style>
border-color css
<style>
span { border-color: #564C0C; }
span { border-color: rgb(86,76,12); }
td.TdClassName
{
border-color: #564C0C;
}
.TagClassName
{
border-color: #564C0C;
}
</style>