Shades of Bronze Olive #56531C
Tints of Bronze Olive #56531C
RGB
CMYK
RGB Variations
Color information
#56531C (or 0x56531C) is known color: Bronze Olive. HEX triplet: 56, 53 and 1C. RGB value is (86,83,28). Sum of RGB (Red+Green+Blue) = 86+83+28=197 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.65% from 197); Green value is 83 (32.81% from 255 or 42.13% from 197); Blue value is 28 (11.33% from 255 or 14.21% from 197); Max value from RGB is 86 - color contains mainly: red. Hex color #56531C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56531C is #A9ACE3. Grayscale: #4D4D4D. Windows color (decimal): -11119844 or 1856342. OLE color: 1856342.
HSL color Cylindrical-coordinate representation of color #56531C: hue angle of 56.9º 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 #56531C is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 83 | 28 | - |
| CMYK | 0 | 0.03 | 0.67 | 0.66 |
| HSL | 56.9º | 0.51% | 0.22% | - |
| HSV(B) | 56.9º | 0.67% | 0.34% | - |
| XYZ | 7.14 | 8.25 | 2.31 | - |
| YUV | 77.63 | 99.99 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 83 | 28 | 0 | 0.03 | 0.67 | 0.66 | 56.9 | 0.51 | 0.22 |
| Hex | 56 | 53 | 1C | 0 | 3 | 43 | 42 | 39 | 33 | 16 |
| Octal | 126 | 123 | 34 | 0 | 3 | 103 | 102 | 71 | 63 | 26 |
| Binary | 1010110 | 1010011 | 11100 | 0 | 11 | 1000011 | 1000010 | 111001 | 110011 | 10110 |
Color Harmonies of #56531C
Complementary color
Monochromatic Colors of #56531C
Black with #56531C
Text Example
Text Example
White with #56531C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56531C; }
p { color: rgb(86,83,28); }
H1.HeaderClassName
{
color: #56531C;
}
.AnyTagClassName
{
color: #56531C;
}
</style>
background-color css
<style>
a { background-color: #56531C; }
a { background-color: rgb(86,83,28); }
div.DivClassName
{
background-color: #56531C;
}
.BgClassName
{
background-color: #56531C;
}
</style>
border-color css
<style>
span { border-color: #56531C; }
span { border-color: rgb(86,83,28); }
td.TdClassName
{
border-color: #56531C;
}
.TagClassName
{
border-color: #56531C;
}
</style>