Shades of Bronze Olive #554A28
Tints of Bronze Olive #554A28
RGB
CMYK
RGB Variations
Color information
#554A28 (or 0x554A28) is known color: Bronze Olive. HEX triplet: 55, 4A and 28. RGB value is (85,74,40). Sum of RGB (Red+Green+Blue) = 85+74+40=199 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.71% from 199); Green value is 74 (29.30% from 255 or 37.19% from 199); Blue value is 40 (16.02% from 255 or 20.10% from 199); Max value from RGB is 85 - color contains mainly: red. Hex color #554A28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554A28 is #AAB5D7. Grayscale: #494949. Windows color (decimal): -11187672 or 2640469. OLE color: 2640469.
HSL color Cylindrical-coordinate representation of color #554A28: hue angle of 45.33º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #554A28 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 74 | 40 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.67 |
| HSL | 45.33º | 0.36% | 0.25% | - |
| HSV(B) | 45.33º | 0.53% | 0.33% | - |
| XYZ | 6.58 | 6.98 | 3.01 | - |
| YUV | 73.41 | 109.14 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 74 | 40 | 0 | 0.13 | 0.53 | 0.67 | 45.33 | 0.36 | 0.25 |
| Hex | 55 | 4A | 28 | 0 | D | 35 | 43 | 2D | 24 | 19 |
| Octal | 125 | 112 | 50 | 0 | 15 | 65 | 103 | 55 | 44 | 31 |
| Binary | 1010101 | 1001010 | 101000 | 0 | 1101 | 110101 | 1000011 | 101101 | 100100 | 11001 |
Color Harmonies of #554A28
Complementary color
Monochromatic Colors of #554A28
Black with #554A28
Text Example
Text Example
White with #554A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554A28; }
p { color: rgb(85,74,40); }
H1.HeaderClassName
{
color: #554A28;
}
.AnyTagClassName
{
color: #554A28;
}
</style>
background-color css
<style>
a { background-color: #554A28; }
a { background-color: rgb(85,74,40); }
div.DivClassName
{
background-color: #554A28;
}
.BgClassName
{
background-color: #554A28;
}
</style>
border-color css
<style>
span { border-color: #554A28; }
span { border-color: rgb(85,74,40); }
td.TdClassName
{
border-color: #554A28;
}
.TagClassName
{
border-color: #554A28;
}
</style>