Shades of Deep Bronze #54412B
Tints of Deep Bronze #54412B
RGB
CMYK
RGB Variations
Color information
#54412B (or 0x54412B) is known color: Deep Bronze. HEX triplet: 54, 41 and 2B. RGB value is (84,65,43). Sum of RGB (Red+Green+Blue) = 84+65+43=192 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.75% from 192); Green value is 65 (25.78% from 255 or 33.85% from 192); Blue value is 43 (17.19% from 255 or 22.40% from 192); Max value from RGB is 84 - color contains mainly: red. Hex color #54412B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54412B is #ABBED4. Grayscale: #444444. Windows color (decimal): -11255509 or 2834772. OLE color: 2834772.
HSL color Cylindrical-coordinate representation of color #54412B: hue angle of 32.2º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #54412B is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 65 | 43 | - |
| CMYK | 0 | 0.23 | 0.49 | 0.67 |
| HSL | 32.2º | 0.32% | 0.25% | - |
| HSV(B) | 32.2º | 0.49% | 0.33% | - |
| XYZ | 5.98 | 5.84 | 3.1 | - |
| YUV | 68.17 | 113.79 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 65 | 43 | 0 | 0.23 | 0.49 | 0.67 | 32.2 | 0.32 | 0.25 |
| Hex | 54 | 41 | 2B | 0 | 17 | 31 | 43 | 20 | 20 | 19 |
| Octal | 124 | 101 | 53 | 0 | 27 | 61 | 103 | 40 | 40 | 31 |
| Binary | 1010100 | 1000001 | 101011 | 0 | 10111 | 110001 | 1000011 | 100000 | 100000 | 11001 |
Color Harmonies of #54412B
Complementary color
Monochromatic Colors of #54412B
Black with #54412B
Text Example
Text Example
White with #54412B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54412B; }
p { color: rgb(84,65,43); }
H1.HeaderClassName
{
color: #54412B;
}
.AnyTagClassName
{
color: #54412B;
}
</style>
background-color css
<style>
a { background-color: #54412B; }
a { background-color: rgb(84,65,43); }
div.DivClassName
{
background-color: #54412B;
}
.BgClassName
{
background-color: #54412B;
}
</style>
border-color css
<style>
span { border-color: #54412B; }
span { border-color: rgb(84,65,43); }
td.TdClassName
{
border-color: #54412B;
}
.TagClassName
{
border-color: #54412B;
}
</style>