Shades of Bronze Olive #564B1C
Tints of Bronze Olive #564B1C
RGB
CMYK
RGB Variations
Color information
#564B1C (or 0x564B1C) is known color: Bronze Olive. HEX triplet: 56, 4B and 1C. RGB value is (86,75,28). Sum of RGB (Red+Green+Blue) = 86+75+28=189 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.50% from 189); Green value is 75 (29.69% from 255 or 39.68% from 189); Blue value is 28 (11.33% from 255 or 14.81% from 189); Max value from RGB is 86 - color contains mainly: red. Hex color #564B1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564B1C is #A9B4E3. Grayscale: #494949. Windows color (decimal): -11121892 or 1854294. OLE color: 1854294.
HSL color Cylindrical-coordinate representation of color #564B1C: hue angle of 48.62º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #564B1C is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 75 | 28 | - |
| CMYK | 0 | 0.13 | 0.67 | 0.66 |
| HSL | 48.62º | 0.51% | 0.22% | - |
| HSV(B) | 48.62º | 0.67% | 0.34% | - |
| XYZ | 6.56 | 7.09 | 2.12 | - |
| YUV | 72.93 | 102.64 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 75 | 28 | 0 | 0.13 | 0.67 | 0.66 | 48.62 | 0.51 | 0.22 |
| Hex | 56 | 4B | 1C | 0 | D | 43 | 42 | 31 | 33 | 16 |
| Octal | 126 | 113 | 34 | 0 | 15 | 103 | 102 | 61 | 63 | 26 |
| Binary | 1010110 | 1001011 | 11100 | 0 | 1101 | 1000011 | 1000010 | 110001 | 110011 | 10110 |
Color Harmonies of #564B1C
Complementary color
Monochromatic Colors of #564B1C
Black with #564B1C
Text Example
Text Example
White with #564B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564B1C; }
p { color: rgb(86,75,28); }
H1.HeaderClassName
{
color: #564B1C;
}
.AnyTagClassName
{
color: #564B1C;
}
</style>
background-color css
<style>
a { background-color: #564B1C; }
a { background-color: rgb(86,75,28); }
div.DivClassName
{
background-color: #564B1C;
}
.BgClassName
{
background-color: #564B1C;
}
</style>
border-color css
<style>
span { border-color: #564B1C; }
span { border-color: rgb(86,75,28); }
td.TdClassName
{
border-color: #564B1C;
}
.TagClassName
{
border-color: #564B1C;
}
</style>