Shades of Bronze Olive #544409
Tints of Bronze Olive #544409
RGB
CMYK
RGB Variations
Color information
#544409 (or 0x544409) is known color: Bronze Olive. HEX triplet: 54, 44 and 09. RGB value is (84,68,9). Sum of RGB (Red+Green+Blue) = 84+68+9=161 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.17% from 161); Green value is 68 (26.95% from 255 or 42.24% from 161); Blue value is 9 (3.91% from 255 or 5.59% from 161); Max value from RGB is 84 - color contains mainly: red. Hex color #544409 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544409 is #ABBBF6. Grayscale: #424242. Windows color (decimal): -11254775 or 607316. OLE color: 607316.
HSL color Cylindrical-coordinate representation of color #544409: hue angle of 47.2º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #544409 is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 68 | 9 | - |
| CMYK | 0 | 0.19 | 0.89 | 0.67 |
| HSL | 47.2º | 0.81% | 0.18% | - |
| HSV(B) | 47.2º | 0.89% | 0.33% | - |
| XYZ | 5.77 | 6.04 | 1.12 | - |
| YUV | 66.06 | 95.8 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 68 | 9 | 0 | 0.19 | 0.89 | 0.67 | 47.2 | 0.81 | 0.18 |
| Hex | 54 | 44 | 9 | 0 | 13 | 59 | 43 | 2F | 51 | 12 |
| Octal | 124 | 104 | 11 | 0 | 23 | 131 | 103 | 57 | 121 | 22 |
| Binary | 1010100 | 1000100 | 1001 | 0 | 10011 | 1011001 | 1000011 | 101111 | 1010001 | 10010 |
Color Harmonies of #544409
Complementary color
Monochromatic Colors of #544409
Black with #544409
Text Example
Text Example
White with #544409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544409; }
p { color: rgb(84,68,9); }
H1.HeaderClassName
{
color: #544409;
}
.AnyTagClassName
{
color: #544409;
}
</style>
background-color css
<style>
a { background-color: #544409; }
a { background-color: rgb(84,68,9); }
div.DivClassName
{
background-color: #544409;
}
.BgClassName
{
background-color: #544409;
}
</style>
border-color css
<style>
span { border-color: #544409; }
span { border-color: rgb(84,68,9); }
td.TdClassName
{
border-color: #544409;
}
.TagClassName
{
border-color: #544409;
}
</style>