Shades of Bronze Olive #554924
Tints of Bronze Olive #554924
RGB
CMYK
RGB Variations
Color information
#554924 (or 0x554924) is known color: Bronze Olive. HEX triplet: 55, 49 and 24. RGB value is (85,73,36). Sum of RGB (Red+Green+Blue) = 85+73+36=194 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.81% from 194); Green value is 73 (28.91% from 255 or 37.63% from 194); Blue value is 36 (14.45% from 255 or 18.56% from 194); Max value from RGB is 85 - color contains mainly: red. Hex color #554924 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554924 is #AAB6DB. Grayscale: #484848. Windows color (decimal): -11187932 or 2378069. OLE color: 2378069.
HSL color Cylindrical-coordinate representation of color #554924: hue angle of 45.31º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #554924 is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 73 | 36 | - |
| CMYK | 0 | 0.14 | 0.58 | 0.67 |
| HSL | 45.31º | 0.4% | 0.24% | - |
| HSV(B) | 45.31º | 0.58% | 0.33% | - |
| XYZ | 6.45 | 6.82 | 2.65 | - |
| YUV | 72.37 | 107.48 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 73 | 36 | 0 | 0.14 | 0.58 | 0.67 | 45.31 | 0.4 | 0.24 |
| Hex | 55 | 49 | 24 | 0 | E | 3A | 43 | 2D | 28 | 18 |
| Octal | 125 | 111 | 44 | 0 | 16 | 72 | 103 | 55 | 50 | 30 |
| Binary | 1010101 | 1001001 | 100100 | 0 | 1110 | 111010 | 1000011 | 101101 | 101000 | 11000 |
Color Harmonies of #554924
Complementary color
Monochromatic Colors of #554924
Black with #554924
Text Example
Text Example
White with #554924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554924; }
p { color: rgb(85,73,36); }
H1.HeaderClassName
{
color: #554924;
}
.AnyTagClassName
{
color: #554924;
}
</style>
background-color css
<style>
a { background-color: #554924; }
a { background-color: rgb(85,73,36); }
div.DivClassName
{
background-color: #554924;
}
.BgClassName
{
background-color: #554924;
}
</style>
border-color css
<style>
span { border-color: #554924; }
span { border-color: rgb(85,73,36); }
td.TdClassName
{
border-color: #554924;
}
.TagClassName
{
border-color: #554924;
}
</style>