Shades of Bronze Olive #55420F
Tints of Bronze Olive #55420F
RGB
CMYK
RGB Variations
Color information
#55420F (or 0x55420F) is known color: Bronze Olive. HEX triplet: 55, 42 and 0F. RGB value is (85,66,15). Sum of RGB (Red+Green+Blue) = 85+66+15=166 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.20% from 166); Green value is 66 (26.17% from 255 or 39.76% from 166); Blue value is 15 (6.25% from 255 or 9.04% from 166); Max value from RGB is 85 - color contains mainly: red. Hex color #55420F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55420F is #AABDF0. Grayscale: #424242. Windows color (decimal): -11189745 or 1000021. OLE color: 1000021.
HSL color Cylindrical-coordinate representation of color #55420F: hue angle of 43.71º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #55420F is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 66 | 15 | - |
| CMYK | 0 | 0.22 | 0.82 | 0.67 |
| HSL | 43.71º | 0.7% | 0.2% | - |
| HSV(B) | 43.71º | 0.82% | 0.33% | - |
| XYZ | 5.78 | 5.86 | 1.28 | - |
| YUV | 65.87 | 99.29 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 66 | 15 | 0 | 0.22 | 0.82 | 0.67 | 43.71 | 0.7 | 0.2 |
| Hex | 55 | 42 | F | 0 | 16 | 52 | 43 | 2C | 46 | 14 |
| Octal | 125 | 102 | 17 | 0 | 26 | 122 | 103 | 54 | 106 | 24 |
| Binary | 1010101 | 1000010 | 1111 | 0 | 10110 | 1010010 | 1000011 | 101100 | 1000110 | 10100 |
Color Harmonies of #55420F
Complementary color
Monochromatic Colors of #55420F
Black with #55420F
Text Example
Text Example
White with #55420F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55420F; }
p { color: rgb(85,66,15); }
H1.HeaderClassName
{
color: #55420F;
}
.AnyTagClassName
{
color: #55420F;
}
</style>
background-color css
<style>
a { background-color: #55420F; }
a { background-color: rgb(85,66,15); }
div.DivClassName
{
background-color: #55420F;
}
.BgClassName
{
background-color: #55420F;
}
</style>
border-color css
<style>
span { border-color: #55420F; }
span { border-color: rgb(85,66,15); }
td.TdClassName
{
border-color: #55420F;
}
.TagClassName
{
border-color: #55420F;
}
</style>