Shades of Bronze Olive #554F0E
Tints of Bronze Olive #554F0E
RGB
CMYK
RGB Variations
Color information
#554F0E (or 0x554F0E) is known color: Bronze Olive. HEX triplet: 55, 4F and 0E. RGB value is (85,79,14). Sum of RGB (Red+Green+Blue) = 85+79+14=178 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.75% from 178); Green value is 79 (31.25% from 255 or 44.38% from 178); Blue value is 14 (5.86% from 255 or 7.87% from 178); Max value from RGB is 85 - color contains mainly: red. Hex color #554F0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #554F0E is #AAB0F1. Grayscale: #494949. Windows color (decimal): -11186418 or 937813. OLE color: 937813.
HSL color Cylindrical-coordinate representation of color #554F0E: hue angle of 54.93º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #554F0E is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 79 | 14 | - |
| CMYK | 0 | 0.07 | 0.84 | 0.67 |
| HSL | 54.93º | 0.72% | 0.19% | - |
| HSV(B) | 54.93º | 0.84% | 0.33% | - |
| XYZ | 6.62 | 7.55 | 1.52 | - |
| YUV | 73.38 | 94.49 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 79 | 14 | 0 | 0.07 | 0.84 | 0.67 | 54.93 | 0.72 | 0.19 |
| Hex | 55 | 4F | E | 0 | 7 | 54 | 43 | 37 | 48 | 13 |
| Octal | 125 | 117 | 16 | 0 | 7 | 124 | 103 | 67 | 110 | 23 |
| Binary | 1010101 | 1001111 | 1110 | 0 | 111 | 1010100 | 1000011 | 110111 | 1001000 | 10011 |
Color Harmonies of #554F0E
Complementary color
Monochromatic Colors of #554F0E
Black with #554F0E
Text Example
Text Example
White with #554F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554F0E; }
p { color: rgb(85,79,14); }
H1.HeaderClassName
{
color: #554F0E;
}
.AnyTagClassName
{
color: #554F0E;
}
</style>
background-color css
<style>
a { background-color: #554F0E; }
a { background-color: rgb(85,79,14); }
div.DivClassName
{
background-color: #554F0E;
}
.BgClassName
{
background-color: #554F0E;
}
</style>
border-color css
<style>
span { border-color: #554F0E; }
span { border-color: rgb(85,79,14); }
td.TdClassName
{
border-color: #554F0E;
}
.TagClassName
{
border-color: #554F0E;
}
</style>