Shades of Bronze Olive #544D0B
Tints of Bronze Olive #544D0B
RGB
CMYK
RGB Variations
Color information
#544D0B (or 0x544D0B) is known color: Bronze Olive. HEX triplet: 54, 4D and 0B. RGB value is (84,77,11). Sum of RGB (Red+Green+Blue) = 84+77+11=172 (22% of max value = 765). Red value is 84 (33.20% from 255 or 48.84% from 172); Green value is 77 (30.47% from 255 or 44.77% from 172); Blue value is 11 (4.69% from 255 or 6.40% from 172); Max value from RGB is 84 - color contains mainly: red. Hex color #544D0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #544D0B is #ABB2F4. Grayscale: #474747. Windows color (decimal): -11252469 or 740692. OLE color: 740692.
HSL color Cylindrical-coordinate representation of color #544D0B: hue angle of 54.25º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #544D0B is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 77 | 11 | - |
| CMYK | 0 | 0.08 | 0.87 | 0.67 |
| HSL | 54.25º | 0.77% | 0.19% | - |
| HSV(B) | 54.25º | 0.87% | 0.33% | - |
| XYZ | 6.37 | 7.22 | 1.37 | - |
| YUV | 71.57 | 93.82 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 77 | 11 | 0 | 0.08 | 0.87 | 0.67 | 54.25 | 0.77 | 0.19 |
| Hex | 54 | 4D | B | 0 | 8 | 57 | 43 | 36 | 4D | 13 |
| Octal | 124 | 115 | 13 | 0 | 10 | 127 | 103 | 66 | 115 | 23 |
| Binary | 1010100 | 1001101 | 1011 | 0 | 1000 | 1010111 | 1000011 | 110110 | 1001101 | 10011 |
Color Harmonies of #544D0B
Complementary color
Monochromatic Colors of #544D0B
Black with #544D0B
Text Example
Text Example
White with #544D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544D0B; }
p { color: rgb(84,77,11); }
H1.HeaderClassName
{
color: #544D0B;
}
.AnyTagClassName
{
color: #544D0B;
}
</style>
background-color css
<style>
a { background-color: #544D0B; }
a { background-color: rgb(84,77,11); }
div.DivClassName
{
background-color: #544D0B;
}
.BgClassName
{
background-color: #544D0B;
}
</style>
border-color css
<style>
span { border-color: #544D0B; }
span { border-color: rgb(84,77,11); }
td.TdClassName
{
border-color: #544D0B;
}
.TagClassName
{
border-color: #544D0B;
}
</style>