Shades of Bronze Olive #56430A
Tints of Bronze Olive #56430A
RGB
CMYK
RGB Variations
Color information
#56430A (or 0x56430A) is known color: Bronze Olive. HEX triplet: 56, 43 and 0A. RGB value is (86,67,10). Sum of RGB (Red+Green+Blue) = 86+67+10=163 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.76% from 163); Green value is 67 (26.56% from 255 or 41.10% from 163); Blue value is 10 (4.30% from 255 or 6.13% from 163); Max value from RGB is 86 - color contains mainly: red. Hex color #56430A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #56430A is #A9BCF5. Grayscale: #424242. Windows color (decimal): -11123958 or 672598. OLE color: 672598.
HSL color Cylindrical-coordinate representation of color #56430A: hue angle of 45º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #56430A is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 67 | 10 | - |
| CMYK | 0 | 0.22 | 0.88 | 0.66 |
| HSL | 45º | 0.79% | 0.19% | - |
| HSV(B) | 45º | 0.88% | 0.34% | - |
| XYZ | 5.9 | 6.01 | 1.14 | - |
| YUV | 66.18 | 96.29 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 67 | 10 | 0 | 0.22 | 0.88 | 0.66 | 45 | 0.79 | 0.19 |
| Hex | 56 | 43 | A | 0 | 16 | 58 | 42 | 2D | 4F | 13 |
| Octal | 126 | 103 | 12 | 0 | 26 | 130 | 102 | 55 | 117 | 23 |
| Binary | 1010110 | 1000011 | 1010 | 0 | 10110 | 1011000 | 1000010 | 101101 | 1001111 | 10011 |
Color Harmonies of #56430A
Complementary color
Monochromatic Colors of #56430A
Black with #56430A
Text Example
Text Example
White with #56430A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56430A; }
p { color: rgb(86,67,10); }
H1.HeaderClassName
{
color: #56430A;
}
.AnyTagClassName
{
color: #56430A;
}
</style>
background-color css
<style>
a { background-color: #56430A; }
a { background-color: rgb(86,67,10); }
div.DivClassName
{
background-color: #56430A;
}
.BgClassName
{
background-color: #56430A;
}
</style>
border-color css
<style>
span { border-color: #56430A; }
span { border-color: rgb(86,67,10); }
td.TdClassName
{
border-color: #56430A;
}
.TagClassName
{
border-color: #56430A;
}
</style>