Shades of Bronze Olive #544B16
Tints of Bronze Olive #544B16
RGB
CMYK
RGB Variations
Color information
#544B16 (or 0x544B16) is known color: Bronze Olive. HEX triplet: 54, 4B and 16. RGB value is (84,75,22). Sum of RGB (Red+Green+Blue) = 84+75+22=181 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.41% from 181); Green value is 75 (29.69% from 255 or 41.44% from 181); Blue value is 22 (8.98% from 255 or 12.15% from 181); Max value from RGB is 84 - color contains mainly: red. Hex color #544B16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544B16 is #ABB4E9. Grayscale: #474747. Windows color (decimal): -11252970 or 1461076. OLE color: 1461076.
HSL color Cylindrical-coordinate representation of color #544B16: hue angle of 51.29º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #544B16 is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 75 | 22 | - |
| CMYK | 0 | 0.11 | 0.74 | 0.67 |
| HSL | 51.29º | 0.58% | 0.21% | - |
| HSV(B) | 51.29º | 0.74% | 0.33% | - |
| XYZ | 6.32 | 6.97 | 1.77 | - |
| YUV | 71.65 | 99.98 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 75 | 22 | 0 | 0.11 | 0.74 | 0.67 | 51.29 | 0.58 | 0.21 |
| Hex | 54 | 4B | 16 | 0 | B | 4A | 43 | 33 | 3A | 15 |
| Octal | 124 | 113 | 26 | 0 | 13 | 112 | 103 | 63 | 72 | 25 |
| Binary | 1010100 | 1001011 | 10110 | 0 | 1011 | 1001010 | 1000011 | 110011 | 111010 | 10101 |
Color Harmonies of #544B16
Complementary color
Monochromatic Colors of #544B16
Black with #544B16
Text Example
Text Example
White with #544B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544B16; }
p { color: rgb(84,75,22); }
H1.HeaderClassName
{
color: #544B16;
}
.AnyTagClassName
{
color: #544B16;
}
</style>
background-color css
<style>
a { background-color: #544B16; }
a { background-color: rgb(84,75,22); }
div.DivClassName
{
background-color: #544B16;
}
.BgClassName
{
background-color: #544B16;
}
</style>
border-color css
<style>
span { border-color: #544B16; }
span { border-color: rgb(84,75,22); }
td.TdClassName
{
border-color: #544B16;
}
.TagClassName
{
border-color: #544B16;
}
</style>