Shades of Bronze Olive #564B1B
Tints of Bronze Olive #564B1B
RGB
CMYK
RGB Variations
Color information
#564B1B (or 0x564B1B) is known color: Bronze Olive. HEX triplet: 56, 4B and 1B. RGB value is (86,75,27). Sum of RGB (Red+Green+Blue) = 86+75+27=188 (24% of max value = 765). Red value is 86 (33.98% from 255 or 45.74% from 188); Green value is 75 (29.69% from 255 or 39.89% from 188); Blue value is 27 (10.94% from 255 or 14.36% from 188); Max value from RGB is 86 - color contains mainly: red. Hex color #564B1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564B1B is #A9B4E4. Grayscale: #494949. Windows color (decimal): -11121893 or 1788758. OLE color: 1788758.
HSL color Cylindrical-coordinate representation of color #564B1B: hue angle of 48.81º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #564B1B is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 75 | 27 | - |
| CMYK | 0 | 0.13 | 0.69 | 0.66 |
| HSL | 48.81º | 0.52% | 0.22% | - |
| HSV(B) | 48.81º | 0.69% | 0.34% | - |
| XYZ | 6.55 | 7.09 | 2.06 | - |
| YUV | 72.82 | 102.14 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 75 | 27 | 0 | 0.13 | 0.69 | 0.66 | 48.81 | 0.52 | 0.22 |
| Hex | 56 | 4B | 1B | 0 | D | 45 | 42 | 31 | 34 | 16 |
| Octal | 126 | 113 | 33 | 0 | 15 | 105 | 102 | 61 | 64 | 26 |
| Binary | 1010110 | 1001011 | 11011 | 0 | 1101 | 1000101 | 1000010 | 110001 | 110100 | 10110 |
Color Harmonies of #564B1B
Complementary color
Monochromatic Colors of #564B1B
Black with #564B1B
Text Example
Text Example
White with #564B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564B1B; }
p { color: rgb(86,75,27); }
H1.HeaderClassName
{
color: #564B1B;
}
.AnyTagClassName
{
color: #564B1B;
}
</style>
background-color css
<style>
a { background-color: #564B1B; }
a { background-color: rgb(86,75,27); }
div.DivClassName
{
background-color: #564B1B;
}
.BgClassName
{
background-color: #564B1B;
}
</style>
border-color css
<style>
span { border-color: #564B1B; }
span { border-color: rgb(86,75,27); }
td.TdClassName
{
border-color: #564B1B;
}
.TagClassName
{
border-color: #564B1B;
}
</style>