Shades of Bronze #D47E34
Tints of Bronze #D47E34
RGB
CMYK
RGB Variations
Color information
#D47E34 (or 0xD47E34) is known color: Bronze. HEX triplet: D4, 7E and 34. RGB value is (212,126,52). Sum of RGB (Red+Green+Blue) = 212+126+52=390 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.36% from 390); Green value is 126 (49.61% from 255 or 32.31% from 390); Blue value is 52 (20.70% from 255 or 13.33% from 390); Max value from RGB is 212 - color contains mainly: red. Hex color #D47E34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D47E34 is #2B81CB. Grayscale: #8F8F8F. Windows color (decimal): -2851276 or 3440340. OLE color: 3440340.
HSL color Cylindrical-coordinate representation of color #D47E34: hue angle of 27.75º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D47E34 is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 126 | 52 | - |
| CMYK | 0 | 0.41 | 0.75 | 0.17 |
| HSL | 27.75º | 0.65% | 0.52% | - |
| HSV(B) | 27.75º | 0.75% | 0.83% | - |
| XYZ | 35.23 | 29.17 | 7.02 | - |
| YUV | 143.28 | 76.49 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 126 | 52 | 0 | 0.41 | 0.75 | 0.17 | 27.75 | 0.65 | 0.52 |
| Hex | D4 | 7E | 34 | 0 | 29 | 4B | 11 | 1C | 41 | 34 |
| Octal | 324 | 176 | 64 | 0 | 51 | 113 | 21 | 34 | 101 | 64 |
| Binary | 11010100 | 1111110 | 110100 | 0 | 101001 | 1001011 | 10001 | 11100 | 1000001 | 110100 |
Color Harmonies of #D47E34
Complementary color
Monochromatic Colors of #D47E34
Black with #D47E34
Text Example
Text Example
White with #D47E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47E34; }
p { color: rgb(212,126,52); }
H1.HeaderClassName
{
color: #D47E34;
}
.AnyTagClassName
{
color: #D47E34;
}
</style>
background-color css
<style>
a { background-color: #D47E34; }
a { background-color: rgb(212,126,52); }
div.DivClassName
{
background-color: #D47E34;
}
.BgClassName
{
background-color: #D47E34;
}
</style>
border-color css
<style>
span { border-color: #D47E34; }
span { border-color: rgb(212,126,52); }
td.TdClassName
{
border-color: #D47E34;
}
.TagClassName
{
border-color: #D47E34;
}
</style>