Shades of Bronze Olive #564B04
Tints of Bronze Olive #564B04
RGB
CMYK
RGB Variations
Color information
#564B04 (or 0x564B04) is known color: Bronze Olive. HEX triplet: 56, 4B and 04. RGB value is (86,75,4). Sum of RGB (Red+Green+Blue) = 86+75+4=165 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.12% from 165); Green value is 75 (29.69% from 255 or 45.45% from 165); Blue value is 4 (1.95% from 255 or 2.42% from 165); Max value from RGB is 86 - color contains mainly: red. Hex color #564B04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564B04 is #A9B4FB. Grayscale: #464646. Windows color (decimal): -11121916 or 281430. OLE color: 281430.
HSL color Cylindrical-coordinate representation of color #564B04: hue angle of 51.95º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #564B04 is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 75 | 4 | - |
| CMYK | 0 | 0.13 | 0.95 | 0.66 |
| HSL | 51.95º | 0.91% | 0.18% | - |
| HSV(B) | 51.95º | 0.95% | 0.34% | - |
| XYZ | 6.38 | 7.02 | 1.13 | - |
| YUV | 70.2 | 90.64 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 75 | 4 | 0 | 0.13 | 0.95 | 0.66 | 51.95 | 0.91 | 0.18 |
| Hex | 56 | 4B | 4 | 0 | D | 5F | 42 | 34 | 5B | 12 |
| Octal | 126 | 113 | 4 | 0 | 15 | 137 | 102 | 64 | 133 | 22 |
| Binary | 1010110 | 1001011 | 100 | 0 | 1101 | 1011111 | 1000010 | 110100 | 1011011 | 10010 |
Color Harmonies of #564B04
Complementary color
Monochromatic Colors of #564B04
Black with #564B04
Text Example
Text Example
White with #564B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564B04; }
p { color: rgb(86,75,4); }
H1.HeaderClassName
{
color: #564B04;
}
.AnyTagClassName
{
color: #564B04;
}
</style>
background-color css
<style>
a { background-color: #564B04; }
a { background-color: rgb(86,75,4); }
div.DivClassName
{
background-color: #564B04;
}
.BgClassName
{
background-color: #564B04;
}
</style>
border-color css
<style>
span { border-color: #564B04; }
span { border-color: rgb(86,75,4); }
td.TdClassName
{
border-color: #564B04;
}
.TagClassName
{
border-color: #564B04;
}
</style>