Shades of Bronze Olive #554523
Tints of Bronze Olive #554523
RGB
CMYK
RGB Variations
Color information
#554523 (or 0x554523) is known color: Bronze Olive. HEX triplet: 55, 45 and 23. RGB value is (85,69,35). Sum of RGB (Red+Green+Blue) = 85+69+35=189 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.97% from 189); Green value is 69 (27.34% from 255 or 36.51% from 189); Blue value is 35 (14.06% from 255 or 18.52% from 189); Max value from RGB is 85 - color contains mainly: red. Hex color #554523 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554523 is #AABADC. Grayscale: #464646. Windows color (decimal): -11188957 or 2311509. OLE color: 2311509.
HSL color Cylindrical-coordinate representation of color #554523: hue angle of 40.8º 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 #554523 is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 69 | 35 | - |
| CMYK | 0 | 0.19 | 0.59 | 0.67 |
| HSL | 40.8º | 0.42% | 0.24% | - |
| HSV(B) | 40.8º | 0.59% | 0.33% | - |
| XYZ | 6.18 | 6.31 | 2.48 | - |
| YUV | 69.91 | 108.3 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 69 | 35 | 0 | 0.19 | 0.59 | 0.67 | 40.8 | 0.42 | 0.24 |
| Hex | 55 | 45 | 23 | 0 | 13 | 3B | 43 | 29 | 2A | 18 |
| Octal | 125 | 105 | 43 | 0 | 23 | 73 | 103 | 51 | 52 | 30 |
| Binary | 1010101 | 1000101 | 100011 | 0 | 10011 | 111011 | 1000011 | 101001 | 101010 | 11000 |
Color Harmonies of #554523
Complementary color
Monochromatic Colors of #554523
Black with #554523
Text Example
Text Example
White with #554523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554523; }
p { color: rgb(85,69,35); }
H1.HeaderClassName
{
color: #554523;
}
.AnyTagClassName
{
color: #554523;
}
</style>
background-color css
<style>
a { background-color: #554523; }
a { background-color: rgb(85,69,35); }
div.DivClassName
{
background-color: #554523;
}
.BgClassName
{
background-color: #554523;
}
</style>
border-color css
<style>
span { border-color: #554523; }
span { border-color: rgb(85,69,35); }
td.TdClassName
{
border-color: #554523;
}
.TagClassName
{
border-color: #554523;
}
</style>