Shades of Bronze Olive #554C1C
Tints of Bronze Olive #554C1C
RGB
CMYK
RGB Variations
Color information
#554C1C (or 0x554C1C) is known color: Bronze Olive. HEX triplet: 55, 4C and 1C. RGB value is (85,76,28). Sum of RGB (Red+Green+Blue) = 85+76+28=189 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.97% from 189); Green value is 76 (30.08% from 255 or 40.21% from 189); Blue value is 28 (11.33% from 255 or 14.81% from 189); Max value from RGB is 85 - color contains mainly: red. Hex color #554C1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554C1C is #AAB3E3. Grayscale: #494949. Windows color (decimal): -11187172 or 1854549. OLE color: 1854549.
HSL color Cylindrical-coordinate representation of color #554C1C: hue angle of 50.53º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #554C1C is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 76 | 28 | - |
| CMYK | 0 | 0.11 | 0.67 | 0.67 |
| HSL | 50.53º | 0.5% | 0.22% | - |
| HSV(B) | 50.53º | 0.67% | 0.33% | - |
| XYZ | 6.54 | 7.18 | 2.14 | - |
| YUV | 73.22 | 102.48 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 76 | 28 | 0 | 0.11 | 0.67 | 0.67 | 50.53 | 0.5 | 0.22 |
| Hex | 55 | 4C | 1C | 0 | B | 43 | 43 | 33 | 32 | 16 |
| Octal | 125 | 114 | 34 | 0 | 13 | 103 | 103 | 63 | 62 | 26 |
| Binary | 1010101 | 1001100 | 11100 | 0 | 1011 | 1000011 | 1000011 | 110011 | 110010 | 10110 |
Color Harmonies of #554C1C
Complementary color
Monochromatic Colors of #554C1C
Black with #554C1C
Text Example
Text Example
White with #554C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554C1C; }
p { color: rgb(85,76,28); }
H1.HeaderClassName
{
color: #554C1C;
}
.AnyTagClassName
{
color: #554C1C;
}
</style>
background-color css
<style>
a { background-color: #554C1C; }
a { background-color: rgb(85,76,28); }
div.DivClassName
{
background-color: #554C1C;
}
.BgClassName
{
background-color: #554C1C;
}
</style>
border-color css
<style>
span { border-color: #554C1C; }
span { border-color: rgb(85,76,28); }
td.TdClassName
{
border-color: #554C1C;
}
.TagClassName
{
border-color: #554C1C;
}
</style>