Shades of Bronze Olive #544A02
Tints of Bronze Olive #544A02
RGB
CMYK
RGB Variations
Color information
#544A02 (or 0x544A02) is known color: Bronze Olive. HEX triplet: 54, 4A and 02. RGB value is (84,74,2). Sum of RGB (Red+Green+Blue) = 84+74+2=160 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.5% from 160); Green value is 74 (29.30% from 255 or 46.25% from 160); Blue value is 2 (1.17% from 255 or 1.25% from 160); Max value from RGB is 84 - color contains mainly: red. Hex color #544A02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544A02 is #ABB5FD. Grayscale: #454545. Windows color (decimal): -11253246 or 150100. OLE color: 150100.
HSL color Cylindrical-coordinate representation of color #544A02: hue angle of 52.68º 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 #544A02 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 74 | 2 | - |
| CMYK | 0 | 0.12 | 0.98 | 0.67 |
| HSL | 52.68º | 0.95% | 0.17% | - |
| HSV(B) | 52.68º | 0.98% | 0.33% | - |
| XYZ | 6.12 | 6.79 | 1.05 | - |
| YUV | 68.78 | 90.31 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 74 | 2 | 0 | 0.12 | 0.98 | 0.67 | 52.68 | 0.95 | 0.17 |
| Hex | 54 | 4A | 2 | 0 | C | 62 | 43 | 35 | 5F | 11 |
| Octal | 124 | 112 | 2 | 0 | 14 | 142 | 103 | 65 | 137 | 21 |
| Binary | 1010100 | 1001010 | 10 | 0 | 1100 | 1100010 | 1000011 | 110101 | 1011111 | 10001 |
Color Harmonies of #544A02
Complementary color
Monochromatic Colors of #544A02
Black with #544A02
Text Example
Text Example
White with #544A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544A02; }
p { color: rgb(84,74,2); }
H1.HeaderClassName
{
color: #544A02;
}
.AnyTagClassName
{
color: #544A02;
}
</style>
background-color css
<style>
a { background-color: #544A02; }
a { background-color: rgb(84,74,2); }
div.DivClassName
{
background-color: #544A02;
}
.BgClassName
{
background-color: #544A02;
}
</style>
border-color css
<style>
span { border-color: #544A02; }
span { border-color: rgb(84,74,2); }
td.TdClassName
{
border-color: #544A02;
}
.TagClassName
{
border-color: #544A02;
}
</style>