Shades of Bronze Olive #544511
Tints of Bronze Olive #544511
RGB
CMYK
RGB Variations
Color information
#544511 (or 0x544511) is known color: Bronze Olive. HEX triplet: 54, 45 and 11. RGB value is (84,69,17). Sum of RGB (Red+Green+Blue) = 84+69+17=170 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.41% from 170); Green value is 69 (27.34% from 255 or 40.59% from 170); Blue value is 17 (7.03% from 255 or 10% from 170); Max value from RGB is 84 - color contains mainly: red. Hex color #544511 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544511 is #ABBAEE. Grayscale: #434343. Windows color (decimal): -11254511 or 1131860. OLE color: 1131860.
HSL color Cylindrical-coordinate representation of color #544511: hue angle of 46.57º 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 #544511 is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 69 | 17 | - |
| CMYK | 0 | 0.18 | 0.80 | 0.67 |
| HSL | 46.57º | 0.66% | 0.2% | - |
| HSV(B) | 46.57º | 0.8% | 0.33% | - |
| XYZ | 5.89 | 6.18 | 1.41 | - |
| YUV | 67.56 | 99.47 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 69 | 17 | 0 | 0.18 | 0.80 | 0.67 | 46.57 | 0.66 | 0.2 |
| Hex | 54 | 45 | 11 | 0 | 12 | 50 | 43 | 2F | 42 | 14 |
| Octal | 124 | 105 | 21 | 0 | 22 | 120 | 103 | 57 | 102 | 24 |
| Binary | 1010100 | 1000101 | 10001 | 0 | 10010 | 1010000 | 1000011 | 101111 | 1000010 | 10100 |
Color Harmonies of #544511
Complementary color
Monochromatic Colors of #544511
Black with #544511
Text Example
Text Example
White with #544511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544511; }
p { color: rgb(84,69,17); }
H1.HeaderClassName
{
color: #544511;
}
.AnyTagClassName
{
color: #544511;
}
</style>
background-color css
<style>
a { background-color: #544511; }
a { background-color: rgb(84,69,17); }
div.DivClassName
{
background-color: #544511;
}
.BgClassName
{
background-color: #544511;
}
</style>
border-color css
<style>
span { border-color: #544511; }
span { border-color: rgb(84,69,17); }
td.TdClassName
{
border-color: #544511;
}
.TagClassName
{
border-color: #544511;
}
</style>