Shades of Bronze Olive #554F1C
Tints of Bronze Olive #554F1C
RGB
CMYK
RGB Variations
Color information
#554F1C (or 0x554F1C) is known color: Bronze Olive. HEX triplet: 55, 4F and 1C. RGB value is (85,79,28). Sum of RGB (Red+Green+Blue) = 85+79+28=192 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.27% from 192); Green value is 79 (31.25% from 255 or 41.15% from 192); Blue value is 28 (11.33% from 255 or 14.58% from 192); Max value from RGB is 85 - color contains mainly: red. Hex color #554F1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554F1C is #AAB0E3. Grayscale: #4B4B4B. Windows color (decimal): -11186404 or 1855317. OLE color: 1855317.
HSL color Cylindrical-coordinate representation of color #554F1C: hue angle of 53.68º 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 #554F1C is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 79 | 28 | - |
| CMYK | 0 | 0.07 | 0.67 | 0.67 |
| HSL | 53.68º | 0.5% | 0.22% | - |
| HSV(B) | 53.68º | 0.67% | 0.33% | - |
| XYZ | 6.75 | 7.61 | 2.21 | - |
| YUV | 74.98 | 101.49 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 79 | 28 | 0 | 0.07 | 0.67 | 0.67 | 53.68 | 0.5 | 0.22 |
| Hex | 55 | 4F | 1C | 0 | 7 | 43 | 43 | 36 | 32 | 16 |
| Octal | 125 | 117 | 34 | 0 | 7 | 103 | 103 | 66 | 62 | 26 |
| Binary | 1010101 | 1001111 | 11100 | 0 | 111 | 1000011 | 1000011 | 110110 | 110010 | 10110 |
Color Harmonies of #554F1C
Complementary color
Monochromatic Colors of #554F1C
Black with #554F1C
Text Example
Text Example
White with #554F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554F1C; }
p { color: rgb(85,79,28); }
H1.HeaderClassName
{
color: #554F1C;
}
.AnyTagClassName
{
color: #554F1C;
}
</style>
background-color css
<style>
a { background-color: #554F1C; }
a { background-color: rgb(85,79,28); }
div.DivClassName
{
background-color: #554F1C;
}
.BgClassName
{
background-color: #554F1C;
}
</style>
border-color css
<style>
span { border-color: #554F1C; }
span { border-color: rgb(85,79,28); }
td.TdClassName
{
border-color: #554F1C;
}
.TagClassName
{
border-color: #554F1C;
}
</style>