Shades of Bronze Olive #554508
Tints of Bronze Olive #554508
RGB
CMYK
RGB Variations
Color information
#554508 (or 0x554508) is known color: Bronze Olive. HEX triplet: 55, 45 and 08. RGB value is (85,69,8). Sum of RGB (Red+Green+Blue) = 85+69+8=162 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.47% from 162); Green value is 69 (27.34% from 255 or 42.59% from 162); Blue value is 8 (3.52% from 255 or 4.94% from 162); Max value from RGB is 85 - color contains mainly: red. Hex color #554508 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554508 is #AABAF7. Grayscale: #434343. Windows color (decimal): -11188984 or 542037. OLE color: 542037.
HSL color Cylindrical-coordinate representation of color #554508: hue angle of 47.53º 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 #554508 is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 69 | 8 | - |
| CMYK | 0 | 0.19 | 0.91 | 0.67 |
| HSL | 47.53º | 0.83% | 0.18% | - |
| HSV(B) | 47.53º | 0.91% | 0.33% | - |
| XYZ | 5.92 | 6.21 | 1.12 | - |
| YUV | 66.83 | 94.8 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 69 | 8 | 0 | 0.19 | 0.91 | 0.67 | 47.53 | 0.83 | 0.18 |
| Hex | 55 | 45 | 8 | 0 | 13 | 5B | 43 | 30 | 53 | 12 |
| Octal | 125 | 105 | 10 | 0 | 23 | 133 | 103 | 60 | 123 | 22 |
| Binary | 1010101 | 1000101 | 1000 | 0 | 10011 | 1011011 | 1000011 | 110000 | 1010011 | 10010 |
Color Harmonies of #554508
Complementary color
Monochromatic Colors of #554508
Black with #554508
Text Example
Text Example
White with #554508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554508; }
p { color: rgb(85,69,8); }
H1.HeaderClassName
{
color: #554508;
}
.AnyTagClassName
{
color: #554508;
}
</style>
background-color css
<style>
a { background-color: #554508; }
a { background-color: rgb(85,69,8); }
div.DivClassName
{
background-color: #554508;
}
.BgClassName
{
background-color: #554508;
}
</style>
border-color css
<style>
span { border-color: #554508; }
span { border-color: rgb(85,69,8); }
td.TdClassName
{
border-color: #554508;
}
.TagClassName
{
border-color: #554508;
}
</style>