Shades of Bronze Olive #554509
Tints of Bronze Olive #554509
RGB
CMYK
RGB Variations
Color information
#554509 (or 0x554509) is known color: Bronze Olive. HEX triplet: 55, 45 and 09. RGB value is (85,69,9). Sum of RGB (Red+Green+Blue) = 85+69+9=163 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.15% from 163); Green value is 69 (27.34% from 255 or 42.33% from 163); Blue value is 9 (3.91% from 255 or 5.52% from 163); Max value from RGB is 85 - color contains mainly: red. Hex color #554509 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554509 is #AABAF6. Grayscale: #434343. Windows color (decimal): -11188983 or 607573. OLE color: 607573.
HSL color Cylindrical-coordinate representation of color #554509: hue angle of 47.37º 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 #554509 is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 69 | 9 | - |
| CMYK | 0 | 0.19 | 0.89 | 0.67 |
| HSL | 47.37º | 0.81% | 0.18% | - |
| HSV(B) | 47.37º | 0.89% | 0.33% | - |
| XYZ | 5.92 | 6.21 | 1.14 | - |
| YUV | 66.94 | 95.3 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 69 | 9 | 0 | 0.19 | 0.89 | 0.67 | 47.37 | 0.81 | 0.18 |
| Hex | 55 | 45 | 9 | 0 | 13 | 59 | 43 | 2F | 51 | 12 |
| Octal | 125 | 105 | 11 | 0 | 23 | 131 | 103 | 57 | 121 | 22 |
| Binary | 1010101 | 1000101 | 1001 | 0 | 10011 | 1011001 | 1000011 | 101111 | 1010001 | 10010 |
Color Harmonies of #554509
Complementary color
Monochromatic Colors of #554509
Black with #554509
Text Example
Text Example
White with #554509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554509; }
p { color: rgb(85,69,9); }
H1.HeaderClassName
{
color: #554509;
}
.AnyTagClassName
{
color: #554509;
}
</style>
background-color css
<style>
a { background-color: #554509; }
a { background-color: rgb(85,69,9); }
div.DivClassName
{
background-color: #554509;
}
.BgClassName
{
background-color: #554509;
}
</style>
border-color css
<style>
span { border-color: #554509; }
span { border-color: rgb(85,69,9); }
td.TdClassName
{
border-color: #554509;
}
.TagClassName
{
border-color: #554509;
}
</style>