Shades of Bronze Olive #56500F
Tints of Bronze Olive #56500F
RGB
CMYK
RGB Variations
Color information
#56500F (or 0x56500F) is known color: Bronze Olive. HEX triplet: 56, 50 and 0F. RGB value is (86,80,15). Sum of RGB (Red+Green+Blue) = 86+80+15=181 (23% of max value = 765). Red value is 86 (33.98% from 255 or 47.51% from 181); Green value is 80 (31.64% from 255 or 44.20% from 181); Blue value is 15 (6.25% from 255 or 8.29% from 181); Max value from RGB is 86 - color contains mainly: red. Hex color #56500F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56500F is #A9AFF0. Grayscale: #4A4A4A. Windows color (decimal): -11120625 or 1003606. OLE color: 1003606.
HSL color Cylindrical-coordinate representation of color #56500F: hue angle of 54.93º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #56500F is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 80 | 15 | - |
| CMYK | 0 | 0.07 | 0.83 | 0.66 |
| HSL | 54.93º | 0.7% | 0.2% | - |
| HSV(B) | 54.93º | 0.83% | 0.34% | - |
| XYZ | 6.79 | 7.75 | 1.59 | - |
| YUV | 74.38 | 94.49 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 80 | 15 | 0 | 0.07 | 0.83 | 0.66 | 54.93 | 0.7 | 0.2 |
| Hex | 56 | 50 | F | 0 | 7 | 53 | 42 | 37 | 46 | 14 |
| Octal | 126 | 120 | 17 | 0 | 7 | 123 | 102 | 67 | 106 | 24 |
| Binary | 1010110 | 1010000 | 1111 | 0 | 111 | 1010011 | 1000010 | 110111 | 1000110 | 10100 |
Color Harmonies of #56500F
Complementary color
Monochromatic Colors of #56500F
Black with #56500F
Text Example
Text Example
White with #56500F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56500F; }
p { color: rgb(86,80,15); }
H1.HeaderClassName
{
color: #56500F;
}
.AnyTagClassName
{
color: #56500F;
}
</style>
background-color css
<style>
a { background-color: #56500F; }
a { background-color: rgb(86,80,15); }
div.DivClassName
{
background-color: #56500F;
}
.BgClassName
{
background-color: #56500F;
}
</style>
border-color css
<style>
span { border-color: #56500F; }
span { border-color: rgb(86,80,15); }
td.TdClassName
{
border-color: #56500F;
}
.TagClassName
{
border-color: #56500F;
}
</style>