Shades of Deep Bronze #544532
Tints of Deep Bronze #544532
RGB
CMYK
RGB Variations
Color information
#544532 (or 0x544532) is known color: Deep Bronze. HEX triplet: 54, 45 and 32. RGB value is (84,69,50). Sum of RGB (Red+Green+Blue) = 84+69+50=203 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.38% from 203); Green value is 69 (27.34% from 255 or 33.99% from 203); Blue value is 50 (19.92% from 255 or 24.63% from 203); Max value from RGB is 84 - color contains mainly: red. Hex color #544532 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544532 is #ABBACD. Grayscale: #474747. Windows color (decimal): -11254478 or 3294548. OLE color: 3294548.
HSL color Cylindrical-coordinate representation of color #544532: hue angle of 33.53º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #544532 is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 69 | 50 | - |
| CMYK | 0 | 0.18 | 0.40 | 0.67 |
| HSL | 33.53º | 0.25% | 0.26% | - |
| HSV(B) | 33.53º | 0.4% | 0.33% | - |
| XYZ | 6.36 | 6.37 | 3.91 | - |
| YUV | 71.32 | 115.97 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 69 | 50 | 0 | 0.18 | 0.40 | 0.67 | 33.53 | 0.25 | 0.26 |
| Hex | 54 | 45 | 32 | 0 | 12 | 28 | 43 | 22 | 19 | 1A |
| Octal | 124 | 105 | 62 | 0 | 22 | 50 | 103 | 42 | 31 | 32 |
| Binary | 1010100 | 1000101 | 110010 | 0 | 10010 | 101000 | 1000011 | 100010 | 11001 | 11010 |
Color Harmonies of #544532
Complementary color
Monochromatic Colors of #544532
Black with #544532
Text Example
Text Example
White with #544532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544532; }
p { color: rgb(84,69,50); }
H1.HeaderClassName
{
color: #544532;
}
.AnyTagClassName
{
color: #544532;
}
</style>
background-color css
<style>
a { background-color: #544532; }
a { background-color: rgb(84,69,50); }
div.DivClassName
{
background-color: #544532;
}
.BgClassName
{
background-color: #544532;
}
</style>
border-color css
<style>
span { border-color: #544532; }
span { border-color: rgb(84,69,50); }
td.TdClassName
{
border-color: #544532;
}
.TagClassName
{
border-color: #544532;
}
</style>