Shades of Bronze Olive #544902
Tints of Bronze Olive #544902
RGB
CMYK
RGB Variations
Color information
#544902 (or 0x544902) is known color: Bronze Olive. HEX triplet: 54, 49 and 02. RGB value is (84,73,2). Sum of RGB (Red+Green+Blue) = 84+73+2=159 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.83% from 159); Green value is 73 (28.91% from 255 or 45.91% from 159); Blue value is 2 (1.17% from 255 or 1.26% from 159); Max value from RGB is 84 - color contains mainly: red. Hex color #544902 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544902 is #ABB6FD. Grayscale: #444444. Windows color (decimal): -11253502 or 149844. OLE color: 149844.
HSL color Cylindrical-coordinate representation of color #544902: hue angle of 51.95º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #544902 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 73 | 2 | - |
| CMYK | 0 | 0.13 | 0.98 | 0.67 |
| HSL | 51.95º | 0.95% | 0.17% | - |
| HSV(B) | 51.95º | 0.98% | 0.33% | - |
| XYZ | 6.05 | 6.65 | 1.02 | - |
| YUV | 68.2 | 90.64 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 73 | 2 | 0 | 0.13 | 0.98 | 0.67 | 51.95 | 0.95 | 0.17 |
| Hex | 54 | 49 | 2 | 0 | D | 62 | 43 | 34 | 5F | 11 |
| Octal | 124 | 111 | 2 | 0 | 15 | 142 | 103 | 64 | 137 | 21 |
| Binary | 1010100 | 1001001 | 10 | 0 | 1101 | 1100010 | 1000011 | 110100 | 1011111 | 10001 |
Color Harmonies of #544902
Complementary color
Monochromatic Colors of #544902
Black with #544902
Text Example
Text Example
White with #544902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544902; }
p { color: rgb(84,73,2); }
H1.HeaderClassName
{
color: #544902;
}
.AnyTagClassName
{
color: #544902;
}
</style>
background-color css
<style>
a { background-color: #544902; }
a { background-color: rgb(84,73,2); }
div.DivClassName
{
background-color: #544902;
}
.BgClassName
{
background-color: #544902;
}
</style>
border-color css
<style>
span { border-color: #544902; }
span { border-color: rgb(84,73,2); }
td.TdClassName
{
border-color: #544902;
}
.TagClassName
{
border-color: #544902;
}
</style>