Shades of Bronze Olive #544A13
Tints of Bronze Olive #544A13
RGB
CMYK
RGB Variations
Color information
#544A13 (or 0x544A13) is known color: Bronze Olive. HEX triplet: 54, 4A and 13. RGB value is (84,74,19). Sum of RGB (Red+Green+Blue) = 84+74+19=177 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.46% from 177); Green value is 74 (29.30% from 255 or 41.81% from 177); Blue value is 19 (7.81% from 255 or 10.73% from 177); Max value from RGB is 84 - color contains mainly: red. Hex color #544A13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544A13 is #ABB5EC. Grayscale: #464646. Windows color (decimal): -11253229 or 1264212. OLE color: 1264212.
HSL color Cylindrical-coordinate representation of color #544A13: hue angle of 50.77º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #544A13 is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 74 | 19 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.67 |
| HSL | 50.77º | 0.63% | 0.2% | - |
| HSV(B) | 50.77º | 0.77% | 0.33% | - |
| XYZ | 6.22 | 6.83 | 1.61 | - |
| YUV | 70.72 | 98.81 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 74 | 19 | 0 | 0.12 | 0.77 | 0.67 | 50.77 | 0.63 | 0.2 |
| Hex | 54 | 4A | 13 | 0 | C | 4D | 43 | 33 | 3F | 14 |
| Octal | 124 | 112 | 23 | 0 | 14 | 115 | 103 | 63 | 77 | 24 |
| Binary | 1010100 | 1001010 | 10011 | 0 | 1100 | 1001101 | 1000011 | 110011 | 111111 | 10100 |
Color Harmonies of #544A13
Complementary color
Monochromatic Colors of #544A13
Black with #544A13
Text Example
Text Example
White with #544A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544A13; }
p { color: rgb(84,74,19); }
H1.HeaderClassName
{
color: #544A13;
}
.AnyTagClassName
{
color: #544A13;
}
</style>
background-color css
<style>
a { background-color: #544A13; }
a { background-color: rgb(84,74,19); }
div.DivClassName
{
background-color: #544A13;
}
.BgClassName
{
background-color: #544A13;
}
</style>
border-color css
<style>
span { border-color: #544A13; }
span { border-color: rgb(84,74,19); }
td.TdClassName
{
border-color: #544A13;
}
.TagClassName
{
border-color: #544A13;
}
</style>