Shades of Bronze Olive #56450C
Tints of Bronze Olive #56450C
RGB
CMYK
RGB Variations
Color information
#56450C (or 0x56450C) is known color: Bronze Olive. HEX triplet: 56, 45 and 0C. RGB value is (86,69,12). Sum of RGB (Red+Green+Blue) = 86+69+12=167 (22% of max value = 765). Red value is 86 (33.98% from 255 or 51.50% from 167); Green value is 69 (27.34% from 255 or 41.32% from 167); Blue value is 12 (5.08% from 255 or 7.19% from 167); Max value from RGB is 86 - color contains mainly: red. Hex color #56450C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #56450C is #A9BAF3. Grayscale: #434343. Windows color (decimal): -11123444 or 804182. OLE color: 804182.
HSL color Cylindrical-coordinate representation of color #56450C: hue angle of 46.22º 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 #56450C is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 69 | 12 | - |
| CMYK | 0 | 0.20 | 0.86 | 0.66 |
| HSL | 46.22º | 0.76% | 0.19% | - |
| HSV(B) | 46.22º | 0.86% | 0.34% | - |
| XYZ | 6.03 | 6.26 | 1.24 | - |
| YUV | 67.59 | 96.63 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 69 | 12 | 0 | 0.20 | 0.86 | 0.66 | 46.22 | 0.76 | 0.19 |
| Hex | 56 | 45 | C | 0 | 14 | 56 | 42 | 2E | 4C | 13 |
| Octal | 126 | 105 | 14 | 0 | 24 | 126 | 102 | 56 | 114 | 23 |
| Binary | 1010110 | 1000101 | 1100 | 0 | 10100 | 1010110 | 1000010 | 101110 | 1001100 | 10011 |
Color Harmonies of #56450C
Complementary color
Monochromatic Colors of #56450C
Black with #56450C
Text Example
Text Example
White with #56450C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56450C; }
p { color: rgb(86,69,12); }
H1.HeaderClassName
{
color: #56450C;
}
.AnyTagClassName
{
color: #56450C;
}
</style>
background-color css
<style>
a { background-color: #56450C; }
a { background-color: rgb(86,69,12); }
div.DivClassName
{
background-color: #56450C;
}
.BgClassName
{
background-color: #56450C;
}
</style>
border-color css
<style>
span { border-color: #56450C; }
span { border-color: rgb(86,69,12); }
td.TdClassName
{
border-color: #56450C;
}
.TagClassName
{
border-color: #56450C;
}
</style>