Shades of Bronze Olive #56500D
Tints of Bronze Olive #56500D
RGB
CMYK
RGB Variations
Color information
#56500D (or 0x56500D) is known color: Bronze Olive. HEX triplet: 56, 50 and 0D. RGB value is (86,80,13). Sum of RGB (Red+Green+Blue) = 86+80+13=179 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.04% from 179); Green value is 80 (31.64% from 255 or 44.69% from 179); Blue value is 13 (5.47% from 255 or 7.26% from 179); Max value from RGB is 86 - color contains mainly: red. Hex color #56500D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56500D is #A9AFF2. Grayscale: #4A4A4A. Windows color (decimal): -11120627 or 872534. OLE color: 872534.
HSL color Cylindrical-coordinate representation of color #56500D: hue angle of 55.07º degrees, saturation: 0.74, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #56500D is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 80 | 13 | - |
| CMYK | 0 | 0.07 | 0.85 | 0.66 |
| HSL | 55.07º | 0.74% | 0.19% | - |
| HSV(B) | 55.07º | 0.85% | 0.34% | - |
| XYZ | 6.78 | 7.74 | 1.52 | - |
| YUV | 74.16 | 93.49 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 80 | 13 | 0 | 0.07 | 0.85 | 0.66 | 55.07 | 0.74 | 0.19 |
| Hex | 56 | 50 | D | 0 | 7 | 55 | 42 | 37 | 4A | 13 |
| Octal | 126 | 120 | 15 | 0 | 7 | 125 | 102 | 67 | 112 | 23 |
| Binary | 1010110 | 1010000 | 1101 | 0 | 111 | 1010101 | 1000010 | 110111 | 1001010 | 10011 |
Color Harmonies of #56500D
Complementary color
Monochromatic Colors of #56500D
Black with #56500D
Text Example
Text Example
White with #56500D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56500D; }
p { color: rgb(86,80,13); }
H1.HeaderClassName
{
color: #56500D;
}
.AnyTagClassName
{
color: #56500D;
}
</style>
background-color css
<style>
a { background-color: #56500D; }
a { background-color: rgb(86,80,13); }
div.DivClassName
{
background-color: #56500D;
}
.BgClassName
{
background-color: #56500D;
}
</style>
border-color css
<style>
span { border-color: #56500D; }
span { border-color: rgb(86,80,13); }
td.TdClassName
{
border-color: #56500D;
}
.TagClassName
{
border-color: #56500D;
}
</style>