Shades of Bronze Olive #564B12
Tints of Bronze Olive #564B12
RGB
CMYK
RGB Variations
Color information
#564B12 (or 0x564B12) is known color: Bronze Olive. HEX triplet: 56, 4B and 12. RGB value is (86,75,18). Sum of RGB (Red+Green+Blue) = 86+75+18=179 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.04% from 179); Green value is 75 (29.69% from 255 or 41.90% from 179); Blue value is 18 (7.42% from 255 or 10.06% from 179); Max value from RGB is 86 - color contains mainly: red. Hex color #564B12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564B12 is #A9B4ED. Grayscale: #484848. Windows color (decimal): -11121902 or 1198934. OLE color: 1198934.
HSL color Cylindrical-coordinate representation of color #564B12: hue angle of 50.29º 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 #564B12 is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 75 | 18 | - |
| CMYK | 0 | 0.13 | 0.79 | 0.66 |
| HSL | 50.29º | 0.65% | 0.2% | - |
| HSV(B) | 50.29º | 0.79% | 0.34% | - |
| XYZ | 6.46 | 7.05 | 1.59 | - |
| YUV | 71.79 | 97.64 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 75 | 18 | 0 | 0.13 | 0.79 | 0.66 | 50.29 | 0.65 | 0.2 |
| Hex | 56 | 4B | 12 | 0 | D | 4F | 42 | 32 | 41 | 14 |
| Octal | 126 | 113 | 22 | 0 | 15 | 117 | 102 | 62 | 101 | 24 |
| Binary | 1010110 | 1001011 | 10010 | 0 | 1101 | 1001111 | 1000010 | 110010 | 1000001 | 10100 |
Color Harmonies of #564B12
Complementary color
Monochromatic Colors of #564B12
Black with #564B12
Text Example
Text Example
White with #564B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564B12; }
p { color: rgb(86,75,18); }
H1.HeaderClassName
{
color: #564B12;
}
.AnyTagClassName
{
color: #564B12;
}
</style>
background-color css
<style>
a { background-color: #564B12; }
a { background-color: rgb(86,75,18); }
div.DivClassName
{
background-color: #564B12;
}
.BgClassName
{
background-color: #564B12;
}
</style>
border-color css
<style>
span { border-color: #564B12; }
span { border-color: rgb(86,75,18); }
td.TdClassName
{
border-color: #564B12;
}
.TagClassName
{
border-color: #564B12;
}
</style>