Shades of Bronze Olive #55461C
Tints of Bronze Olive #55461C
RGB
CMYK
RGB Variations
Color information
#55461C (or 0x55461C) is known color: Bronze Olive. HEX triplet: 55, 46 and 1C. RGB value is (85,70,28). Sum of RGB (Red+Green+Blue) = 85+70+28=183 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.45% from 183); Green value is 70 (27.73% from 255 or 38.25% from 183); Blue value is 28 (11.33% from 255 or 15.30% from 183); Max value from RGB is 85 - color contains mainly: red. Hex color #55461C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55461C is #AAB9E3. Grayscale: #454545. Windows color (decimal): -11188708 or 1853013. OLE color: 1853013.
HSL color Cylindrical-coordinate representation of color #55461C: hue angle of 44.21º 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 #55461C is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 70 | 28 | - |
| CMYK | 0 | 0.18 | 0.67 | 0.67 |
| HSL | 44.21º | 0.5% | 0.22% | - |
| HSV(B) | 44.21º | 0.67% | 0.33% | - |
| XYZ | 6.15 | 6.4 | 2.01 | - |
| YUV | 69.7 | 104.47 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 70 | 28 | 0 | 0.18 | 0.67 | 0.67 | 44.21 | 0.5 | 0.22 |
| Hex | 55 | 46 | 1C | 0 | 12 | 43 | 43 | 2C | 32 | 16 |
| Octal | 125 | 106 | 34 | 0 | 22 | 103 | 103 | 54 | 62 | 26 |
| Binary | 1010101 | 1000110 | 11100 | 0 | 10010 | 1000011 | 1000011 | 101100 | 110010 | 10110 |
Color Harmonies of #55461C
Complementary color
Monochromatic Colors of #55461C
Black with #55461C
Text Example
Text Example
White with #55461C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55461C; }
p { color: rgb(85,70,28); }
H1.HeaderClassName
{
color: #55461C;
}
.AnyTagClassName
{
color: #55461C;
}
</style>
background-color css
<style>
a { background-color: #55461C; }
a { background-color: rgb(85,70,28); }
div.DivClassName
{
background-color: #55461C;
}
.BgClassName
{
background-color: #55461C;
}
</style>
border-color css
<style>
span { border-color: #55461C; }
span { border-color: rgb(85,70,28); }
td.TdClassName
{
border-color: #55461C;
}
.TagClassName
{
border-color: #55461C;
}
</style>