Shades of Bronze Olive #544B21
Tints of Bronze Olive #544B21
RGB
CMYK
RGB Variations
Color information
#544B21 (or 0x544B21) is known color: Bronze Olive. HEX triplet: 54, 4B and 21. RGB value is (84,75,33). Sum of RGB (Red+Green+Blue) = 84+75+33=192 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.75% from 192); Green value is 75 (29.69% from 255 or 39.06% from 192); Blue value is 33 (13.28% from 255 or 17.19% from 192); Max value from RGB is 84 - color contains mainly: red. Hex color #544B21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544B21 is #ABB4DE. Grayscale: #494949. Windows color (decimal): -11252959 or 2181972. OLE color: 2181972.
HSL color Cylindrical-coordinate representation of color #544B21: hue angle of 49.41º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #544B21 is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 75 | 33 | - |
| CMYK | 0 | 0.11 | 0.61 | 0.67 |
| HSL | 49.41º | 0.44% | 0.23% | - |
| HSV(B) | 49.41º | 0.61% | 0.33% | - |
| XYZ | 6.45 | 7.03 | 2.46 | - |
| YUV | 72.9 | 105.48 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 75 | 33 | 0 | 0.11 | 0.61 | 0.67 | 49.41 | 0.44 | 0.23 |
| Hex | 54 | 4B | 21 | 0 | B | 3D | 43 | 31 | 2C | 17 |
| Octal | 124 | 113 | 41 | 0 | 13 | 75 | 103 | 61 | 54 | 27 |
| Binary | 1010100 | 1001011 | 100001 | 0 | 1011 | 111101 | 1000011 | 110001 | 101100 | 10111 |
Color Harmonies of #544B21
Complementary color
Monochromatic Colors of #544B21
Black with #544B21
Text Example
Text Example
White with #544B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544B21; }
p { color: rgb(84,75,33); }
H1.HeaderClassName
{
color: #544B21;
}
.AnyTagClassName
{
color: #544B21;
}
</style>
background-color css
<style>
a { background-color: #544B21; }
a { background-color: rgb(84,75,33); }
div.DivClassName
{
background-color: #544B21;
}
.BgClassName
{
background-color: #544B21;
}
</style>
border-color css
<style>
span { border-color: #544B21; }
span { border-color: rgb(84,75,33); }
td.TdClassName
{
border-color: #544B21;
}
.TagClassName
{
border-color: #544B21;
}
</style>