Shades of Bronze Olive #544411
Tints of Bronze Olive #544411
RGB
CMYK
RGB Variations
Color information
#544411 (or 0x544411) is known color: Bronze Olive. HEX triplet: 54, 44 and 11. RGB value is (84,68,17). Sum of RGB (Red+Green+Blue) = 84+68+17=169 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.70% from 169); Green value is 68 (26.95% from 255 or 40.24% from 169); Blue value is 17 (7.03% from 255 or 10.06% from 169); Max value from RGB is 84 - color contains mainly: red. Hex color #544411 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544411 is #ABBBEE. Grayscale: #434343. Windows color (decimal): -11254767 or 1131604. OLE color: 1131604.
HSL color Cylindrical-coordinate representation of color #544411: hue angle of 45.67º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #544411 is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 68 | 17 | - |
| CMYK | 0 | 0.19 | 0.80 | 0.67 |
| HSL | 45.67º | 0.66% | 0.2% | - |
| HSV(B) | 45.67º | 0.8% | 0.33% | - |
| XYZ | 5.82 | 6.06 | 1.39 | - |
| YUV | 66.97 | 99.8 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 68 | 17 | 0 | 0.19 | 0.80 | 0.67 | 45.67 | 0.66 | 0.2 |
| Hex | 54 | 44 | 11 | 0 | 13 | 50 | 43 | 2E | 42 | 14 |
| Octal | 124 | 104 | 21 | 0 | 23 | 120 | 103 | 56 | 102 | 24 |
| Binary | 1010100 | 1000100 | 10001 | 0 | 10011 | 1010000 | 1000011 | 101110 | 1000010 | 10100 |
Color Harmonies of #544411
Complementary color
Monochromatic Colors of #544411
Black with #544411
Text Example
Text Example
White with #544411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544411; }
p { color: rgb(84,68,17); }
H1.HeaderClassName
{
color: #544411;
}
.AnyTagClassName
{
color: #544411;
}
</style>
background-color css
<style>
a { background-color: #544411; }
a { background-color: rgb(84,68,17); }
div.DivClassName
{
background-color: #544411;
}
.BgClassName
{
background-color: #544411;
}
</style>
border-color css
<style>
span { border-color: #544411; }
span { border-color: rgb(84,68,17); }
td.TdClassName
{
border-color: #544411;
}
.TagClassName
{
border-color: #544411;
}
</style>