Shades of Bronze Olive #544B19
Tints of Bronze Olive #544B19
RGB
CMYK
RGB Variations
Color information
#544B19 (or 0x544B19) is known color: Bronze Olive. HEX triplet: 54, 4B and 19. RGB value is (84,75,25). Sum of RGB (Red+Green+Blue) = 84+75+25=184 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.65% from 184); Green value is 75 (29.69% from 255 or 40.76% from 184); Blue value is 25 (10.16% from 255 or 13.59% from 184); Max value from RGB is 84 - color contains mainly: red. Hex color #544B19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544B19 is #ABB4E6. Grayscale: #484848. Windows color (decimal): -11252967 or 1657684. OLE color: 1657684.
HSL color Cylindrical-coordinate representation of color #544B19: hue angle of 50.85º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #544B19 is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 75 | 25 | - |
| CMYK | 0 | 0.11 | 0.70 | 0.67 |
| HSL | 50.85º | 0.54% | 0.21% | - |
| HSV(B) | 50.85º | 0.7% | 0.33% | - |
| XYZ | 6.35 | 6.99 | 1.93 | - |
| YUV | 71.99 | 101.48 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 75 | 25 | 0 | 0.11 | 0.70 | 0.67 | 50.85 | 0.54 | 0.21 |
| Hex | 54 | 4B | 19 | 0 | B | 46 | 43 | 33 | 36 | 15 |
| Octal | 124 | 113 | 31 | 0 | 13 | 106 | 103 | 63 | 66 | 25 |
| Binary | 1010100 | 1001011 | 11001 | 0 | 1011 | 1000110 | 1000011 | 110011 | 110110 | 10101 |
Color Harmonies of #544B19
Complementary color
Monochromatic Colors of #544B19
Black with #544B19
Text Example
Text Example
White with #544B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544B19; }
p { color: rgb(84,75,25); }
H1.HeaderClassName
{
color: #544B19;
}
.AnyTagClassName
{
color: #544B19;
}
</style>
background-color css
<style>
a { background-color: #544B19; }
a { background-color: rgb(84,75,25); }
div.DivClassName
{
background-color: #544B19;
}
.BgClassName
{
background-color: #544B19;
}
</style>
border-color css
<style>
span { border-color: #544B19; }
span { border-color: rgb(84,75,25); }
td.TdClassName
{
border-color: #544B19;
}
.TagClassName
{
border-color: #544B19;
}
</style>