Shades of Bronze Olive #554A27
Tints of Bronze Olive #554A27
RGB
CMYK
RGB Variations
Color information
#554A27 (or 0x554A27) is known color: Bronze Olive. HEX triplet: 55, 4A and 27. RGB value is (85,74,39). Sum of RGB (Red+Green+Blue) = 85+74+39=198 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.93% from 198); Green value is 74 (29.30% from 255 or 37.37% from 198); Blue value is 39 (15.62% from 255 or 19.70% from 198); Max value from RGB is 85 - color contains mainly: red. Hex color #554A27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554A27 is #AAB5D8. Grayscale: #494949. Windows color (decimal): -11187673 or 2574933. OLE color: 2574933.
HSL color Cylindrical-coordinate representation of color #554A27: hue angle of 45.65º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #554A27 is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 74 | 39 | - |
| CMYK | 0 | 0.13 | 0.54 | 0.67 |
| HSL | 45.65º | 0.37% | 0.24% | - |
| HSV(B) | 45.65º | 0.54% | 0.33% | - |
| XYZ | 6.56 | 6.98 | 2.92 | - |
| YUV | 73.3 | 108.64 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 74 | 39 | 0 | 0.13 | 0.54 | 0.67 | 45.65 | 0.37 | 0.24 |
| Hex | 55 | 4A | 27 | 0 | D | 36 | 43 | 2E | 25 | 18 |
| Octal | 125 | 112 | 47 | 0 | 15 | 66 | 103 | 56 | 45 | 30 |
| Binary | 1010101 | 1001010 | 100111 | 0 | 1101 | 110110 | 1000011 | 101110 | 100101 | 11000 |
Color Harmonies of #554A27
Complementary color
Monochromatic Colors of #554A27
Black with #554A27
Text Example
Text Example
White with #554A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554A27; }
p { color: rgb(85,74,39); }
H1.HeaderClassName
{
color: #554A27;
}
.AnyTagClassName
{
color: #554A27;
}
</style>
background-color css
<style>
a { background-color: #554A27; }
a { background-color: rgb(85,74,39); }
div.DivClassName
{
background-color: #554A27;
}
.BgClassName
{
background-color: #554A27;
}
</style>
border-color css
<style>
span { border-color: #554A27; }
span { border-color: rgb(85,74,39); }
td.TdClassName
{
border-color: #554A27;
}
.TagClassName
{
border-color: #554A27;
}
</style>