Shades of Bronze Olive #564A02
Tints of Bronze Olive #564A02
RGB
CMYK
RGB Variations
Color information
#564A02 (or 0x564A02) is known color: Bronze Olive. HEX triplet: 56, 4A and 02. RGB value is (86,74,2). Sum of RGB (Red+Green+Blue) = 86+74+2=162 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.09% from 162); Green value is 74 (29.30% from 255 or 45.68% from 162); Blue value is 2 (1.17% from 255 or 1.23% from 162); Max value from RGB is 86 - color contains mainly: red. Hex color #564A02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564A02 is #A9B5FD. Grayscale: #454545. Windows color (decimal): -11122174 or 150102. OLE color: 150102.
HSL color Cylindrical-coordinate representation of color #564A02: hue angle of 51.43º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #564A02 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 74 | 2 | - |
| CMYK | 0 | 0.14 | 0.98 | 0.66 |
| HSL | 51.43º | 0.95% | 0.17% | - |
| HSV(B) | 51.43º | 0.98% | 0.34% | - |
| XYZ | 6.3 | 6.88 | 1.05 | - |
| YUV | 69.38 | 89.98 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 74 | 2 | 0 | 0.14 | 0.98 | 0.66 | 51.43 | 0.95 | 0.17 |
| Hex | 56 | 4A | 2 | 0 | E | 62 | 42 | 33 | 5F | 11 |
| Octal | 126 | 112 | 2 | 0 | 16 | 142 | 102 | 63 | 137 | 21 |
| Binary | 1010110 | 1001010 | 10 | 0 | 1110 | 1100010 | 1000010 | 110011 | 1011111 | 10001 |
Color Harmonies of #564A02
Complementary color
Monochromatic Colors of #564A02
Black with #564A02
Text Example
Text Example
White with #564A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564A02; }
p { color: rgb(86,74,2); }
H1.HeaderClassName
{
color: #564A02;
}
.AnyTagClassName
{
color: #564A02;
}
</style>
background-color css
<style>
a { background-color: #564A02; }
a { background-color: rgb(86,74,2); }
div.DivClassName
{
background-color: #564A02;
}
.BgClassName
{
background-color: #564A02;
}
</style>
border-color css
<style>
span { border-color: #564A02; }
span { border-color: rgb(86,74,2); }
td.TdClassName
{
border-color: #564A02;
}
.TagClassName
{
border-color: #564A02;
}
</style>