Shades of Bronze Olive #56500B
Tints of Bronze Olive #56500B
RGB
CMYK
RGB Variations
Color information
#56500B (or 0x56500B) is known color: Bronze Olive. HEX triplet: 56, 50 and 0B. RGB value is (86,80,11). Sum of RGB (Red+Green+Blue) = 86+80+11=177 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.59% from 177); Green value is 80 (31.64% from 255 or 45.20% from 177); Blue value is 11 (4.69% from 255 or 6.21% from 177); Max value from RGB is 86 - color contains mainly: red. Hex color #56500B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56500B is #A9AFF4. Grayscale: #4A4A4A. Windows color (decimal): -11120629 or 741462. OLE color: 741462.
HSL color Cylindrical-coordinate representation of color #56500B: hue angle of 55.2º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #56500B is Cyan = 0, Magento = 0.07, Yellow = 0.87 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 80 | 11 | - |
| CMYK | 0 | 0.07 | 0.87 | 0.66 |
| HSL | 55.2º | 0.77% | 0.19% | - |
| HSV(B) | 55.2º | 0.87% | 0.34% | - |
| XYZ | 6.77 | 7.74 | 1.45 | - |
| YUV | 73.93 | 92.49 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 80 | 11 | 0 | 0.07 | 0.87 | 0.66 | 55.2 | 0.77 | 0.19 |
| Hex | 56 | 50 | B | 0 | 7 | 57 | 42 | 37 | 4D | 13 |
| Octal | 126 | 120 | 13 | 0 | 7 | 127 | 102 | 67 | 115 | 23 |
| Binary | 1010110 | 1010000 | 1011 | 0 | 111 | 1010111 | 1000010 | 110111 | 1001101 | 10011 |
Color Harmonies of #56500B
Complementary color
Monochromatic Colors of #56500B
Black with #56500B
Text Example
Text Example
White with #56500B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56500B; }
p { color: rgb(86,80,11); }
H1.HeaderClassName
{
color: #56500B;
}
.AnyTagClassName
{
color: #56500B;
}
</style>
background-color css
<style>
a { background-color: #56500B; }
a { background-color: rgb(86,80,11); }
div.DivClassName
{
background-color: #56500B;
}
.BgClassName
{
background-color: #56500B;
}
</style>
border-color css
<style>
span { border-color: #56500B; }
span { border-color: rgb(86,80,11); }
td.TdClassName
{
border-color: #56500B;
}
.TagClassName
{
border-color: #56500B;
}
</style>