Shades of Bronze Olive #554926
Tints of Bronze Olive #554926
RGB
CMYK
RGB Variations
Color information
#554926 (or 0x554926) is known color: Bronze Olive. HEX triplet: 55, 49 and 26. RGB value is (85,73,38). Sum of RGB (Red+Green+Blue) = 85+73+38=196 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.37% from 196); Green value is 73 (28.91% from 255 or 37.24% from 196); Blue value is 38 (15.23% from 255 or 19.39% from 196); Max value from RGB is 85 - color contains mainly: red. Hex color #554926 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554926 is #AAB6D9. Grayscale: #484848. Windows color (decimal): -11187930 or 2509141. OLE color: 2509141.
HSL color Cylindrical-coordinate representation of color #554926: hue angle of 44.68º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #554926 is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 73 | 38 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.67 |
| HSL | 44.68º | 0.38% | 0.24% | - |
| HSV(B) | 44.68º | 0.55% | 0.33% | - |
| XYZ | 6.48 | 6.84 | 2.81 | - |
| YUV | 72.6 | 108.48 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 73 | 38 | 0 | 0.14 | 0.55 | 0.67 | 44.68 | 0.38 | 0.24 |
| Hex | 55 | 49 | 26 | 0 | E | 37 | 43 | 2D | 26 | 18 |
| Octal | 125 | 111 | 46 | 0 | 16 | 67 | 103 | 55 | 46 | 30 |
| Binary | 1010101 | 1001001 | 100110 | 0 | 1110 | 110111 | 1000011 | 101101 | 100110 | 11000 |
Color Harmonies of #554926
Complementary color
Monochromatic Colors of #554926
Black with #554926
Text Example
Text Example
White with #554926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554926; }
p { color: rgb(85,73,38); }
H1.HeaderClassName
{
color: #554926;
}
.AnyTagClassName
{
color: #554926;
}
</style>
background-color css
<style>
a { background-color: #554926; }
a { background-color: rgb(85,73,38); }
div.DivClassName
{
background-color: #554926;
}
.BgClassName
{
background-color: #554926;
}
</style>
border-color css
<style>
span { border-color: #554926; }
span { border-color: rgb(85,73,38); }
td.TdClassName
{
border-color: #554926;
}
.TagClassName
{
border-color: #554926;
}
</style>