Shades of Bronze Olive #55471C
Tints of Bronze Olive #55471C
RGB
CMYK
RGB Variations
Color information
#55471C (or 0x55471C) is known color: Bronze Olive. HEX triplet: 55, 47 and 1C. RGB value is (85,71,28). Sum of RGB (Red+Green+Blue) = 85+71+28=184 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.20% from 184); Green value is 71 (28.12% from 255 or 38.59% from 184); Blue value is 28 (11.33% from 255 or 15.22% from 184); Max value from RGB is 85 - color contains mainly: red. Hex color #55471C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55471C is #AAB8E3. Grayscale: #464646. Windows color (decimal): -11188452 or 1853269. OLE color: 1853269.
HSL color Cylindrical-coordinate representation of color #55471C: hue angle of 45.26º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55471C is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 71 | 28 | - |
| CMYK | 0 | 0.16 | 0.67 | 0.67 |
| HSL | 45.26º | 0.5% | 0.22% | - |
| HSV(B) | 45.26º | 0.67% | 0.33% | - |
| XYZ | 6.21 | 6.52 | 2.03 | - |
| YUV | 70.28 | 104.14 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 71 | 28 | 0 | 0.16 | 0.67 | 0.67 | 45.26 | 0.5 | 0.22 |
| Hex | 55 | 47 | 1C | 0 | 10 | 43 | 43 | 2D | 32 | 16 |
| Octal | 125 | 107 | 34 | 0 | 20 | 103 | 103 | 55 | 62 | 26 |
| Binary | 1010101 | 1000111 | 11100 | 0 | 10000 | 1000011 | 1000011 | 101101 | 110010 | 10110 |
Color Harmonies of #55471C
Complementary color
Monochromatic Colors of #55471C
Black with #55471C
Text Example
Text Example
White with #55471C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55471C; }
p { color: rgb(85,71,28); }
H1.HeaderClassName
{
color: #55471C;
}
.AnyTagClassName
{
color: #55471C;
}
</style>
background-color css
<style>
a { background-color: #55471C; }
a { background-color: rgb(85,71,28); }
div.DivClassName
{
background-color: #55471C;
}
.BgClassName
{
background-color: #55471C;
}
</style>
border-color css
<style>
span { border-color: #55471C; }
span { border-color: rgb(85,71,28); }
td.TdClassName
{
border-color: #55471C;
}
.TagClassName
{
border-color: #55471C;
}
</style>