Shades of Bronze Olive #55421F
Tints of Bronze Olive #55421F
RGB
CMYK
RGB Variations
Color information
#55421F (or 0x55421F) is known color: Bronze Olive. HEX triplet: 55, 42 and 1F. RGB value is (85,66,31). Sum of RGB (Red+Green+Blue) = 85+66+31=182 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.70% from 182); Green value is 66 (26.17% from 255 or 36.26% from 182); Blue value is 31 (12.5% from 255 or 17.03% from 182); Max value from RGB is 85 - color contains mainly: red. Hex color #55421F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55421F is #AABDE0. Grayscale: #434343. Windows color (decimal): -11189729 or 2048597. OLE color: 2048597.
HSL color Cylindrical-coordinate representation of color #55421F: hue angle of 38.89º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55421F is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 66 | 31 | - |
| CMYK | 0 | 0.22 | 0.64 | 0.67 |
| HSL | 38.89º | 0.47% | 0.23% | - |
| HSV(B) | 38.89º | 0.64% | 0.33% | - |
| XYZ | 5.94 | 5.93 | 2.13 | - |
| YUV | 67.69 | 107.29 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 66 | 31 | 0 | 0.22 | 0.64 | 0.67 | 38.89 | 0.47 | 0.23 |
| Hex | 55 | 42 | 1F | 0 | 16 | 40 | 43 | 27 | 2F | 17 |
| Octal | 125 | 102 | 37 | 0 | 26 | 100 | 103 | 47 | 57 | 27 |
| Binary | 1010101 | 1000010 | 11111 | 0 | 10110 | 1000000 | 1000011 | 100111 | 101111 | 10111 |
Color Harmonies of #55421F
Complementary color
Monochromatic Colors of #55421F
Black with #55421F
Text Example
Text Example
White with #55421F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55421F; }
p { color: rgb(85,66,31); }
H1.HeaderClassName
{
color: #55421F;
}
.AnyTagClassName
{
color: #55421F;
}
</style>
background-color css
<style>
a { background-color: #55421F; }
a { background-color: rgb(85,66,31); }
div.DivClassName
{
background-color: #55421F;
}
.BgClassName
{
background-color: #55421F;
}
</style>
border-color css
<style>
span { border-color: #55421F; }
span { border-color: rgb(85,66,31); }
td.TdClassName
{
border-color: #55421F;
}
.TagClassName
{
border-color: #55421F;
}
</style>