Shades of Bronze Olive #544E1C
Tints of Bronze Olive #544E1C
RGB
CMYK
RGB Variations
Color information
#544E1C (or 0x544E1C) is known color: Bronze Olive. HEX triplet: 54, 4E and 1C. RGB value is (84,78,28). Sum of RGB (Red+Green+Blue) = 84+78+28=190 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.21% from 190); Green value is 78 (30.86% from 255 or 41.05% from 190); Blue value is 28 (11.33% from 255 or 14.74% from 190); Max value from RGB is 84 - color contains mainly: red. Hex color #544E1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #544E1C is #ABB1E3. Grayscale: #4A4A4A. Windows color (decimal): -11252196 or 1855060. OLE color: 1855060.
HSL color Cylindrical-coordinate representation of color #544E1C: hue angle of 53.57º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #544E1C is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 78 | 28 | - |
| CMYK | 0 | 0.07 | 0.67 | 0.67 |
| HSL | 53.57º | 0.5% | 0.22% | - |
| HSV(B) | 53.57º | 0.67% | 0.33% | - |
| XYZ | 6.59 | 7.42 | 2.18 | - |
| YUV | 74.09 | 101.99 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 78 | 28 | 0 | 0.07 | 0.67 | 0.67 | 53.57 | 0.5 | 0.22 |
| Hex | 54 | 4E | 1C | 0 | 7 | 43 | 43 | 36 | 32 | 16 |
| Octal | 124 | 116 | 34 | 0 | 7 | 103 | 103 | 66 | 62 | 26 |
| Binary | 1010100 | 1001110 | 11100 | 0 | 111 | 1000011 | 1000011 | 110110 | 110010 | 10110 |
Color Harmonies of #544E1C
Complementary color
Monochromatic Colors of #544E1C
Black with #544E1C
Text Example
Text Example
White with #544E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544E1C; }
p { color: rgb(84,78,28); }
H1.HeaderClassName
{
color: #544E1C;
}
.AnyTagClassName
{
color: #544E1C;
}
</style>
background-color css
<style>
a { background-color: #544E1C; }
a { background-color: rgb(84,78,28); }
div.DivClassName
{
background-color: #544E1C;
}
.BgClassName
{
background-color: #544E1C;
}
</style>
border-color css
<style>
span { border-color: #544E1C; }
span { border-color: rgb(84,78,28); }
td.TdClassName
{
border-color: #544E1C;
}
.TagClassName
{
border-color: #544E1C;
}
</style>