Shades of Bronze Olive #554C12
Tints of Bronze Olive #554C12
RGB
CMYK
RGB Variations
Color information
#554C12 (or 0x554C12) is known color: Bronze Olive. HEX triplet: 55, 4C and 12. RGB value is (85,76,18). Sum of RGB (Red+Green+Blue) = 85+76+18=179 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.49% from 179); Green value is 76 (30.08% from 255 or 42.46% from 179); Blue value is 18 (7.42% from 255 or 10.06% from 179); Max value from RGB is 85 - color contains mainly: red. Hex color #554C12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554C12 is #AAB3ED. Grayscale: #484848. Windows color (decimal): -11187182 or 1199189. OLE color: 1199189.
HSL color Cylindrical-coordinate representation of color #554C12: hue angle of 51.94º 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 #554C12 is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 76 | 18 | - |
| CMYK | 0 | 0.11 | 0.79 | 0.67 |
| HSL | 51.94º | 0.65% | 0.2% | - |
| HSV(B) | 51.94º | 0.79% | 0.33% | - |
| XYZ | 6.44 | 7.14 | 1.61 | - |
| YUV | 72.08 | 97.48 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 76 | 18 | 0 | 0.11 | 0.79 | 0.67 | 51.94 | 0.65 | 0.2 |
| Hex | 55 | 4C | 12 | 0 | B | 4F | 43 | 34 | 41 | 14 |
| Octal | 125 | 114 | 22 | 0 | 13 | 117 | 103 | 64 | 101 | 24 |
| Binary | 1010101 | 1001100 | 10010 | 0 | 1011 | 1001111 | 1000011 | 110100 | 1000001 | 10100 |
Color Harmonies of #554C12
Complementary color
Monochromatic Colors of #554C12
Black with #554C12
Text Example
Text Example
White with #554C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554C12; }
p { color: rgb(85,76,18); }
H1.HeaderClassName
{
color: #554C12;
}
.AnyTagClassName
{
color: #554C12;
}
</style>
background-color css
<style>
a { background-color: #554C12; }
a { background-color: rgb(85,76,18); }
div.DivClassName
{
background-color: #554C12;
}
.BgClassName
{
background-color: #554C12;
}
</style>
border-color css
<style>
span { border-color: #554C12; }
span { border-color: rgb(85,76,18); }
td.TdClassName
{
border-color: #554C12;
}
.TagClassName
{
border-color: #554C12;
}
</style>