Shades of Bronze Olive #55430E
Tints of Bronze Olive #55430E
RGB
CMYK
RGB Variations
Color information
#55430E (or 0x55430E) is known color: Bronze Olive. HEX triplet: 55, 43 and 0E. RGB value is (85,67,14). Sum of RGB (Red+Green+Blue) = 85+67+14=166 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.20% from 166); Green value is 67 (26.56% from 255 or 40.36% from 166); Blue value is 14 (5.86% from 255 or 8.43% from 166); Max value from RGB is 85 - color contains mainly: red. Hex color #55430E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55430E is #AABCF1. Grayscale: #424242. Windows color (decimal): -11189490 or 934741. OLE color: 934741.
HSL color Cylindrical-coordinate representation of color #55430E: hue angle of 44.79º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #55430E is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 67 | 14 | - |
| CMYK | 0 | 0.21 | 0.84 | 0.67 |
| HSL | 44.79º | 0.72% | 0.19% | - |
| HSV(B) | 44.79º | 0.84% | 0.33% | - |
| XYZ | 5.83 | 5.98 | 1.26 | - |
| YUV | 66.34 | 98.46 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 67 | 14 | 0 | 0.21 | 0.84 | 0.67 | 44.79 | 0.72 | 0.19 |
| Hex | 55 | 43 | E | 0 | 15 | 54 | 43 | 2D | 48 | 13 |
| Octal | 125 | 103 | 16 | 0 | 25 | 124 | 103 | 55 | 110 | 23 |
| Binary | 1010101 | 1000011 | 1110 | 0 | 10101 | 1010100 | 1000011 | 101101 | 1001000 | 10011 |
Color Harmonies of #55430E
Complementary color
Monochromatic Colors of #55430E
Black with #55430E
Text Example
Text Example
White with #55430E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55430E; }
p { color: rgb(85,67,14); }
H1.HeaderClassName
{
color: #55430E;
}
.AnyTagClassName
{
color: #55430E;
}
</style>
background-color css
<style>
a { background-color: #55430E; }
a { background-color: rgb(85,67,14); }
div.DivClassName
{
background-color: #55430E;
}
.BgClassName
{
background-color: #55430E;
}
</style>
border-color css
<style>
span { border-color: #55430E; }
span { border-color: rgb(85,67,14); }
td.TdClassName
{
border-color: #55430E;
}
.TagClassName
{
border-color: #55430E;
}
</style>