Shades of Bronze Olive #564501
Tints of Bronze Olive #564501
RGB
CMYK
RGB Variations
Color information
#564501 (or 0x564501) is known color: Bronze Olive. HEX triplet: 56, 45 and 01. RGB value is (86,69,1). Sum of RGB (Red+Green+Blue) = 86+69+1=156 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.13% from 156); Green value is 69 (27.34% from 255 or 44.23% from 156); Blue value is 1 (0.78% from 255 or 0.64% from 156); Max value from RGB is 86 - color contains mainly: red. Hex color #564501 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564501 is #A9BAFE. Grayscale: #424242. Windows color (decimal): -11123455 or 83286. OLE color: 83286.
HSL color Cylindrical-coordinate representation of color #564501: hue angle of 48º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #564501 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 69 | 1 | - |
| CMYK | 0 | 0.20 | 0.99 | 0.66 |
| HSL | 48º | 0.98% | 0.17% | - |
| HSV(B) | 48º | 0.99% | 0.34% | - |
| XYZ | 5.97 | 6.24 | 0.92 | - |
| YUV | 66.33 | 91.13 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 69 | 1 | 0 | 0.20 | 0.99 | 0.66 | 48 | 0.98 | 0.17 |
| Hex | 56 | 45 | 1 | 0 | 14 | 63 | 42 | 30 | 62 | 11 |
| Octal | 126 | 105 | 1 | 0 | 24 | 143 | 102 | 60 | 142 | 21 |
| Binary | 1010110 | 1000101 | 1 | 0 | 10100 | 1100011 | 1000010 | 110000 | 1100010 | 10001 |
Color Harmonies of #564501
Complementary color
Monochromatic Colors of #564501
Black with #564501
Text Example
Text Example
White with #564501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564501; }
p { color: rgb(86,69,1); }
H1.HeaderClassName
{
color: #564501;
}
.AnyTagClassName
{
color: #564501;
}
</style>
background-color css
<style>
a { background-color: #564501; }
a { background-color: rgb(86,69,1); }
div.DivClassName
{
background-color: #564501;
}
.BgClassName
{
background-color: #564501;
}
</style>
border-color css
<style>
span { border-color: #564501; }
span { border-color: rgb(86,69,1); }
td.TdClassName
{
border-color: #564501;
}
.TagClassName
{
border-color: #564501;
}
</style>