Shades of Bronze Olive #554E08
Tints of Bronze Olive #554E08
RGB
CMYK
RGB Variations
Color information
#554E08 (or 0x554E08) is known color: Bronze Olive. HEX triplet: 55, 4E and 08. RGB value is (85,78,8). Sum of RGB (Red+Green+Blue) = 85+78+8=171 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.71% from 171); Green value is 78 (30.86% from 255 or 45.61% from 171); Blue value is 8 (3.52% from 255 or 4.68% from 171); Max value from RGB is 85 - color contains mainly: red. Hex color #554E08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #554E08 is #AAB1F7. Grayscale: #484848. Windows color (decimal): -11186680 or 544341. OLE color: 544341.
HSL color Cylindrical-coordinate representation of color #554E08: hue angle of 54.55º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #554E08 is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 78 | 8 | - |
| CMYK | 0 | 0.08 | 0.91 | 0.67 |
| HSL | 54.55º | 0.83% | 0.18% | - |
| HSV(B) | 54.55º | 0.91% | 0.33% | - |
| XYZ | 6.51 | 7.4 | 1.31 | - |
| YUV | 72.11 | 91.82 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 78 | 8 | 0 | 0.08 | 0.91 | 0.67 | 54.55 | 0.83 | 0.18 |
| Hex | 55 | 4E | 8 | 0 | 8 | 5B | 43 | 37 | 53 | 12 |
| Octal | 125 | 116 | 10 | 0 | 10 | 133 | 103 | 67 | 123 | 22 |
| Binary | 1010101 | 1001110 | 1000 | 0 | 1000 | 1011011 | 1000011 | 110111 | 1010011 | 10010 |
Color Harmonies of #554E08
Complementary color
Monochromatic Colors of #554E08
Black with #554E08
Text Example
Text Example
White with #554E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554E08; }
p { color: rgb(85,78,8); }
H1.HeaderClassName
{
color: #554E08;
}
.AnyTagClassName
{
color: #554E08;
}
</style>
background-color css
<style>
a { background-color: #554E08; }
a { background-color: rgb(85,78,8); }
div.DivClassName
{
background-color: #554E08;
}
.BgClassName
{
background-color: #554E08;
}
</style>
border-color css
<style>
span { border-color: #554E08; }
span { border-color: rgb(85,78,8); }
td.TdClassName
{
border-color: #554E08;
}
.TagClassName
{
border-color: #554E08;
}
</style>