Shades of Bronze Olive #56481E
Tints of Bronze Olive #56481E
RGB
CMYK
RGB Variations
Color information
#56481E (or 0x56481E) is known color: Bronze Olive. HEX triplet: 56, 48 and 1E. RGB value is (86,72,30). Sum of RGB (Red+Green+Blue) = 86+72+30=188 (24% of max value = 765). Red value is 86 (33.98% from 255 or 45.74% from 188); Green value is 72 (28.52% from 255 or 38.30% from 188); Blue value is 30 (12.11% from 255 or 15.96% from 188); Max value from RGB is 86 - color contains mainly: red. Hex color #56481E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56481E is #A9B7E1. Grayscale: #474747. Windows color (decimal): -11122658 or 1984598. OLE color: 1984598.
HSL color Cylindrical-coordinate representation of color #56481E: hue angle of 45º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #56481E is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 72 | 30 | - |
| CMYK | 0 | 0.16 | 0.65 | 0.66 |
| HSL | 45º | 0.48% | 0.23% | - |
| HSV(B) | 45º | 0.65% | 0.34% | - |
| XYZ | 6.39 | 6.71 | 2.19 | - |
| YUV | 71.4 | 104.64 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 72 | 30 | 0 | 0.16 | 0.65 | 0.66 | 45 | 0.48 | 0.23 |
| Hex | 56 | 48 | 1E | 0 | 10 | 41 | 42 | 2D | 30 | 17 |
| Octal | 126 | 110 | 36 | 0 | 20 | 101 | 102 | 55 | 60 | 27 |
| Binary | 1010110 | 1001000 | 11110 | 0 | 10000 | 1000001 | 1000010 | 101101 | 110000 | 10111 |
Color Harmonies of #56481E
Complementary color
Monochromatic Colors of #56481E
Black with #56481E
Text Example
Text Example
White with #56481E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56481E; }
p { color: rgb(86,72,30); }
H1.HeaderClassName
{
color: #56481E;
}
.AnyTagClassName
{
color: #56481E;
}
</style>
background-color css
<style>
a { background-color: #56481E; }
a { background-color: rgb(86,72,30); }
div.DivClassName
{
background-color: #56481E;
}
.BgClassName
{
background-color: #56481E;
}
</style>
border-color css
<style>
span { border-color: #56481E; }
span { border-color: rgb(86,72,30); }
td.TdClassName
{
border-color: #56481E;
}
.TagClassName
{
border-color: #56481E;
}
</style>