Shades of Bronze Olive #554925
Tints of Bronze Olive #554925
RGB
CMYK
RGB Variations
Color information
#554925 (or 0x554925) is known color: Bronze Olive. HEX triplet: 55, 49 and 25. RGB value is (85,73,37). Sum of RGB (Red+Green+Blue) = 85+73+37=195 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.59% from 195); Green value is 73 (28.91% from 255 or 37.44% from 195); Blue value is 37 (14.84% from 255 or 18.97% from 195); Max value from RGB is 85 - color contains mainly: red. Hex color #554925 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554925 is #AAB6DA. Grayscale: #484848. Windows color (decimal): -11187931 or 2443605. OLE color: 2443605.
HSL color Cylindrical-coordinate representation of color #554925: hue angle of 45º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #554925 is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 73 | 37 | - |
| CMYK | 0 | 0.14 | 0.56 | 0.67 |
| HSL | 45º | 0.39% | 0.24% | - |
| HSV(B) | 45º | 0.56% | 0.33% | - |
| XYZ | 6.46 | 6.83 | 2.73 | - |
| YUV | 72.48 | 107.98 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 73 | 37 | 0 | 0.14 | 0.56 | 0.67 | 45 | 0.39 | 0.24 |
| Hex | 55 | 49 | 25 | 0 | E | 38 | 43 | 2D | 27 | 18 |
| Octal | 125 | 111 | 45 | 0 | 16 | 70 | 103 | 55 | 47 | 30 |
| Binary | 1010101 | 1001001 | 100101 | 0 | 1110 | 111000 | 1000011 | 101101 | 100111 | 11000 |
Color Harmonies of #554925
Complementary color
Monochromatic Colors of #554925
Black with #554925
Text Example
Text Example
White with #554925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554925; }
p { color: rgb(85,73,37); }
H1.HeaderClassName
{
color: #554925;
}
.AnyTagClassName
{
color: #554925;
}
</style>
background-color css
<style>
a { background-color: #554925; }
a { background-color: rgb(85,73,37); }
div.DivClassName
{
background-color: #554925;
}
.BgClassName
{
background-color: #554925;
}
</style>
border-color css
<style>
span { border-color: #554925; }
span { border-color: rgb(85,73,37); }
td.TdClassName
{
border-color: #554925;
}
.TagClassName
{
border-color: #554925;
}
</style>