Shades of Deep Bronze #54412D
Tints of Deep Bronze #54412D
RGB
CMYK
RGB Variations
Color information
#54412D (or 0x54412D) is known color: Deep Bronze. HEX triplet: 54, 41 and 2D. RGB value is (84,65,45). Sum of RGB (Red+Green+Blue) = 84+65+45=194 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.30% from 194); Green value is 65 (25.78% from 255 or 33.51% from 194); Blue value is 45 (17.97% from 255 or 23.20% from 194); Max value from RGB is 84 - color contains mainly: red. Hex color #54412D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54412D is #ABBED2. Grayscale: #444444. Windows color (decimal): -11255507 or 2965844. OLE color: 2965844.
HSL color Cylindrical-coordinate representation of color #54412D: hue angle of 30.77º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #54412D is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 65 | 45 | - |
| CMYK | 0 | 0.23 | 0.46 | 0.67 |
| HSL | 30.77º | 0.3% | 0.25% | - |
| HSV(B) | 30.77º | 0.46% | 0.33% | - |
| XYZ | 6.02 | 5.85 | 3.3 | - |
| YUV | 68.4 | 114.79 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 65 | 45 | 0 | 0.23 | 0.46 | 0.67 | 30.77 | 0.3 | 0.25 |
| Hex | 54 | 41 | 2D | 0 | 17 | 2E | 43 | 1F | 1E | 19 |
| Octal | 124 | 101 | 55 | 0 | 27 | 56 | 103 | 37 | 36 | 31 |
| Binary | 1010100 | 1000001 | 101101 | 0 | 10111 | 101110 | 1000011 | 11111 | 11110 | 11001 |
Color Harmonies of #54412D
Complementary color
Monochromatic Colors of #54412D
Black with #54412D
Text Example
Text Example
White with #54412D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54412D; }
p { color: rgb(84,65,45); }
H1.HeaderClassName
{
color: #54412D;
}
.AnyTagClassName
{
color: #54412D;
}
</style>
background-color css
<style>
a { background-color: #54412D; }
a { background-color: rgb(84,65,45); }
div.DivClassName
{
background-color: #54412D;
}
.BgClassName
{
background-color: #54412D;
}
</style>
border-color css
<style>
span { border-color: #54412D; }
span { border-color: rgb(84,65,45); }
td.TdClassName
{
border-color: #54412D;
}
.TagClassName
{
border-color: #54412D;
}
</style>