Shades of Bronze Olive #554818
Tints of Bronze Olive #554818
RGB
CMYK
RGB Variations
Color information
#554818 (or 0x554818) is known color: Bronze Olive. HEX triplet: 55, 48 and 18. RGB value is (85,72,24). Sum of RGB (Red+Green+Blue) = 85+72+24=181 (23% of max value = 765). Red value is 85 (33.59% from 255 or 46.96% from 181); Green value is 72 (28.52% from 255 or 39.78% from 181); Blue value is 24 (9.77% from 255 or 13.26% from 181); Max value from RGB is 85 - color contains mainly: red. Hex color #554818 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554818 is #AAB7E7. Grayscale: #464646. Windows color (decimal): -11188200 or 1591381. OLE color: 1591381.
HSL color Cylindrical-coordinate representation of color #554818: hue angle of 47.21º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #554818 is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 72 | 24 | - |
| CMYK | 0 | 0.15 | 0.72 | 0.67 |
| HSL | 47.21º | 0.56% | 0.21% | - |
| HSV(B) | 47.21º | 0.72% | 0.33% | - |
| XYZ | 6.23 | 6.63 | 1.82 | - |
| YUV | 70.42 | 101.81 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 72 | 24 | 0 | 0.15 | 0.72 | 0.67 | 47.21 | 0.56 | 0.21 |
| Hex | 55 | 48 | 18 | 0 | F | 48 | 43 | 2F | 38 | 15 |
| Octal | 125 | 110 | 30 | 0 | 17 | 110 | 103 | 57 | 70 | 25 |
| Binary | 1010101 | 1001000 | 11000 | 0 | 1111 | 1001000 | 1000011 | 101111 | 111000 | 10101 |
Color Harmonies of #554818
Complementary color
Monochromatic Colors of #554818
Black with #554818
Text Example
Text Example
White with #554818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554818; }
p { color: rgb(85,72,24); }
H1.HeaderClassName
{
color: #554818;
}
.AnyTagClassName
{
color: #554818;
}
</style>
background-color css
<style>
a { background-color: #554818; }
a { background-color: rgb(85,72,24); }
div.DivClassName
{
background-color: #554818;
}
.BgClassName
{
background-color: #554818;
}
</style>
border-color css
<style>
span { border-color: #554818; }
span { border-color: rgb(85,72,24); }
td.TdClassName
{
border-color: #554818;
}
.TagClassName
{
border-color: #554818;
}
</style>