Shades of Bronze Olive #554321
Tints of Bronze Olive #554321
RGB
CMYK
RGB Variations
Color information
#554321 (or 0x554321) is known color: Bronze Olive. HEX triplet: 55, 43 and 21. RGB value is (85,67,33). Sum of RGB (Red+Green+Blue) = 85+67+33=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 67 (26.56% from 255 or 36.22% from 185); Blue value is 33 (13.28% from 255 or 17.84% from 185); Max value from RGB is 85 - color contains mainly: red. Hex color #554321 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554321 is #AABCDE. Grayscale: #444444. Windows color (decimal): -11189471 or 2179925. OLE color: 2179925.
HSL color Cylindrical-coordinate representation of color #554321: hue angle of 39.23º 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 #554321 is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 67 | 33 | - |
| CMYK | 0 | 0.21 | 0.61 | 0.67 |
| HSL | 39.23º | 0.44% | 0.23% | - |
| HSV(B) | 39.23º | 0.61% | 0.33% | - |
| XYZ | 6.03 | 6.06 | 2.29 | - |
| YUV | 68.51 | 107.96 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 67 | 33 | 0 | 0.21 | 0.61 | 0.67 | 39.23 | 0.44 | 0.23 |
| Hex | 55 | 43 | 21 | 0 | 15 | 3D | 43 | 27 | 2C | 17 |
| Octal | 125 | 103 | 41 | 0 | 25 | 75 | 103 | 47 | 54 | 27 |
| Binary | 1010101 | 1000011 | 100001 | 0 | 10101 | 111101 | 1000011 | 100111 | 101100 | 10111 |
Color Harmonies of #554321
Complementary color
Monochromatic Colors of #554321
Black with #554321
Text Example
Text Example
White with #554321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554321; }
p { color: rgb(85,67,33); }
H1.HeaderClassName
{
color: #554321;
}
.AnyTagClassName
{
color: #554321;
}
</style>
background-color css
<style>
a { background-color: #554321; }
a { background-color: rgb(85,67,33); }
div.DivClassName
{
background-color: #554321;
}
.BgClassName
{
background-color: #554321;
}
</style>
border-color css
<style>
span { border-color: #554321; }
span { border-color: rgb(85,67,33); }
td.TdClassName
{
border-color: #554321;
}
.TagClassName
{
border-color: #554321;
}
</style>