Shades of Bronze Olive #544B13
Tints of Bronze Olive #544B13
RGB
CMYK
RGB Variations
Color information
#544B13 (or 0x544B13) is known color: Bronze Olive. HEX triplet: 54, 4B and 13. RGB value is (84,75,19). Sum of RGB (Red+Green+Blue) = 84+75+19=178 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.19% from 178); Green value is 75 (29.69% from 255 or 42.13% from 178); Blue value is 19 (7.81% from 255 or 10.67% from 178); Max value from RGB is 84 - color contains mainly: red. Hex color #544B13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544B13 is #ABB4EC. Grayscale: #474747. Windows color (decimal): -11252973 or 1264468. OLE color: 1264468.
HSL color Cylindrical-coordinate representation of color #544B13: hue angle of 51.69º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #544B13 is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 75 | 19 | - |
| CMYK | 0 | 0.11 | 0.77 | 0.67 |
| HSL | 51.69º | 0.63% | 0.2% | - |
| HSV(B) | 51.69º | 0.77% | 0.33% | - |
| XYZ | 6.29 | 6.96 | 1.63 | - |
| YUV | 71.31 | 98.48 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 75 | 19 | 0 | 0.11 | 0.77 | 0.67 | 51.69 | 0.63 | 0.2 |
| Hex | 54 | 4B | 13 | 0 | B | 4D | 43 | 34 | 3F | 14 |
| Octal | 124 | 113 | 23 | 0 | 13 | 115 | 103 | 64 | 77 | 24 |
| Binary | 1010100 | 1001011 | 10011 | 0 | 1011 | 1001101 | 1000011 | 110100 | 111111 | 10100 |
Color Harmonies of #544B13
Complementary color
Monochromatic Colors of #544B13
Black with #544B13
Text Example
Text Example
White with #544B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544B13; }
p { color: rgb(84,75,19); }
H1.HeaderClassName
{
color: #544B13;
}
.AnyTagClassName
{
color: #544B13;
}
</style>
background-color css
<style>
a { background-color: #544B13; }
a { background-color: rgb(84,75,19); }
div.DivClassName
{
background-color: #544B13;
}
.BgClassName
{
background-color: #544B13;
}
</style>
border-color css
<style>
span { border-color: #544B13; }
span { border-color: rgb(84,75,19); }
td.TdClassName
{
border-color: #544B13;
}
.TagClassName
{
border-color: #544B13;
}
</style>