Shades of Bronze Olive #554823
Tints of Bronze Olive #554823
RGB
CMYK
RGB Variations
Color information
#554823 (or 0x554823) is known color: Bronze Olive. HEX triplet: 55, 48 and 23. RGB value is (85,72,35). Sum of RGB (Red+Green+Blue) = 85+72+35=192 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.27% from 192); Green value is 72 (28.52% from 255 or 37.5% from 192); Blue value is 35 (14.06% from 255 or 18.23% from 192); Max value from RGB is 85 - color contains mainly: red. Hex color #554823 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554823 is #AAB7DC. Grayscale: #474747. Windows color (decimal): -11188189 or 2312277. OLE color: 2312277.
HSL color Cylindrical-coordinate representation of color #554823: hue angle of 44.4º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #554823 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 72 | 35 | - |
| CMYK | 0 | 0.15 | 0.59 | 0.67 |
| HSL | 44.4º | 0.42% | 0.24% | - |
| HSV(B) | 44.4º | 0.59% | 0.33% | - |
| XYZ | 6.37 | 6.69 | 2.55 | - |
| YUV | 71.67 | 107.31 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 72 | 35 | 0 | 0.15 | 0.59 | 0.67 | 44.4 | 0.42 | 0.24 |
| Hex | 55 | 48 | 23 | 0 | F | 3B | 43 | 2C | 2A | 18 |
| Octal | 125 | 110 | 43 | 0 | 17 | 73 | 103 | 54 | 52 | 30 |
| Binary | 1010101 | 1001000 | 100011 | 0 | 1111 | 111011 | 1000011 | 101100 | 101010 | 11000 |
Color Harmonies of #554823
Complementary color
Monochromatic Colors of #554823
Black with #554823
Text Example
Text Example
White with #554823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554823; }
p { color: rgb(85,72,35); }
H1.HeaderClassName
{
color: #554823;
}
.AnyTagClassName
{
color: #554823;
}
</style>
background-color css
<style>
a { background-color: #554823; }
a { background-color: rgb(85,72,35); }
div.DivClassName
{
background-color: #554823;
}
.BgClassName
{
background-color: #554823;
}
</style>
border-color css
<style>
span { border-color: #554823; }
span { border-color: rgb(85,72,35); }
td.TdClassName
{
border-color: #554823;
}
.TagClassName
{
border-color: #554823;
}
</style>