Shades of Bronze Olive #55420D
Tints of Bronze Olive #55420D
RGB
CMYK
RGB Variations
Color information
#55420D (or 0x55420D) is known color: Bronze Olive. HEX triplet: 55, 42 and 0D. RGB value is (85,66,13). Sum of RGB (Red+Green+Blue) = 85+66+13=164 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.83% from 164); Green value is 66 (26.17% from 255 or 40.24% from 164); Blue value is 13 (5.47% from 255 or 7.93% from 164); Max value from RGB is 85 - color contains mainly: red. Hex color #55420D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55420D is #AABDF2. Grayscale: #414141. Windows color (decimal): -11189747 or 868949. OLE color: 868949.
HSL color Cylindrical-coordinate representation of color #55420D: hue angle of 44.17º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #55420D is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 66 | 13 | - |
| CMYK | 0 | 0.22 | 0.85 | 0.67 |
| HSL | 44.17º | 0.73% | 0.19% | - |
| HSV(B) | 44.17º | 0.85% | 0.33% | - |
| XYZ | 5.77 | 5.86 | 1.21 | - |
| YUV | 65.64 | 98.29 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 66 | 13 | 0 | 0.22 | 0.85 | 0.67 | 44.17 | 0.73 | 0.19 |
| Hex | 55 | 42 | D | 0 | 16 | 55 | 43 | 2C | 49 | 13 |
| Octal | 125 | 102 | 15 | 0 | 26 | 125 | 103 | 54 | 111 | 23 |
| Binary | 1010101 | 1000010 | 1101 | 0 | 10110 | 1010101 | 1000011 | 101100 | 1001001 | 10011 |
Color Harmonies of #55420D
Complementary color
Monochromatic Colors of #55420D
Black with #55420D
Text Example
Text Example
White with #55420D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55420D; }
p { color: rgb(85,66,13); }
H1.HeaderClassName
{
color: #55420D;
}
.AnyTagClassName
{
color: #55420D;
}
</style>
background-color css
<style>
a { background-color: #55420D; }
a { background-color: rgb(85,66,13); }
div.DivClassName
{
background-color: #55420D;
}
.BgClassName
{
background-color: #55420D;
}
</style>
border-color css
<style>
span { border-color: #55420D; }
span { border-color: rgb(85,66,13); }
td.TdClassName
{
border-color: #55420D;
}
.TagClassName
{
border-color: #55420D;
}
</style>