Shades of Bronze Olive #55421E
Tints of Bronze Olive #55421E
RGB
CMYK
RGB Variations
Color information
#55421E (or 0x55421E) is known color: Bronze Olive. HEX triplet: 55, 42 and 1E. RGB value is (85,66,30). Sum of RGB (Red+Green+Blue) = 85+66+30=181 (23% of max value = 765). Red value is 85 (33.59% from 255 or 46.96% from 181); Green value is 66 (26.17% from 255 or 36.46% from 181); Blue value is 30 (12.11% from 255 or 16.57% from 181); Max value from RGB is 85 - color contains mainly: red. Hex color #55421E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55421E is #AABDE1. Grayscale: #434343. Windows color (decimal): -11189730 or 1983061. OLE color: 1983061.
HSL color Cylindrical-coordinate representation of color #55421E: hue angle of 39.27º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55421E is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 66 | 30 | - |
| CMYK | 0 | 0.22 | 0.65 | 0.67 |
| HSL | 39.27º | 0.48% | 0.23% | - |
| HSV(B) | 39.27º | 0.65% | 0.33% | - |
| XYZ | 5.93 | 5.92 | 2.06 | - |
| YUV | 67.58 | 106.79 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 66 | 30 | 0 | 0.22 | 0.65 | 0.67 | 39.27 | 0.48 | 0.23 |
| Hex | 55 | 42 | 1E | 0 | 16 | 41 | 43 | 27 | 30 | 17 |
| Octal | 125 | 102 | 36 | 0 | 26 | 101 | 103 | 47 | 60 | 27 |
| Binary | 1010101 | 1000010 | 11110 | 0 | 10110 | 1000001 | 1000011 | 100111 | 110000 | 10111 |
Color Harmonies of #55421E
Complementary color
Monochromatic Colors of #55421E
Black with #55421E
Text Example
Text Example
White with #55421E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55421E; }
p { color: rgb(85,66,30); }
H1.HeaderClassName
{
color: #55421E;
}
.AnyTagClassName
{
color: #55421E;
}
</style>
background-color css
<style>
a { background-color: #55421E; }
a { background-color: rgb(85,66,30); }
div.DivClassName
{
background-color: #55421E;
}
.BgClassName
{
background-color: #55421E;
}
</style>
border-color css
<style>
span { border-color: #55421E; }
span { border-color: rgb(85,66,30); }
td.TdClassName
{
border-color: #55421E;
}
.TagClassName
{
border-color: #55421E;
}
</style>