Shades of Bronze Olive #554D1C
Tints of Bronze Olive #554D1C
RGB
CMYK
RGB Variations
Color information
#554D1C (or 0x554D1C) is known color: Bronze Olive. HEX triplet: 55, 4D and 1C. RGB value is (85,77,28). Sum of RGB (Red+Green+Blue) = 85+77+28=190 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.74% from 190); Green value is 77 (30.47% from 255 or 40.53% from 190); Blue value is 28 (11.33% from 255 or 14.74% from 190); Max value from RGB is 85 - color contains mainly: red. Hex color #554D1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554D1C is #AAB2E3. Grayscale: #4A4A4A. Windows color (decimal): -11186916 or 1854805. OLE color: 1854805.
HSL color Cylindrical-coordinate representation of color #554D1C: hue angle of 51.58º 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 #554D1C is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 77 | 28 | - |
| CMYK | 0 | 0.09 | 0.67 | 0.67 |
| HSL | 51.58º | 0.5% | 0.22% | - |
| HSV(B) | 51.58º | 0.67% | 0.33% | - |
| XYZ | 6.61 | 7.32 | 2.16 | - |
| YUV | 73.81 | 102.15 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 77 | 28 | 0 | 0.09 | 0.67 | 0.67 | 51.58 | 0.5 | 0.22 |
| Hex | 55 | 4D | 1C | 0 | 9 | 43 | 43 | 34 | 32 | 16 |
| Octal | 125 | 115 | 34 | 0 | 11 | 103 | 103 | 64 | 62 | 26 |
| Binary | 1010101 | 1001101 | 11100 | 0 | 1001 | 1000011 | 1000011 | 110100 | 110010 | 10110 |
Color Harmonies of #554D1C
Complementary color
Monochromatic Colors of #554D1C
Black with #554D1C
Text Example
Text Example
White with #554D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554D1C; }
p { color: rgb(85,77,28); }
H1.HeaderClassName
{
color: #554D1C;
}
.AnyTagClassName
{
color: #554D1C;
}
</style>
background-color css
<style>
a { background-color: #554D1C; }
a { background-color: rgb(85,77,28); }
div.DivClassName
{
background-color: #554D1C;
}
.BgClassName
{
background-color: #554D1C;
}
</style>
border-color css
<style>
span { border-color: #554D1C; }
span { border-color: rgb(85,77,28); }
td.TdClassName
{
border-color: #554D1C;
}
.TagClassName
{
border-color: #554D1C;
}
</style>