Shades of Bronze Olive #564B25
Tints of Bronze Olive #564B25
RGB
CMYK
RGB Variations
Color information
#564B25 (or 0x564B25) is known color: Bronze Olive. HEX triplet: 56, 4B and 25. RGB value is (86,75,37). Sum of RGB (Red+Green+Blue) = 86+75+37=198 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.43% from 198); Green value is 75 (29.69% from 255 or 37.88% from 198); Blue value is 37 (14.84% from 255 or 18.69% from 198); Max value from RGB is 86 - color contains mainly: red. Hex color #564B25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564B25 is #A9B4DA. Grayscale: #4A4A4A. Windows color (decimal): -11121883 or 2444118. OLE color: 2444118.
HSL color Cylindrical-coordinate representation of color #564B25: hue angle of 46.53º 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 #564B25 is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 75 | 37 | - |
| CMYK | 0 | 0.13 | 0.57 | 0.66 |
| HSL | 46.53º | 0.4% | 0.24% | - |
| HSV(B) | 46.53º | 0.57% | 0.34% | - |
| XYZ | 6.69 | 7.14 | 2.78 | - |
| YUV | 73.96 | 107.14 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 75 | 37 | 0 | 0.13 | 0.57 | 0.66 | 46.53 | 0.4 | 0.24 |
| Hex | 56 | 4B | 25 | 0 | D | 39 | 42 | 2F | 28 | 18 |
| Octal | 126 | 113 | 45 | 0 | 15 | 71 | 102 | 57 | 50 | 30 |
| Binary | 1010110 | 1001011 | 100101 | 0 | 1101 | 111001 | 1000010 | 101111 | 101000 | 11000 |
Color Harmonies of #564B25
Complementary color
Monochromatic Colors of #564B25
Black with #564B25
Text Example
Text Example
White with #564B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564B25; }
p { color: rgb(86,75,37); }
H1.HeaderClassName
{
color: #564B25;
}
.AnyTagClassName
{
color: #564B25;
}
</style>
background-color css
<style>
a { background-color: #564B25; }
a { background-color: rgb(86,75,37); }
div.DivClassName
{
background-color: #564B25;
}
.BgClassName
{
background-color: #564B25;
}
</style>
border-color css
<style>
span { border-color: #564B25; }
span { border-color: rgb(86,75,37); }
td.TdClassName
{
border-color: #564B25;
}
.TagClassName
{
border-color: #564B25;
}
</style>