Shades of Bronze Olive #564313
Tints of Bronze Olive #564313
RGB
CMYK
RGB Variations
Color information
#564313 (or 0x564313) is known color: Bronze Olive. HEX triplet: 56, 43 and 13. RGB value is (86,67,19). Sum of RGB (Red+Green+Blue) = 86+67+19=172 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50% from 172); Green value is 67 (26.56% from 255 or 38.95% from 172); Blue value is 19 (7.81% from 255 or 11.05% from 172); Max value from RGB is 86 - color contains mainly: red. Hex color #564313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564313 is #A9BCEC. Grayscale: #434343. Windows color (decimal): -11123949 or 1262422. OLE color: 1262422.
HSL color Cylindrical-coordinate representation of color #564313: hue angle of 42.99º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #564313 is Cyan = 0, Magento = 0.22, Yellow = 0.78 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 67 | 19 | - |
| CMYK | 0 | 0.22 | 0.78 | 0.66 |
| HSL | 42.99º | 0.64% | 0.21% | - |
| HSV(B) | 42.99º | 0.78% | 0.34% | - |
| XYZ | 5.96 | 6.04 | 1.47 | - |
| YUV | 67.21 | 100.79 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 67 | 19 | 0 | 0.22 | 0.78 | 0.66 | 42.99 | 0.64 | 0.21 |
| Hex | 56 | 43 | 13 | 0 | 16 | 4E | 42 | 2B | 40 | 15 |
| Octal | 126 | 103 | 23 | 0 | 26 | 116 | 102 | 53 | 100 | 25 |
| Binary | 1010110 | 1000011 | 10011 | 0 | 10110 | 1001110 | 1000010 | 101011 | 1000000 | 10101 |
Color Harmonies of #564313
Complementary color
Monochromatic Colors of #564313
Black with #564313
Text Example
Text Example
White with #564313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564313; }
p { color: rgb(86,67,19); }
H1.HeaderClassName
{
color: #564313;
}
.AnyTagClassName
{
color: #564313;
}
</style>
background-color css
<style>
a { background-color: #564313; }
a { background-color: rgb(86,67,19); }
div.DivClassName
{
background-color: #564313;
}
.BgClassName
{
background-color: #564313;
}
</style>
border-color css
<style>
span { border-color: #564313; }
span { border-color: rgb(86,67,19); }
td.TdClassName
{
border-color: #564313;
}
.TagClassName
{
border-color: #564313;
}
</style>