Shades of Deep Bronze #544229
Tints of Deep Bronze #544229
RGB
CMYK
RGB Variations
Color information
#544229 (or 0x544229) is known color: Deep Bronze. HEX triplet: 54, 42 and 29. RGB value is (84,66,41). Sum of RGB (Red+Green+Blue) = 84+66+41=191 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.98% from 191); Green value is 66 (26.17% from 255 or 34.55% from 191); Blue value is 41 (16.41% from 255 or 21.47% from 191); Max value from RGB is 84 - color contains mainly: red. Hex color #544229 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544229 is #ABBDD6. Grayscale: #444444. Windows color (decimal): -11255255 or 2703956. OLE color: 2703956.
HSL color Cylindrical-coordinate representation of color #544229: hue angle of 34.88º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #544229 is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 66 | 41 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.67 |
| HSL | 34.88º | 0.34% | 0.25% | - |
| HSV(B) | 34.88º | 0.51% | 0.33% | - |
| XYZ | 6 | 5.94 | 2.93 | - |
| YUV | 68.53 | 112.46 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 66 | 41 | 0 | 0.21 | 0.51 | 0.67 | 34.88 | 0.34 | 0.25 |
| Hex | 54 | 42 | 29 | 0 | 15 | 33 | 43 | 23 | 22 | 19 |
| Octal | 124 | 102 | 51 | 0 | 25 | 63 | 103 | 43 | 42 | 31 |
| Binary | 1010100 | 1000010 | 101001 | 0 | 10101 | 110011 | 1000011 | 100011 | 100010 | 11001 |
Color Harmonies of #544229
Complementary color
Monochromatic Colors of #544229
Black with #544229
Text Example
Text Example
White with #544229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544229; }
p { color: rgb(84,66,41); }
H1.HeaderClassName
{
color: #544229;
}
.AnyTagClassName
{
color: #544229;
}
</style>
background-color css
<style>
a { background-color: #544229; }
a { background-color: rgb(84,66,41); }
div.DivClassName
{
background-color: #544229;
}
.BgClassName
{
background-color: #544229;
}
</style>
border-color css
<style>
span { border-color: #544229; }
span { border-color: rgb(84,66,41); }
td.TdClassName
{
border-color: #544229;
}
.TagClassName
{
border-color: #544229;
}
</style>