Shades of Bronze Olive #544F0D
Tints of Bronze Olive #544F0D
RGB
CMYK
RGB Variations
Color information
#544F0D (or 0x544F0D) is known color: Bronze Olive. HEX triplet: 54, 4F and 0D. RGB value is (84,79,13). Sum of RGB (Red+Green+Blue) = 84+79+13=176 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.73% from 176); Green value is 79 (31.25% from 255 or 44.89% from 176); Blue value is 13 (5.47% from 255 or 7.39% from 176); Max value from RGB is 84 - color contains mainly: red. Hex color #544F0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #544F0D is #ABB0F2. Grayscale: #494949. Windows color (decimal): -11251955 or 872276. OLE color: 872276.
HSL color Cylindrical-coordinate representation of color #544F0D: hue angle of 55.77º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #544F0D is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 79 | 13 | - |
| CMYK | 0 | 0.06 | 0.85 | 0.67 |
| HSL | 55.77º | 0.73% | 0.19% | - |
| HSV(B) | 55.77º | 0.85% | 0.33% | - |
| XYZ | 6.52 | 7.51 | 1.49 | - |
| YUV | 72.97 | 94.16 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 79 | 13 | 0 | 0.06 | 0.85 | 0.67 | 55.77 | 0.73 | 0.19 |
| Hex | 54 | 4F | D | 0 | 6 | 55 | 43 | 38 | 49 | 13 |
| Octal | 124 | 117 | 15 | 0 | 6 | 125 | 103 | 70 | 111 | 23 |
| Binary | 1010100 | 1001111 | 1101 | 0 | 110 | 1010101 | 1000011 | 111000 | 1001001 | 10011 |
Color Harmonies of #544F0D
Complementary color
Monochromatic Colors of #544F0D
Black with #544F0D
Text Example
Text Example
White with #544F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544F0D; }
p { color: rgb(84,79,13); }
H1.HeaderClassName
{
color: #544F0D;
}
.AnyTagClassName
{
color: #544F0D;
}
</style>
background-color css
<style>
a { background-color: #544F0D; }
a { background-color: rgb(84,79,13); }
div.DivClassName
{
background-color: #544F0D;
}
.BgClassName
{
background-color: #544F0D;
}
</style>
border-color css
<style>
span { border-color: #544F0D; }
span { border-color: rgb(84,79,13); }
td.TdClassName
{
border-color: #544F0D;
}
.TagClassName
{
border-color: #544F0D;
}
</style>