Shades of Bronze Olive #544422
Tints of Bronze Olive #544422
RGB
CMYK
RGB Variations
Color information
#544422 (or 0x544422) is known color: Bronze Olive. HEX triplet: 54, 44 and 22. RGB value is (84,68,34). Sum of RGB (Red+Green+Blue) = 84+68+34=186 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.16% from 186); Green value is 68 (26.95% from 255 or 36.56% from 186); Blue value is 34 (13.67% from 255 or 18.28% from 186); Max value from RGB is 84 - color contains mainly: red. Hex color #544422 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544422 is #ABBBDD. Grayscale: #454545. Windows color (decimal): -11254750 or 2245716. OLE color: 2245716.
HSL color Cylindrical-coordinate representation of color #544422: hue angle of 40.8º degrees, saturation: 0.42, 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 #544422 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 68 | 34 | - |
| CMYK | 0 | 0.19 | 0.60 | 0.67 |
| HSL | 40.8º | 0.42% | 0.23% | - |
| HSV(B) | 40.8º | 0.6% | 0.33% | - |
| XYZ | 6.01 | 6.13 | 2.38 | - |
| YUV | 68.91 | 108.3 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 68 | 34 | 0 | 0.19 | 0.60 | 0.67 | 40.8 | 0.42 | 0.23 |
| Hex | 54 | 44 | 22 | 0 | 13 | 3C | 43 | 29 | 2A | 17 |
| Octal | 124 | 104 | 42 | 0 | 23 | 74 | 103 | 51 | 52 | 27 |
| Binary | 1010100 | 1000100 | 100010 | 0 | 10011 | 111100 | 1000011 | 101001 | 101010 | 10111 |
Color Harmonies of #544422
Complementary color
Monochromatic Colors of #544422
Black with #544422
Text Example
Text Example
White with #544422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544422; }
p { color: rgb(84,68,34); }
H1.HeaderClassName
{
color: #544422;
}
.AnyTagClassName
{
color: #544422;
}
</style>
background-color css
<style>
a { background-color: #544422; }
a { background-color: rgb(84,68,34); }
div.DivClassName
{
background-color: #544422;
}
.BgClassName
{
background-color: #544422;
}
</style>
border-color css
<style>
span { border-color: #544422; }
span { border-color: rgb(84,68,34); }
td.TdClassName
{
border-color: #544422;
}
.TagClassName
{
border-color: #544422;
}
</style>