Shades of Bronze Olive #554422
Tints of Bronze Olive #554422
RGB
CMYK
RGB Variations
Color information
#554422 (or 0x554422) is known color: Bronze Olive. HEX triplet: 55, 44 and 22. RGB value is (85,68,34). Sum of RGB (Red+Green+Blue) = 85+68+34=187 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.45% from 187); Green value is 68 (26.95% from 255 or 36.36% from 187); Blue value is 34 (13.67% from 255 or 18.18% from 187); Max value from RGB is 85 - color contains mainly: red. Hex color #554422 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554422 is #AABBDD. Grayscale: #454545. Windows color (decimal): -11189214 or 2245717. OLE color: 2245717.
HSL color Cylindrical-coordinate representation of color #554422: hue angle of 40º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #554422 is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 68 | 34 | - |
| CMYK | 0 | 0.20 | 0.60 | 0.67 |
| HSL | 40º | 0.43% | 0.23% | - |
| HSV(B) | 40º | 0.6% | 0.33% | - |
| XYZ | 6.1 | 6.18 | 2.38 | - |
| YUV | 69.21 | 108.13 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 68 | 34 | 0 | 0.20 | 0.60 | 0.67 | 40 | 0.43 | 0.23 |
| Hex | 55 | 44 | 22 | 0 | 14 | 3C | 43 | 28 | 2B | 17 |
| Octal | 125 | 104 | 42 | 0 | 24 | 74 | 103 | 50 | 53 | 27 |
| Binary | 1010101 | 1000100 | 100010 | 0 | 10100 | 111100 | 1000011 | 101000 | 101011 | 10111 |
Color Harmonies of #554422
Complementary color
Monochromatic Colors of #554422
Black with #554422
Text Example
Text Example
White with #554422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554422; }
p { color: rgb(85,68,34); }
H1.HeaderClassName
{
color: #554422;
}
.AnyTagClassName
{
color: #554422;
}
</style>
background-color css
<style>
a { background-color: #554422; }
a { background-color: rgb(85,68,34); }
div.DivClassName
{
background-color: #554422;
}
.BgClassName
{
background-color: #554422;
}
</style>
border-color css
<style>
span { border-color: #554422; }
span { border-color: rgb(85,68,34); }
td.TdClassName
{
border-color: #554422;
}
.TagClassName
{
border-color: #554422;
}
</style>