Shades of Deep Bronze #544127
Tints of Deep Bronze #544127
RGB
CMYK
RGB Variations
Color information
#544127 (or 0x544127) is known color: Deep Bronze. HEX triplet: 54, 41 and 27. RGB value is (84,65,39). Sum of RGB (Red+Green+Blue) = 84+65+39=188 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.68% from 188); Green value is 65 (25.78% from 255 or 34.57% from 188); Blue value is 39 (15.62% from 255 or 20.74% from 188); Max value from RGB is 84 - color contains mainly: red. Hex color #544127 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544127 is #ABBED8. Grayscale: #434343. Windows color (decimal): -11255513 or 2572628. OLE color: 2572628.
HSL color Cylindrical-coordinate representation of color #544127: hue angle of 34.67º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #544127 is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 65 | 39 | - |
| CMYK | 0 | 0.23 | 0.54 | 0.67 |
| HSL | 34.67º | 0.37% | 0.24% | - |
| HSV(B) | 34.67º | 0.54% | 0.33% | - |
| XYZ | 5.91 | 5.81 | 2.73 | - |
| YUV | 67.72 | 111.79 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 65 | 39 | 0 | 0.23 | 0.54 | 0.67 | 34.67 | 0.37 | 0.24 |
| Hex | 54 | 41 | 27 | 0 | 17 | 36 | 43 | 23 | 25 | 18 |
| Octal | 124 | 101 | 47 | 0 | 27 | 66 | 103 | 43 | 45 | 30 |
| Binary | 1010100 | 1000001 | 100111 | 0 | 10111 | 110110 | 1000011 | 100011 | 100101 | 11000 |
Color Harmonies of #544127
Complementary color
Monochromatic Colors of #544127
Black with #544127
Text Example
Text Example
White with #544127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544127; }
p { color: rgb(84,65,39); }
H1.HeaderClassName
{
color: #544127;
}
.AnyTagClassName
{
color: #544127;
}
</style>
background-color css
<style>
a { background-color: #544127; }
a { background-color: rgb(84,65,39); }
div.DivClassName
{
background-color: #544127;
}
.BgClassName
{
background-color: #544127;
}
</style>
border-color css
<style>
span { border-color: #544127; }
span { border-color: rgb(84,65,39); }
td.TdClassName
{
border-color: #544127;
}
.TagClassName
{
border-color: #544127;
}
</style>