Shades of Bronze Olive #544F0C
Tints of Bronze Olive #544F0C
RGB
CMYK
RGB Variations
Color information
#544F0C (or 0x544F0C) is known color: Bronze Olive. HEX triplet: 54, 4F and 0C. RGB value is (84,79,12). Sum of RGB (Red+Green+Blue) = 84+79+12=175 (23% of max value = 765). Red value is 84 (33.20% from 255 or 48% from 175); Green value is 79 (31.25% from 255 or 45.14% from 175); Blue value is 12 (5.08% from 255 or 6.86% from 175); Max value from RGB is 84 - color contains mainly: red. Hex color #544F0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #544F0C is #ABB0F3. Grayscale: #494949. Windows color (decimal): -11251956 or 806740. OLE color: 806740.
HSL color Cylindrical-coordinate representation of color #544F0C: hue angle of 55.83º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #544F0C is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 79 | 12 | - |
| CMYK | 0 | 0.06 | 0.86 | 0.67 |
| HSL | 55.83º | 0.75% | 0.19% | - |
| HSV(B) | 55.83º | 0.86% | 0.33% | - |
| XYZ | 6.52 | 7.5 | 1.45 | - |
| YUV | 72.86 | 93.66 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 79 | 12 | 0 | 0.06 | 0.86 | 0.67 | 55.83 | 0.75 | 0.19 |
| Hex | 54 | 4F | C | 0 | 6 | 56 | 43 | 38 | 4B | 13 |
| Octal | 124 | 117 | 14 | 0 | 6 | 126 | 103 | 70 | 113 | 23 |
| Binary | 1010100 | 1001111 | 1100 | 0 | 110 | 1010110 | 1000011 | 111000 | 1001011 | 10011 |
Color Harmonies of #544F0C
Complementary color
Monochromatic Colors of #544F0C
Black with #544F0C
Text Example
Text Example
White with #544F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544F0C; }
p { color: rgb(84,79,12); }
H1.HeaderClassName
{
color: #544F0C;
}
.AnyTagClassName
{
color: #544F0C;
}
</style>
background-color css
<style>
a { background-color: #544F0C; }
a { background-color: rgb(84,79,12); }
div.DivClassName
{
background-color: #544F0C;
}
.BgClassName
{
background-color: #544F0C;
}
</style>
border-color css
<style>
span { border-color: #544F0C; }
span { border-color: rgb(84,79,12); }
td.TdClassName
{
border-color: #544F0C;
}
.TagClassName
{
border-color: #544F0C;
}
</style>