Shades of Bronze Olive #554712
Tints of Bronze Olive #554712
RGB
CMYK
RGB Variations
Color information
#554712 (or 0x554712) is known color: Bronze Olive. HEX triplet: 55, 47 and 12. RGB value is (85,71,18). Sum of RGB (Red+Green+Blue) = 85+71+18=174 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.85% from 174); Green value is 71 (28.12% from 255 or 40.80% from 174); Blue value is 18 (7.42% from 255 or 10.34% from 174); Max value from RGB is 85 - color contains mainly: red. Hex color #554712 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554712 is #AAB8ED. Grayscale: #454545. Windows color (decimal): -11188462 or 1197909. OLE color: 1197909.
HSL color Cylindrical-coordinate representation of color #554712: hue angle of 47.46º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #554712 is Cyan = 0, Magento = 0.16, Yellow = 0.79 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 71 | 18 | - |
| CMYK | 0 | 0.16 | 0.79 | 0.67 |
| HSL | 47.46º | 0.65% | 0.2% | - |
| HSV(B) | 47.46º | 0.79% | 0.33% | - |
| XYZ | 6.11 | 6.48 | 1.5 | - |
| YUV | 69.14 | 99.14 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 71 | 18 | 0 | 0.16 | 0.79 | 0.67 | 47.46 | 0.65 | 0.2 |
| Hex | 55 | 47 | 12 | 0 | 10 | 4F | 43 | 2F | 41 | 14 |
| Octal | 125 | 107 | 22 | 0 | 20 | 117 | 103 | 57 | 101 | 24 |
| Binary | 1010101 | 1000111 | 10010 | 0 | 10000 | 1001111 | 1000011 | 101111 | 1000001 | 10100 |
Color Harmonies of #554712
Complementary color
Monochromatic Colors of #554712
Black with #554712
Text Example
Text Example
White with #554712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554712; }
p { color: rgb(85,71,18); }
H1.HeaderClassName
{
color: #554712;
}
.AnyTagClassName
{
color: #554712;
}
</style>
background-color css
<style>
a { background-color: #554712; }
a { background-color: rgb(85,71,18); }
div.DivClassName
{
background-color: #554712;
}
.BgClassName
{
background-color: #554712;
}
</style>
border-color css
<style>
span { border-color: #554712; }
span { border-color: rgb(85,71,18); }
td.TdClassName
{
border-color: #554712;
}
.TagClassName
{
border-color: #554712;
}
</style>