Shades of Bronze Olive #56411C
Tints of Bronze Olive #56411C
RGB
CMYK
RGB Variations
Color information
#56411C (or 0x56411C) is known color: Bronze Olive. HEX triplet: 56, 41 and 1C. RGB value is (86,65,28). Sum of RGB (Red+Green+Blue) = 86+65+28=179 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.04% from 179); Green value is 65 (25.78% from 255 or 36.31% from 179); Blue value is 28 (11.33% from 255 or 15.64% from 179); Max value from RGB is 86 - color contains mainly: red. Hex color #56411C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56411C is #A9BEE3. Grayscale: #434343. Windows color (decimal): -11124452 or 1851734. OLE color: 1851734.
HSL color Cylindrical-coordinate representation of color #56411C: hue angle of 38.28º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #56411C is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 65 | 28 | - |
| CMYK | 0 | 0.24 | 0.67 | 0.66 |
| HSL | 38.28º | 0.51% | 0.22% | - |
| HSV(B) | 38.28º | 0.67% | 0.34% | - |
| XYZ | 5.94 | 5.84 | 1.91 | - |
| YUV | 67.06 | 105.96 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 65 | 28 | 0 | 0.24 | 0.67 | 0.66 | 38.28 | 0.51 | 0.22 |
| Hex | 56 | 41 | 1C | 0 | 18 | 43 | 42 | 26 | 33 | 16 |
| Octal | 126 | 101 | 34 | 0 | 30 | 103 | 102 | 46 | 63 | 26 |
| Binary | 1010110 | 1000001 | 11100 | 0 | 11000 | 1000011 | 1000010 | 100110 | 110011 | 10110 |
Color Harmonies of #56411C
Complementary color
Monochromatic Colors of #56411C
Black with #56411C
Text Example
Text Example
White with #56411C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56411C; }
p { color: rgb(86,65,28); }
H1.HeaderClassName
{
color: #56411C;
}
.AnyTagClassName
{
color: #56411C;
}
</style>
background-color css
<style>
a { background-color: #56411C; }
a { background-color: rgb(86,65,28); }
div.DivClassName
{
background-color: #56411C;
}
.BgClassName
{
background-color: #56411C;
}
</style>
border-color css
<style>
span { border-color: #56411C; }
span { border-color: rgb(86,65,28); }
td.TdClassName
{
border-color: #56411C;
}
.TagClassName
{
border-color: #56411C;
}
</style>