Shades of Bronze Olive #554421
Tints of Bronze Olive #554421
RGB
CMYK
RGB Variations
Color information
#554421 (or 0x554421) is known color: Bronze Olive. HEX triplet: 55, 44 and 21. RGB value is (85,68,33). Sum of RGB (Red+Green+Blue) = 85+68+33=186 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.70% from 186); Green value is 68 (26.95% from 255 or 36.56% from 186); Blue value is 33 (13.28% from 255 or 17.74% from 186); Max value from RGB is 85 - color contains mainly: red. Hex color #554421 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554421 is #AABBDE. Grayscale: #454545. Windows color (decimal): -11189215 or 2180181. OLE color: 2180181.
HSL color Cylindrical-coordinate representation of color #554421: hue angle of 40.38º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #554421 is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 68 | 33 | - |
| CMYK | 0 | 0.20 | 0.61 | 0.67 |
| HSL | 40.38º | 0.44% | 0.23% | - |
| HSV(B) | 40.38º | 0.61% | 0.33% | - |
| XYZ | 6.09 | 6.18 | 2.31 | - |
| YUV | 69.09 | 107.63 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 68 | 33 | 0 | 0.20 | 0.61 | 0.67 | 40.38 | 0.44 | 0.23 |
| Hex | 55 | 44 | 21 | 0 | 14 | 3D | 43 | 28 | 2C | 17 |
| Octal | 125 | 104 | 41 | 0 | 24 | 75 | 103 | 50 | 54 | 27 |
| Binary | 1010101 | 1000100 | 100001 | 0 | 10100 | 111101 | 1000011 | 101000 | 101100 | 10111 |
Color Harmonies of #554421
Complementary color
Monochromatic Colors of #554421
Black with #554421
Text Example
Text Example
White with #554421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554421; }
p { color: rgb(85,68,33); }
H1.HeaderClassName
{
color: #554421;
}
.AnyTagClassName
{
color: #554421;
}
</style>
background-color css
<style>
a { background-color: #554421; }
a { background-color: rgb(85,68,33); }
div.DivClassName
{
background-color: #554421;
}
.BgClassName
{
background-color: #554421;
}
</style>
border-color css
<style>
span { border-color: #554421; }
span { border-color: rgb(85,68,33); }
td.TdClassName
{
border-color: #554421;
}
.TagClassName
{
border-color: #554421;
}
</style>