Shades of Bronze Olive #554D2A
Tints of Bronze Olive #554D2A
RGB
CMYK
RGB Variations
Color information
#554D2A (or 0x554D2A) is known color: Bronze Olive. HEX triplet: 55, 4D and 2A. RGB value is (85,77,42). Sum of RGB (Red+Green+Blue) = 85+77+42=204 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.67% from 204); Green value is 77 (30.47% from 255 or 37.75% from 204); Blue value is 42 (16.80% from 255 or 20.59% from 204); Max value from RGB is 85 - color contains mainly: red. Hex color #554D2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554D2A is #AAB2D5. Grayscale: #4B4B4B. Windows color (decimal): -11186902 or 2772309. OLE color: 2772309.
HSL color Cylindrical-coordinate representation of color #554D2A: hue angle of 48.84º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #554D2A is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 77 | 42 | - |
| CMYK | 0 | 0.09 | 0.51 | 0.67 |
| HSL | 48.84º | 0.34% | 0.25% | - |
| HSV(B) | 48.84º | 0.51% | 0.33% | - |
| XYZ | 6.82 | 7.41 | 3.26 | - |
| YUV | 75.4 | 109.15 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 77 | 42 | 0 | 0.09 | 0.51 | 0.67 | 48.84 | 0.34 | 0.25 |
| Hex | 55 | 4D | 2A | 0 | 9 | 33 | 43 | 31 | 22 | 19 |
| Octal | 125 | 115 | 52 | 0 | 11 | 63 | 103 | 61 | 42 | 31 |
| Binary | 1010101 | 1001101 | 101010 | 0 | 1001 | 110011 | 1000011 | 110001 | 100010 | 11001 |
Color Harmonies of #554D2A
Complementary color
Monochromatic Colors of #554D2A
Black with #554D2A
Text Example
Text Example
White with #554D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554D2A; }
p { color: rgb(85,77,42); }
H1.HeaderClassName
{
color: #554D2A;
}
.AnyTagClassName
{
color: #554D2A;
}
</style>
background-color css
<style>
a { background-color: #554D2A; }
a { background-color: rgb(85,77,42); }
div.DivClassName
{
background-color: #554D2A;
}
.BgClassName
{
background-color: #554D2A;
}
</style>
border-color css
<style>
span { border-color: #554D2A; }
span { border-color: rgb(85,77,42); }
td.TdClassName
{
border-color: #554D2A;
}
.TagClassName
{
border-color: #554D2A;
}
</style>