Shades of Bronze Olive #55420C
Tints of Bronze Olive #55420C
RGB
CMYK
RGB Variations
Color information
#55420C (or 0x55420C) is known color: Bronze Olive. HEX triplet: 55, 42 and 0C. RGB value is (85,66,12). Sum of RGB (Red+Green+Blue) = 85+66+12=163 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.15% from 163); Green value is 66 (26.17% from 255 or 40.49% from 163); Blue value is 12 (5.08% from 255 or 7.36% from 163); Max value from RGB is 85 - color contains mainly: red. Hex color #55420C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55420C is #AABDF3. Grayscale: #414141. Windows color (decimal): -11189748 or 803413. OLE color: 803413.
HSL color Cylindrical-coordinate representation of color #55420C: hue angle of 44.38º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #55420C is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 66 | 12 | - |
| CMYK | 0 | 0.22 | 0.86 | 0.67 |
| HSL | 44.38º | 0.75% | 0.19% | - |
| HSV(B) | 44.38º | 0.86% | 0.33% | - |
| XYZ | 5.76 | 5.85 | 1.17 | - |
| YUV | 65.53 | 97.79 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 66 | 12 | 0 | 0.22 | 0.86 | 0.67 | 44.38 | 0.75 | 0.19 |
| Hex | 55 | 42 | C | 0 | 16 | 56 | 43 | 2C | 4B | 13 |
| Octal | 125 | 102 | 14 | 0 | 26 | 126 | 103 | 54 | 113 | 23 |
| Binary | 1010101 | 1000010 | 1100 | 0 | 10110 | 1010110 | 1000011 | 101100 | 1001011 | 10011 |
Color Harmonies of #55420C
Complementary color
Monochromatic Colors of #55420C
Black with #55420C
Text Example
Text Example
White with #55420C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55420C; }
p { color: rgb(85,66,12); }
H1.HeaderClassName
{
color: #55420C;
}
.AnyTagClassName
{
color: #55420C;
}
</style>
background-color css
<style>
a { background-color: #55420C; }
a { background-color: rgb(85,66,12); }
div.DivClassName
{
background-color: #55420C;
}
.BgClassName
{
background-color: #55420C;
}
</style>
border-color css
<style>
span { border-color: #55420C; }
span { border-color: rgb(85,66,12); }
td.TdClassName
{
border-color: #55420C;
}
.TagClassName
{
border-color: #55420C;
}
</style>