Shades of Deep Bronze #544332
Tints of Deep Bronze #544332
RGB
CMYK
RGB Variations
Color information
#544332 (or 0x544332) is known color: Deep Bronze. HEX triplet: 54, 43 and 32. RGB value is (84,67,50). Sum of RGB (Red+Green+Blue) = 84+67+50=201 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.79% from 201); Green value is 67 (26.56% from 255 or 33.33% from 201); Blue value is 50 (19.92% from 255 or 24.88% from 201); Max value from RGB is 84 - color contains mainly: red. Hex color #544332 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544332 is #ABBCCD. Grayscale: #464646. Windows color (decimal): -11254990 or 3294036. OLE color: 3294036.
HSL color Cylindrical-coordinate representation of color #544332: hue angle of 30º 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 #544332 is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 67 | 50 | - |
| CMYK | 0 | 0.20 | 0.40 | 0.67 |
| HSL | 30º | 0.25% | 0.26% | - |
| HSV(B) | 30º | 0.4% | 0.33% | - |
| XYZ | 6.24 | 6.13 | 3.87 | - |
| YUV | 70.15 | 116.63 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 67 | 50 | 0 | 0.20 | 0.40 | 0.67 | 30 | 0.25 | 0.26 |
| Hex | 54 | 43 | 32 | 0 | 14 | 28 | 43 | 1E | 19 | 1A |
| Octal | 124 | 103 | 62 | 0 | 24 | 50 | 103 | 36 | 31 | 32 |
| Binary | 1010100 | 1000011 | 110010 | 0 | 10100 | 101000 | 1000011 | 11110 | 11001 | 11010 |
Color Harmonies of #544332
Complementary color
Monochromatic Colors of #544332
Black with #544332
Text Example
Text Example
White with #544332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544332; }
p { color: rgb(84,67,50); }
H1.HeaderClassName
{
color: #544332;
}
.AnyTagClassName
{
color: #544332;
}
</style>
background-color css
<style>
a { background-color: #544332; }
a { background-color: rgb(84,67,50); }
div.DivClassName
{
background-color: #544332;
}
.BgClassName
{
background-color: #544332;
}
</style>
border-color css
<style>
span { border-color: #544332; }
span { border-color: rgb(84,67,50); }
td.TdClassName
{
border-color: #544332;
}
.TagClassName
{
border-color: #544332;
}
</style>