Shades of Bronze Olive #554808
Tints of Bronze Olive #554808
RGB
CMYK
RGB Variations
Color information
#554808 (or 0x554808) is known color: Bronze Olive. HEX triplet: 55, 48 and 08. RGB value is (85,72,8). Sum of RGB (Red+Green+Blue) = 85+72+8=165 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.52% from 165); Green value is 72 (28.52% from 255 or 43.64% from 165); Blue value is 8 (3.52% from 255 or 4.85% from 165); Max value from RGB is 85 - color contains mainly: red. Hex color #554808 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554808 is #AAB7F7. Grayscale: #444444. Windows color (decimal): -11188216 or 542805. OLE color: 542805.
HSL color Cylindrical-coordinate representation of color #554808: hue angle of 49.87º 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 #554808 is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 72 | 8 | - |
| CMYK | 0 | 0.15 | 0.91 | 0.67 |
| HSL | 49.87º | 0.83% | 0.18% | - |
| HSV(B) | 49.87º | 0.91% | 0.33% | - |
| XYZ | 6.11 | 6.58 | 1.18 | - |
| YUV | 68.59 | 93.81 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 72 | 8 | 0 | 0.15 | 0.91 | 0.67 | 49.87 | 0.83 | 0.18 |
| Hex | 55 | 48 | 8 | 0 | F | 5B | 43 | 32 | 53 | 12 |
| Octal | 125 | 110 | 10 | 0 | 17 | 133 | 103 | 62 | 123 | 22 |
| Binary | 1010101 | 1001000 | 1000 | 0 | 1111 | 1011011 | 1000011 | 110010 | 1010011 | 10010 |
Color Harmonies of #554808
Complementary color
Monochromatic Colors of #554808
Black with #554808
Text Example
Text Example
White with #554808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554808; }
p { color: rgb(85,72,8); }
H1.HeaderClassName
{
color: #554808;
}
.AnyTagClassName
{
color: #554808;
}
</style>
background-color css
<style>
a { background-color: #554808; }
a { background-color: rgb(85,72,8); }
div.DivClassName
{
background-color: #554808;
}
.BgClassName
{
background-color: #554808;
}
</style>
border-color css
<style>
span { border-color: #554808; }
span { border-color: rgb(85,72,8); }
td.TdClassName
{
border-color: #554808;
}
.TagClassName
{
border-color: #554808;
}
</style>