Shades of Bronze Olive #544403
Tints of Bronze Olive #544403
RGB
CMYK
RGB Variations
Color information
#544403 (or 0x544403) is known color: Bronze Olive. HEX triplet: 54, 44 and 03. RGB value is (84,68,3). Sum of RGB (Red+Green+Blue) = 84+68+3=155 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.19% from 155); Green value is 68 (26.95% from 255 or 43.87% from 155); Blue value is 3 (1.56% from 255 or 1.94% from 155); Max value from RGB is 84 - color contains mainly: red. Hex color #544403 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544403 is #ABBBFC. Grayscale: #414141. Windows color (decimal): -11254781 or 214100. OLE color: 214100.
HSL color Cylindrical-coordinate representation of color #544403: hue angle of 48.15º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #544403 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 68 | 3 | - |
| CMYK | 0 | 0.19 | 0.96 | 0.67 |
| HSL | 48.15º | 0.93% | 0.17% | - |
| HSV(B) | 48.15º | 0.96% | 0.33% | - |
| XYZ | 5.74 | 6.03 | 0.95 | - |
| YUV | 65.37 | 92.8 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 68 | 3 | 0 | 0.19 | 0.96 | 0.67 | 48.15 | 0.93 | 0.17 |
| Hex | 54 | 44 | 3 | 0 | 13 | 60 | 43 | 30 | 5D | 11 |
| Octal | 124 | 104 | 3 | 0 | 23 | 140 | 103 | 60 | 135 | 21 |
| Binary | 1010100 | 1000100 | 11 | 0 | 10011 | 1100000 | 1000011 | 110000 | 1011101 | 10001 |
Color Harmonies of #544403
Complementary color
Monochromatic Colors of #544403
Black with #544403
Text Example
Text Example
White with #544403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544403; }
p { color: rgb(84,68,3); }
H1.HeaderClassName
{
color: #544403;
}
.AnyTagClassName
{
color: #544403;
}
</style>
background-color css
<style>
a { background-color: #544403; }
a { background-color: rgb(84,68,3); }
div.DivClassName
{
background-color: #544403;
}
.BgClassName
{
background-color: #544403;
}
</style>
border-color css
<style>
span { border-color: #544403; }
span { border-color: rgb(84,68,3); }
td.TdClassName
{
border-color: #544403;
}
.TagClassName
{
border-color: #544403;
}
</style>