Shades of Bronze Olive #554C13
Tints of Bronze Olive #554C13
RGB
CMYK
RGB Variations
Color information
#554C13 (or 0x554C13) is known color: Bronze Olive. HEX triplet: 55, 4C and 13. RGB value is (85,76,19). Sum of RGB (Red+Green+Blue) = 85+76+19=180 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.22% from 180); Green value is 76 (30.08% from 255 or 42.22% from 180); Blue value is 19 (7.81% from 255 or 10.56% from 180); Max value from RGB is 85 - color contains mainly: red. Hex color #554C13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554C13 is #AAB3EC. Grayscale: #484848. Windows color (decimal): -11187181 or 1264725. OLE color: 1264725.
HSL color Cylindrical-coordinate representation of color #554C13: hue angle of 51.82º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #554C13 is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 76 | 19 | - |
| CMYK | 0 | 0.11 | 0.78 | 0.67 |
| HSL | 51.82º | 0.63% | 0.2% | - |
| HSV(B) | 51.82º | 0.78% | 0.33% | - |
| XYZ | 6.45 | 7.15 | 1.66 | - |
| YUV | 72.19 | 97.98 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 76 | 19 | 0 | 0.11 | 0.78 | 0.67 | 51.82 | 0.63 | 0.2 |
| Hex | 55 | 4C | 13 | 0 | B | 4E | 43 | 34 | 3F | 14 |
| Octal | 125 | 114 | 23 | 0 | 13 | 116 | 103 | 64 | 77 | 24 |
| Binary | 1010101 | 1001100 | 10011 | 0 | 1011 | 1001110 | 1000011 | 110100 | 111111 | 10100 |
Color Harmonies of #554C13
Complementary color
Monochromatic Colors of #554C13
Black with #554C13
Text Example
Text Example
White with #554C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554C13; }
p { color: rgb(85,76,19); }
H1.HeaderClassName
{
color: #554C13;
}
.AnyTagClassName
{
color: #554C13;
}
</style>
background-color css
<style>
a { background-color: #554C13; }
a { background-color: rgb(85,76,19); }
div.DivClassName
{
background-color: #554C13;
}
.BgClassName
{
background-color: #554C13;
}
</style>
border-color css
<style>
span { border-color: #554C13; }
span { border-color: rgb(85,76,19); }
td.TdClassName
{
border-color: #554C13;
}
.TagClassName
{
border-color: #554C13;
}
</style>