Shades of Bronze Olive #544C24
Tints of Bronze Olive #544C24
RGB
CMYK
RGB Variations
Color information
#544C24 (or 0x544C24) is known color: Bronze Olive. HEX triplet: 54, 4C and 24. RGB value is (84,76,36). Sum of RGB (Red+Green+Blue) = 84+76+36=196 (25% of max value = 765). Red value is 84 (33.20% from 255 or 42.86% from 196); Green value is 76 (30.08% from 255 or 38.78% from 196); Blue value is 36 (14.45% from 255 or 18.37% from 196); Max value from RGB is 84 - color contains mainly: red. Hex color #544C24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544C24 is #ABB3DB. Grayscale: #494949. Windows color (decimal): -11252700 or 2378836. OLE color: 2378836.
HSL color Cylindrical-coordinate representation of color #544C24: hue angle of 50º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #544C24 is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 76 | 36 | - |
| CMYK | 0 | 0.10 | 0.57 | 0.67 |
| HSL | 50º | 0.4% | 0.24% | - |
| HSV(B) | 50º | 0.57% | 0.33% | - |
| XYZ | 6.56 | 7.18 | 2.71 | - |
| YUV | 73.83 | 106.65 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 76 | 36 | 0 | 0.10 | 0.57 | 0.67 | 50 | 0.4 | 0.24 |
| Hex | 54 | 4C | 24 | 0 | A | 39 | 43 | 32 | 28 | 18 |
| Octal | 124 | 114 | 44 | 0 | 12 | 71 | 103 | 62 | 50 | 30 |
| Binary | 1010100 | 1001100 | 100100 | 0 | 1010 | 111001 | 1000011 | 110010 | 101000 | 11000 |
Color Harmonies of #544C24
Complementary color
Monochromatic Colors of #544C24
Black with #544C24
Text Example
Text Example
White with #544C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544C24; }
p { color: rgb(84,76,36); }
H1.HeaderClassName
{
color: #544C24;
}
.AnyTagClassName
{
color: #544C24;
}
</style>
background-color css
<style>
a { background-color: #544C24; }
a { background-color: rgb(84,76,36); }
div.DivClassName
{
background-color: #544C24;
}
.BgClassName
{
background-color: #544C24;
}
</style>
border-color css
<style>
span { border-color: #544C24; }
span { border-color: rgb(84,76,36); }
td.TdClassName
{
border-color: #544C24;
}
.TagClassName
{
border-color: #544C24;
}
</style>