Shades of Bronze Olive #56421B
Tints of Bronze Olive #56421B
RGB
CMYK
RGB Variations
Color information
#56421B (or 0x56421B) is known color: Bronze Olive. HEX triplet: 56, 42 and 1B. RGB value is (86,66,27). Sum of RGB (Red+Green+Blue) = 86+66+27=179 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.04% from 179); Green value is 66 (26.17% from 255 or 36.87% from 179); Blue value is 27 (10.94% from 255 or 15.08% from 179); Max value from RGB is 86 - color contains mainly: red. Hex color #56421B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56421B is #A9BDE4. Grayscale: #434343. Windows color (decimal): -11124197 or 1786454. OLE color: 1786454.
HSL color Cylindrical-coordinate representation of color #56421B: hue angle of 39.66º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #56421B is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 66 | 27 | - |
| CMYK | 0 | 0.23 | 0.69 | 0.66 |
| HSL | 39.66º | 0.52% | 0.22% | - |
| HSV(B) | 39.66º | 0.69% | 0.34% | - |
| XYZ | 5.98 | 5.95 | 1.87 | - |
| YUV | 67.53 | 105.13 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 66 | 27 | 0 | 0.23 | 0.69 | 0.66 | 39.66 | 0.52 | 0.22 |
| Hex | 56 | 42 | 1B | 0 | 17 | 45 | 42 | 28 | 34 | 16 |
| Octal | 126 | 102 | 33 | 0 | 27 | 105 | 102 | 50 | 64 | 26 |
| Binary | 1010110 | 1000010 | 11011 | 0 | 10111 | 1000101 | 1000010 | 101000 | 110100 | 10110 |
Color Harmonies of #56421B
Complementary color
Monochromatic Colors of #56421B
Black with #56421B
Text Example
Text Example
White with #56421B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56421B; }
p { color: rgb(86,66,27); }
H1.HeaderClassName
{
color: #56421B;
}
.AnyTagClassName
{
color: #56421B;
}
</style>
background-color css
<style>
a { background-color: #56421B; }
a { background-color: rgb(86,66,27); }
div.DivClassName
{
background-color: #56421B;
}
.BgClassName
{
background-color: #56421B;
}
</style>
border-color css
<style>
span { border-color: #56421B; }
span { border-color: rgb(86,66,27); }
td.TdClassName
{
border-color: #56421B;
}
.TagClassName
{
border-color: #56421B;
}
</style>