Shades of Bronze Olive #564F08
Tints of Bronze Olive #564F08
RGB
CMYK
RGB Variations
Color information
#564F08 (or 0x564F08) is known color: Bronze Olive. HEX triplet: 56, 4F and 08. RGB value is (86,79,8). Sum of RGB (Red+Green+Blue) = 86+79+8=173 (22% of max value = 765). Red value is 86 (33.98% from 255 or 49.71% from 173); Green value is 79 (31.25% from 255 or 45.66% from 173); Blue value is 8 (3.52% from 255 or 4.62% from 173); Max value from RGB is 86 - color contains mainly: red. Hex color #564F08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #564F08 is #A9B0F7. Grayscale: #494949. Windows color (decimal): -11120888 or 544598. OLE color: 544598.
HSL color Cylindrical-coordinate representation of color #564F08: hue angle of 54.62º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #564F08 is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 79 | 8 | - |
| CMYK | 0 | 0.08 | 0.91 | 0.66 |
| HSL | 54.62º | 0.83% | 0.18% | - |
| HSV(B) | 54.62º | 0.91% | 0.34% | - |
| XYZ | 6.68 | 7.59 | 1.34 | - |
| YUV | 73 | 91.32 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 79 | 8 | 0 | 0.08 | 0.91 | 0.66 | 54.62 | 0.83 | 0.18 |
| Hex | 56 | 4F | 8 | 0 | 8 | 5B | 42 | 37 | 53 | 12 |
| Octal | 126 | 117 | 10 | 0 | 10 | 133 | 102 | 67 | 123 | 22 |
| Binary | 1010110 | 1001111 | 1000 | 0 | 1000 | 1011011 | 1000010 | 110111 | 1010011 | 10010 |
Color Harmonies of #564F08
Complementary color
Monochromatic Colors of #564F08
Black with #564F08
Text Example
Text Example
White with #564F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564F08; }
p { color: rgb(86,79,8); }
H1.HeaderClassName
{
color: #564F08;
}
.AnyTagClassName
{
color: #564F08;
}
</style>
background-color css
<style>
a { background-color: #564F08; }
a { background-color: rgb(86,79,8); }
div.DivClassName
{
background-color: #564F08;
}
.BgClassName
{
background-color: #564F08;
}
</style>
border-color css
<style>
span { border-color: #564F08; }
span { border-color: rgb(86,79,8); }
td.TdClassName
{
border-color: #564F08;
}
.TagClassName
{
border-color: #564F08;
}
</style>