Shades of Bronze Olive #554927
Tints of Bronze Olive #554927
RGB
CMYK
RGB Variations
Color information
#554927 (or 0x554927) is known color: Bronze Olive. HEX triplet: 55, 49 and 27. RGB value is (85,73,39). Sum of RGB (Red+Green+Blue) = 85+73+39=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 73 (28.91% from 255 or 37.06% from 197); Blue value is 39 (15.62% from 255 or 19.80% from 197); Max value from RGB is 85 - color contains mainly: red. Hex color #554927 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554927 is #AAB6D8. Grayscale: #484848. Windows color (decimal): -11187929 or 2574677. OLE color: 2574677.
HSL color Cylindrical-coordinate representation of color #554927: hue angle of 44.35º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #554927 is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 73 | 39 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.67 |
| HSL | 44.35º | 0.37% | 0.24% | - |
| HSV(B) | 44.35º | 0.54% | 0.33% | - |
| XYZ | 6.5 | 6.84 | 2.9 | - |
| YUV | 72.71 | 108.98 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 73 | 39 | 0 | 0.14 | 0.54 | 0.67 | 44.35 | 0.37 | 0.24 |
| Hex | 55 | 49 | 27 | 0 | E | 36 | 43 | 2C | 25 | 18 |
| Octal | 125 | 111 | 47 | 0 | 16 | 66 | 103 | 54 | 45 | 30 |
| Binary | 1010101 | 1001001 | 100111 | 0 | 1110 | 110110 | 1000011 | 101100 | 100101 | 11000 |
Color Harmonies of #554927
Complementary color
Monochromatic Colors of #554927
Black with #554927
Text Example
Text Example
White with #554927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554927; }
p { color: rgb(85,73,39); }
H1.HeaderClassName
{
color: #554927;
}
.AnyTagClassName
{
color: #554927;
}
</style>
background-color css
<style>
a { background-color: #554927; }
a { background-color: rgb(85,73,39); }
div.DivClassName
{
background-color: #554927;
}
.BgClassName
{
background-color: #554927;
}
</style>
border-color css
<style>
span { border-color: #554927; }
span { border-color: rgb(85,73,39); }
td.TdClassName
{
border-color: #554927;
}
.TagClassName
{
border-color: #554927;
}
</style>