Shades of Deep Bronze #544126
Tints of Deep Bronze #544126
RGB
CMYK
RGB Variations
Color information
#544126 (or 0x544126) is known color: Deep Bronze. HEX triplet: 54, 41 and 26. RGB value is (84,65,38). Sum of RGB (Red+Green+Blue) = 84+65+38=187 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.92% from 187); Green value is 65 (25.78% from 255 or 34.76% from 187); Blue value is 38 (15.23% from 255 or 20.32% from 187); Max value from RGB is 84 - color contains mainly: red. Hex color #544126 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544126 is #ABBED9. Grayscale: #434343. Windows color (decimal): -11255514 or 2507092. OLE color: 2507092.
HSL color Cylindrical-coordinate representation of color #544126: hue angle of 35.22º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #544126 is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 65 | 38 | - |
| CMYK | 0 | 0.23 | 0.55 | 0.67 |
| HSL | 35.22º | 0.38% | 0.24% | - |
| HSV(B) | 35.22º | 0.55% | 0.33% | - |
| XYZ | 5.9 | 5.81 | 2.64 | - |
| YUV | 67.6 | 111.29 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 65 | 38 | 0 | 0.23 | 0.55 | 0.67 | 35.22 | 0.38 | 0.24 |
| Hex | 54 | 41 | 26 | 0 | 17 | 37 | 43 | 23 | 26 | 18 |
| Octal | 124 | 101 | 46 | 0 | 27 | 67 | 103 | 43 | 46 | 30 |
| Binary | 1010100 | 1000001 | 100110 | 0 | 10111 | 110111 | 1000011 | 100011 | 100110 | 11000 |
Color Harmonies of #544126
Complementary color
Monochromatic Colors of #544126
Black with #544126
Text Example
Text Example
White with #544126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544126; }
p { color: rgb(84,65,38); }
H1.HeaderClassName
{
color: #544126;
}
.AnyTagClassName
{
color: #544126;
}
</style>
background-color css
<style>
a { background-color: #544126; }
a { background-color: rgb(84,65,38); }
div.DivClassName
{
background-color: #544126;
}
.BgClassName
{
background-color: #544126;
}
</style>
border-color css
<style>
span { border-color: #544126; }
span { border-color: rgb(84,65,38); }
td.TdClassName
{
border-color: #544126;
}
.TagClassName
{
border-color: #544126;
}
</style>