Shades of Bronze Olive #554B1C
Tints of Bronze Olive #554B1C
RGB
CMYK
RGB Variations
Color information
#554B1C (or 0x554B1C) is known color: Bronze Olive. HEX triplet: 55, 4B and 1C. RGB value is (85,75,28). Sum of RGB (Red+Green+Blue) = 85+75+28=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 75 (29.69% from 255 or 39.89% from 188); Blue value is 28 (11.33% from 255 or 14.89% from 188); Max value from RGB is 85 - color contains mainly: red. Hex color #554B1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554B1C is #AAB4E3. Grayscale: #484848. Windows color (decimal): -11187428 or 1854293. OLE color: 1854293.
HSL color Cylindrical-coordinate representation of color #554B1C: hue angle of 49.47º 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 #554B1C is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 75 | 28 | - |
| CMYK | 0 | 0.12 | 0.67 | 0.67 |
| HSL | 49.47º | 0.5% | 0.22% | - |
| HSV(B) | 49.47º | 0.67% | 0.33% | - |
| XYZ | 6.47 | 7.05 | 2.12 | - |
| YUV | 72.63 | 102.81 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 75 | 28 | 0 | 0.12 | 0.67 | 0.67 | 49.47 | 0.5 | 0.22 |
| Hex | 55 | 4B | 1C | 0 | C | 43 | 43 | 31 | 32 | 16 |
| Octal | 125 | 113 | 34 | 0 | 14 | 103 | 103 | 61 | 62 | 26 |
| Binary | 1010101 | 1001011 | 11100 | 0 | 1100 | 1000011 | 1000011 | 110001 | 110010 | 10110 |
Color Harmonies of #554B1C
Complementary color
Monochromatic Colors of #554B1C
Black with #554B1C
Text Example
Text Example
White with #554B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554B1C; }
p { color: rgb(85,75,28); }
H1.HeaderClassName
{
color: #554B1C;
}
.AnyTagClassName
{
color: #554B1C;
}
</style>
background-color css
<style>
a { background-color: #554B1C; }
a { background-color: rgb(85,75,28); }
div.DivClassName
{
background-color: #554B1C;
}
.BgClassName
{
background-color: #554B1C;
}
</style>
border-color css
<style>
span { border-color: #554B1C; }
span { border-color: rgb(85,75,28); }
td.TdClassName
{
border-color: #554B1C;
}
.TagClassName
{
border-color: #554B1C;
}
</style>