Shades of Bronze Olive #564A25
Tints of Bronze Olive #564A25
RGB
CMYK
RGB Variations
Color information
#564A25 (or 0x564A25) is known color: Bronze Olive. HEX triplet: 56, 4A and 25. RGB value is (86,74,37). Sum of RGB (Red+Green+Blue) = 86+74+37=197 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.65% from 197); Green value is 74 (29.30% from 255 or 37.56% from 197); Blue value is 37 (14.84% from 255 or 18.78% from 197); Max value from RGB is 86 - color contains mainly: red. Hex color #564A25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564A25 is #A9B5DA. Grayscale: #494949. Windows color (decimal): -11122139 or 2443862. OLE color: 2443862.
HSL color Cylindrical-coordinate representation of color #564A25: hue angle of 45.31º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #564A25 is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 74 | 37 | - |
| CMYK | 0 | 0.14 | 0.57 | 0.66 |
| HSL | 45.31º | 0.4% | 0.24% | - |
| HSV(B) | 45.31º | 0.57% | 0.34% | - |
| XYZ | 6.62 | 7.01 | 2.75 | - |
| YUV | 73.37 | 107.48 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 74 | 37 | 0 | 0.14 | 0.57 | 0.66 | 45.31 | 0.4 | 0.24 |
| Hex | 56 | 4A | 25 | 0 | E | 39 | 42 | 2D | 28 | 18 |
| Octal | 126 | 112 | 45 | 0 | 16 | 71 | 102 | 55 | 50 | 30 |
| Binary | 1010110 | 1001010 | 100101 | 0 | 1110 | 111001 | 1000010 | 101101 | 101000 | 11000 |
Color Harmonies of #564A25
Complementary color
Monochromatic Colors of #564A25
Black with #564A25
Text Example
Text Example
White with #564A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564A25; }
p { color: rgb(86,74,37); }
H1.HeaderClassName
{
color: #564A25;
}
.AnyTagClassName
{
color: #564A25;
}
</style>
background-color css
<style>
a { background-color: #564A25; }
a { background-color: rgb(86,74,37); }
div.DivClassName
{
background-color: #564A25;
}
.BgClassName
{
background-color: #564A25;
}
</style>
border-color css
<style>
span { border-color: #564A25; }
span { border-color: rgb(86,74,37); }
td.TdClassName
{
border-color: #564A25;
}
.TagClassName
{
border-color: #564A25;
}
</style>