Shades of Bronze Olive #564D12
Tints of Bronze Olive #564D12
RGB
CMYK
RGB Variations
Color information
#564D12 (or 0x564D12) is known color: Bronze Olive. HEX triplet: 56, 4D and 12. RGB value is (86,77,18). Sum of RGB (Red+Green+Blue) = 86+77+18=181 (23% of max value = 765). Red value is 86 (33.98% from 255 or 47.51% from 181); Green value is 77 (30.47% from 255 or 42.54% from 181); Blue value is 18 (7.42% from 255 or 9.94% from 181); Max value from RGB is 86 - color contains mainly: red. Hex color #564D12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #564D12 is #A9B2ED. Grayscale: #494949. Windows color (decimal): -11121390 or 1199446. OLE color: 1199446.
HSL color Cylindrical-coordinate representation of color #564D12: hue angle of 52.06º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #564D12 is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 77 | 18 | - |
| CMYK | 0 | 0.10 | 0.79 | 0.66 |
| HSL | 52.06º | 0.65% | 0.2% | - |
| HSV(B) | 52.06º | 0.79% | 0.34% | - |
| XYZ | 6.6 | 7.33 | 1.64 | - |
| YUV | 72.97 | 96.98 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 77 | 18 | 0 | 0.10 | 0.79 | 0.66 | 52.06 | 0.65 | 0.2 |
| Hex | 56 | 4D | 12 | 0 | A | 4F | 42 | 34 | 41 | 14 |
| Octal | 126 | 115 | 22 | 0 | 12 | 117 | 102 | 64 | 101 | 24 |
| Binary | 1010110 | 1001101 | 10010 | 0 | 1010 | 1001111 | 1000010 | 110100 | 1000001 | 10100 |
Color Harmonies of #564D12
Complementary color
Monochromatic Colors of #564D12
Black with #564D12
Text Example
Text Example
White with #564D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564D12; }
p { color: rgb(86,77,18); }
H1.HeaderClassName
{
color: #564D12;
}
.AnyTagClassName
{
color: #564D12;
}
</style>
background-color css
<style>
a { background-color: #564D12; }
a { background-color: rgb(86,77,18); }
div.DivClassName
{
background-color: #564D12;
}
.BgClassName
{
background-color: #564D12;
}
</style>
border-color css
<style>
span { border-color: #564D12; }
span { border-color: rgb(86,77,18); }
td.TdClassName
{
border-color: #564D12;
}
.TagClassName
{
border-color: #564D12;
}
</style>