Shades of Bronze Olive #554F09
Tints of Bronze Olive #554F09
RGB
CMYK
RGB Variations
Color information
#554F09 (or 0x554F09) is known color: Bronze Olive. HEX triplet: 55, 4F and 09. RGB value is (85,79,9). Sum of RGB (Red+Green+Blue) = 85+79+9=173 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.13% from 173); Green value is 79 (31.25% from 255 or 45.66% from 173); Blue value is 9 (3.91% from 255 or 5.20% from 173); Max value from RGB is 85 - color contains mainly: red. Hex color #554F09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #554F09 is #AAB0F6. Grayscale: #494949. Windows color (decimal): -11186423 or 610133. OLE color: 610133.
HSL color Cylindrical-coordinate representation of color #554F09: hue angle of 55.26º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #554F09 is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 79 | 9 | - |
| CMYK | 0 | 0.07 | 0.89 | 0.67 |
| HSL | 55.26º | 0.81% | 0.18% | - |
| HSV(B) | 55.26º | 0.89% | 0.33% | - |
| XYZ | 6.59 | 7.54 | 1.37 | - |
| YUV | 72.81 | 91.99 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 79 | 9 | 0 | 0.07 | 0.89 | 0.67 | 55.26 | 0.81 | 0.18 |
| Hex | 55 | 4F | 9 | 0 | 7 | 59 | 43 | 37 | 51 | 12 |
| Octal | 125 | 117 | 11 | 0 | 7 | 131 | 103 | 67 | 121 | 22 |
| Binary | 1010101 | 1001111 | 1001 | 0 | 111 | 1011001 | 1000011 | 110111 | 1010001 | 10010 |
Color Harmonies of #554F09
Complementary color
Monochromatic Colors of #554F09
Black with #554F09
Text Example
Text Example
White with #554F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554F09; }
p { color: rgb(85,79,9); }
H1.HeaderClassName
{
color: #554F09;
}
.AnyTagClassName
{
color: #554F09;
}
</style>
background-color css
<style>
a { background-color: #554F09; }
a { background-color: rgb(85,79,9); }
div.DivClassName
{
background-color: #554F09;
}
.BgClassName
{
background-color: #554F09;
}
</style>
border-color css
<style>
span { border-color: #554F09; }
span { border-color: rgb(85,79,9); }
td.TdClassName
{
border-color: #554F09;
}
.TagClassName
{
border-color: #554F09;
}
</style>