Shades of Bronze Olive #544512
Tints of Bronze Olive #544512
RGB
CMYK
RGB Variations
Color information
#544512 (or 0x544512) is known color: Bronze Olive. HEX triplet: 54, 45 and 12. RGB value is (84,69,18). Sum of RGB (Red+Green+Blue) = 84+69+18=171 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.12% from 171); Green value is 69 (27.34% from 255 or 40.35% from 171); Blue value is 18 (7.42% from 255 or 10.53% from 171); Max value from RGB is 84 - color contains mainly: red. Hex color #544512 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544512 is #ABBAED. Grayscale: #434343. Windows color (decimal): -11254510 or 1197396. OLE color: 1197396.
HSL color Cylindrical-coordinate representation of color #544512: hue angle of 46.36º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #544512 is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 69 | 18 | - |
| CMYK | 0 | 0.18 | 0.79 | 0.67 |
| HSL | 46.36º | 0.65% | 0.2% | - |
| HSV(B) | 46.36º | 0.79% | 0.33% | - |
| XYZ | 5.89 | 6.18 | 1.46 | - |
| YUV | 67.67 | 99.97 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 69 | 18 | 0 | 0.18 | 0.79 | 0.67 | 46.36 | 0.65 | 0.2 |
| Hex | 54 | 45 | 12 | 0 | 12 | 4F | 43 | 2E | 41 | 14 |
| Octal | 124 | 105 | 22 | 0 | 22 | 117 | 103 | 56 | 101 | 24 |
| Binary | 1010100 | 1000101 | 10010 | 0 | 10010 | 1001111 | 1000011 | 101110 | 1000001 | 10100 |
Color Harmonies of #544512
Complementary color
Monochromatic Colors of #544512
Black with #544512
Text Example
Text Example
White with #544512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544512; }
p { color: rgb(84,69,18); }
H1.HeaderClassName
{
color: #544512;
}
.AnyTagClassName
{
color: #544512;
}
</style>
background-color css
<style>
a { background-color: #544512; }
a { background-color: rgb(84,69,18); }
div.DivClassName
{
background-color: #544512;
}
.BgClassName
{
background-color: #544512;
}
</style>
border-color css
<style>
span { border-color: #544512; }
span { border-color: rgb(84,69,18); }
td.TdClassName
{
border-color: #544512;
}
.TagClassName
{
border-color: #544512;
}
</style>