Shades of Bronze Olive #544B29
Tints of Bronze Olive #544B29
RGB
CMYK
RGB Variations
Color information
#544B29 (or 0x544B29) is known color: Bronze Olive. HEX triplet: 54, 4B and 29. RGB value is (84,75,41). Sum of RGB (Red+Green+Blue) = 84+75+41=200 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42% from 200); Green value is 75 (29.69% from 255 or 37.5% from 200); Blue value is 41 (16.41% from 255 or 20.5% from 200); Max value from RGB is 84 - color contains mainly: red. Hex color #544B29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544B29 is #ABB4D6. Grayscale: #494949. Windows color (decimal): -11252951 or 2706260. OLE color: 2706260.
HSL color Cylindrical-coordinate representation of color #544B29: hue angle of 47.44º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #544B29 is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 75 | 41 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.67 |
| HSL | 47.44º | 0.34% | 0.25% | - |
| HSV(B) | 47.44º | 0.51% | 0.33% | - |
| XYZ | 6.57 | 7.08 | 3.12 | - |
| YUV | 73.82 | 109.48 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 75 | 41 | 0 | 0.11 | 0.51 | 0.67 | 47.44 | 0.34 | 0.25 |
| Hex | 54 | 4B | 29 | 0 | B | 33 | 43 | 2F | 22 | 19 |
| Octal | 124 | 113 | 51 | 0 | 13 | 63 | 103 | 57 | 42 | 31 |
| Binary | 1010100 | 1001011 | 101001 | 0 | 1011 | 110011 | 1000011 | 101111 | 100010 | 11001 |
Color Harmonies of #544B29
Complementary color
Monochromatic Colors of #544B29
Black with #544B29
Text Example
Text Example
White with #544B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544B29; }
p { color: rgb(84,75,41); }
H1.HeaderClassName
{
color: #544B29;
}
.AnyTagClassName
{
color: #544B29;
}
</style>
background-color css
<style>
a { background-color: #544B29; }
a { background-color: rgb(84,75,41); }
div.DivClassName
{
background-color: #544B29;
}
.BgClassName
{
background-color: #544B29;
}
</style>
border-color css
<style>
span { border-color: #544B29; }
span { border-color: rgb(84,75,41); }
td.TdClassName
{
border-color: #544B29;
}
.TagClassName
{
border-color: #544B29;
}
</style>