Shades of Deep Bronze #544121
Tints of Deep Bronze #544121
RGB
CMYK
RGB Variations
Color information
#544121 (or 0x544121) is known color: Deep Bronze. HEX triplet: 54, 41 and 21. RGB value is (84,65,33). Sum of RGB (Red+Green+Blue) = 84+65+33=182 (24% of max value = 765). Red value is 84 (33.20% from 255 or 46.15% from 182); Green value is 65 (25.78% from 255 or 35.71% from 182); Blue value is 33 (13.28% from 255 or 18.13% from 182); Max value from RGB is 84 - color contains mainly: red. Hex color #544121 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544121 is #ABBEDE. Grayscale: #434343. Windows color (decimal): -11255519 or 2179412. OLE color: 2179412.
HSL color Cylindrical-coordinate representation of color #544121: hue angle of 37.65º 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 #544121 is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 65 | 33 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.67 |
| HSL | 37.65º | 0.44% | 0.23% | - |
| HSV(B) | 37.65º | 0.61% | 0.33% | - |
| XYZ | 5.82 | 5.78 | 2.25 | - |
| YUV | 67.03 | 108.79 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 65 | 33 | 0 | 0.23 | 0.61 | 0.67 | 37.65 | 0.44 | 0.23 |
| Hex | 54 | 41 | 21 | 0 | 17 | 3D | 43 | 26 | 2C | 17 |
| Octal | 124 | 101 | 41 | 0 | 27 | 75 | 103 | 46 | 54 | 27 |
| Binary | 1010100 | 1000001 | 100001 | 0 | 10111 | 111101 | 1000011 | 100110 | 101100 | 10111 |
Color Harmonies of #544121
Complementary color
Monochromatic Colors of #544121
Black with #544121
Text Example
Text Example
White with #544121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544121; }
p { color: rgb(84,65,33); }
H1.HeaderClassName
{
color: #544121;
}
.AnyTagClassName
{
color: #544121;
}
</style>
background-color css
<style>
a { background-color: #544121; }
a { background-color: rgb(84,65,33); }
div.DivClassName
{
background-color: #544121;
}
.BgClassName
{
background-color: #544121;
}
</style>
border-color css
<style>
span { border-color: #544121; }
span { border-color: rgb(84,65,33); }
td.TdClassName
{
border-color: #544121;
}
.TagClassName
{
border-color: #544121;
}
</style>