Shades of Deep Bronze #544531
Tints of Deep Bronze #544531
RGB
CMYK
RGB Variations
Color information
#544531 (or 0x544531) is known color: Deep Bronze. HEX triplet: 54, 45 and 31. RGB value is (84,69,49). Sum of RGB (Red+Green+Blue) = 84+69+49=202 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.58% from 202); Green value is 69 (27.34% from 255 or 34.16% from 202); Blue value is 49 (19.53% from 255 or 24.26% from 202); Max value from RGB is 84 - color contains mainly: red. Hex color #544531 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544531 is #ABBACE. Grayscale: #474747. Windows color (decimal): -11254479 or 3229012. OLE color: 3229012.
HSL color Cylindrical-coordinate representation of color #544531: hue angle of 34.29º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #544531 is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 69 | 49 | - |
| CMYK | 0 | 0.18 | 0.42 | 0.67 |
| HSL | 34.29º | 0.26% | 0.26% | - |
| HSV(B) | 34.29º | 0.42% | 0.33% | - |
| XYZ | 6.34 | 6.36 | 3.8 | - |
| YUV | 71.21 | 115.47 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 69 | 49 | 0 | 0.18 | 0.42 | 0.67 | 34.29 | 0.26 | 0.26 |
| Hex | 54 | 45 | 31 | 0 | 12 | 2A | 43 | 22 | 1A | 1A |
| Octal | 124 | 105 | 61 | 0 | 22 | 52 | 103 | 42 | 32 | 32 |
| Binary | 1010100 | 1000101 | 110001 | 0 | 10010 | 101010 | 1000011 | 100010 | 11010 | 11010 |
Color Harmonies of #544531
Complementary color
Monochromatic Colors of #544531
Black with #544531
Text Example
Text Example
White with #544531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544531; }
p { color: rgb(84,69,49); }
H1.HeaderClassName
{
color: #544531;
}
.AnyTagClassName
{
color: #544531;
}
</style>
background-color css
<style>
a { background-color: #544531; }
a { background-color: rgb(84,69,49); }
div.DivClassName
{
background-color: #544531;
}
.BgClassName
{
background-color: #544531;
}
</style>
border-color css
<style>
span { border-color: #544531; }
span { border-color: rgb(84,69,49); }
td.TdClassName
{
border-color: #544531;
}
.TagClassName
{
border-color: #544531;
}
</style>