Shades of Bronze Olive #56440C
Tints of Bronze Olive #56440C
RGB
CMYK
RGB Variations
Color information
#56440C (or 0x56440C) is known color: Bronze Olive. HEX triplet: 56, 44 and 0C. RGB value is (86,68,12). Sum of RGB (Red+Green+Blue) = 86+68+12=166 (21% of max value = 765). Red value is 86 (33.98% from 255 or 51.81% from 166); Green value is 68 (26.95% from 255 or 40.96% from 166); Blue value is 12 (5.08% from 255 or 7.23% from 166); Max value from RGB is 86 - color contains mainly: red. Hex color #56440C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #56440C is #A9BBF3. Grayscale: #434343. Windows color (decimal): -11123700 or 803926. OLE color: 803926.
HSL color Cylindrical-coordinate representation of color #56440C: hue angle of 45.41º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #56440C is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 68 | 12 | - |
| CMYK | 0 | 0.21 | 0.86 | 0.66 |
| HSL | 45.41º | 0.76% | 0.19% | - |
| HSV(B) | 45.41º | 0.86% | 0.34% | - |
| XYZ | 5.97 | 6.14 | 1.22 | - |
| YUV | 67 | 96.96 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 68 | 12 | 0 | 0.21 | 0.86 | 0.66 | 45.41 | 0.76 | 0.19 |
| Hex | 56 | 44 | C | 0 | 15 | 56 | 42 | 2D | 4C | 13 |
| Octal | 126 | 104 | 14 | 0 | 25 | 126 | 102 | 55 | 114 | 23 |
| Binary | 1010110 | 1000100 | 1100 | 0 | 10101 | 1010110 | 1000010 | 101101 | 1001100 | 10011 |
Color Harmonies of #56440C
Complementary color
Monochromatic Colors of #56440C
Black with #56440C
Text Example
Text Example
White with #56440C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56440C; }
p { color: rgb(86,68,12); }
H1.HeaderClassName
{
color: #56440C;
}
.AnyTagClassName
{
color: #56440C;
}
</style>
background-color css
<style>
a { background-color: #56440C; }
a { background-color: rgb(86,68,12); }
div.DivClassName
{
background-color: #56440C;
}
.BgClassName
{
background-color: #56440C;
}
</style>
border-color css
<style>
span { border-color: #56440C; }
span { border-color: rgb(86,68,12); }
td.TdClassName
{
border-color: #56440C;
}
.TagClassName
{
border-color: #56440C;
}
</style>