Shades of Bronze Olive #544510
Tints of Bronze Olive #544510
RGB
CMYK
RGB Variations
Color information
#544510 (or 0x544510) is known color: Bronze Olive. HEX triplet: 54, 45 and 10. RGB value is (84,69,16). Sum of RGB (Red+Green+Blue) = 84+69+16=169 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.70% from 169); Green value is 69 (27.34% from 255 or 40.83% from 169); Blue value is 16 (6.64% from 255 or 9.47% from 169); Max value from RGB is 84 - color contains mainly: red. Hex color #544510 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544510 is #ABBAEF. Grayscale: #434343. Windows color (decimal): -11254512 or 1066324. OLE color: 1066324.
HSL color Cylindrical-coordinate representation of color #544510: hue angle of 46.76º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #544510 is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 69 | 16 | - |
| CMYK | 0 | 0.18 | 0.81 | 0.67 |
| HSL | 46.76º | 0.68% | 0.2% | - |
| HSV(B) | 46.76º | 0.81% | 0.33% | - |
| XYZ | 5.88 | 6.18 | 1.37 | - |
| YUV | 67.44 | 98.97 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 69 | 16 | 0 | 0.18 | 0.81 | 0.67 | 46.76 | 0.68 | 0.2 |
| Hex | 54 | 45 | 10 | 0 | 12 | 51 | 43 | 2F | 44 | 14 |
| Octal | 124 | 105 | 20 | 0 | 22 | 121 | 103 | 57 | 104 | 24 |
| Binary | 1010100 | 1000101 | 10000 | 0 | 10010 | 1010001 | 1000011 | 101111 | 1000100 | 10100 |
Color Harmonies of #544510
Complementary color
Monochromatic Colors of #544510
Black with #544510
Text Example
Text Example
White with #544510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544510; }
p { color: rgb(84,69,16); }
H1.HeaderClassName
{
color: #544510;
}
.AnyTagClassName
{
color: #544510;
}
</style>
background-color css
<style>
a { background-color: #544510; }
a { background-color: rgb(84,69,16); }
div.DivClassName
{
background-color: #544510;
}
.BgClassName
{
background-color: #544510;
}
</style>
border-color css
<style>
span { border-color: #544510; }
span { border-color: rgb(84,69,16); }
td.TdClassName
{
border-color: #544510;
}
.TagClassName
{
border-color: #544510;
}
</style>