Shades of Bronze Olive #554813
Tints of Bronze Olive #554813
RGB
CMYK
RGB Variations
Color information
#554813 (or 0x554813) is known color: Bronze Olive. HEX triplet: 55, 48 and 13. RGB value is (85,72,19). Sum of RGB (Red+Green+Blue) = 85+72+19=176 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.30% from 176); Green value is 72 (28.52% from 255 or 40.91% from 176); Blue value is 19 (7.81% from 255 or 10.80% from 176); Max value from RGB is 85 - color contains mainly: red. Hex color #554813 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554813 is #AAB7EC. Grayscale: #464646. Windows color (decimal): -11188205 or 1263701. OLE color: 1263701.
HSL color Cylindrical-coordinate representation of color #554813: hue angle of 48.18º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #554813 is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 72 | 19 | - |
| CMYK | 0 | 0.15 | 0.78 | 0.67 |
| HSL | 48.18º | 0.63% | 0.2% | - |
| HSV(B) | 48.18º | 0.78% | 0.33% | - |
| XYZ | 6.18 | 6.61 | 1.57 | - |
| YUV | 69.85 | 99.31 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 72 | 19 | 0 | 0.15 | 0.78 | 0.67 | 48.18 | 0.63 | 0.2 |
| Hex | 55 | 48 | 13 | 0 | F | 4E | 43 | 30 | 3F | 14 |
| Octal | 125 | 110 | 23 | 0 | 17 | 116 | 103 | 60 | 77 | 24 |
| Binary | 1010101 | 1001000 | 10011 | 0 | 1111 | 1001110 | 1000011 | 110000 | 111111 | 10100 |
Color Harmonies of #554813
Complementary color
Monochromatic Colors of #554813
Black with #554813
Text Example
Text Example
White with #554813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554813; }
p { color: rgb(85,72,19); }
H1.HeaderClassName
{
color: #554813;
}
.AnyTagClassName
{
color: #554813;
}
</style>
background-color css
<style>
a { background-color: #554813; }
a { background-color: rgb(85,72,19); }
div.DivClassName
{
background-color: #554813;
}
.BgClassName
{
background-color: #554813;
}
</style>
border-color css
<style>
span { border-color: #554813; }
span { border-color: rgb(85,72,19); }
td.TdClassName
{
border-color: #554813;
}
.TagClassName
{
border-color: #554813;
}
</style>