Shades of Bronze #D47A34
Tints of Bronze #D47A34
RGB
CMYK
RGB Variations
Color information
#D47A34 (or 0xD47A34) is known color: Bronze. HEX triplet: D4, 7A and 34. RGB value is (212,122,52). Sum of RGB (Red+Green+Blue) = 212+122+52=386 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.92% from 386); Green value is 122 (48.05% from 255 or 31.61% from 386); Blue value is 52 (20.70% from 255 or 13.47% from 386); Max value from RGB is 212 - color contains mainly: red. Hex color #D47A34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D47A34 is #2B85CB. Grayscale: #8D8D8D. Windows color (decimal): -2852300 or 3439316. OLE color: 3439316.
HSL color Cylindrical-coordinate representation of color #D47A34: hue angle of 26.25º 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 #D47A34 is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 122 | 52 | - |
| CMYK | 0 | 0.42 | 0.75 | 0.17 |
| HSL | 26.25º | 0.65% | 0.52% | - |
| HSV(B) | 26.25º | 0.75% | 0.83% | - |
| XYZ | 34.73 | 28.16 | 6.85 | - |
| YUV | 140.93 | 77.82 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 122 | 52 | 0 | 0.42 | 0.75 | 0.17 | 26.25 | 0.65 | 0.52 |
| Hex | D4 | 7A | 34 | 0 | 2A | 4B | 11 | 1A | 41 | 34 |
| Octal | 324 | 172 | 64 | 0 | 52 | 113 | 21 | 32 | 101 | 64 |
| Binary | 11010100 | 1111010 | 110100 | 0 | 101010 | 1001011 | 10001 | 11010 | 1000001 | 110100 |
Color Harmonies of #D47A34
Complementary color
Monochromatic Colors of #D47A34
Black with #D47A34
Text Example
Text Example
White with #D47A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47A34; }
p { color: rgb(212,122,52); }
H1.HeaderClassName
{
color: #D47A34;
}
.AnyTagClassName
{
color: #D47A34;
}
</style>
background-color css
<style>
a { background-color: #D47A34; }
a { background-color: rgb(212,122,52); }
div.DivClassName
{
background-color: #D47A34;
}
.BgClassName
{
background-color: #D47A34;
}
</style>
border-color css
<style>
span { border-color: #D47A34; }
span { border-color: rgb(212,122,52); }
td.TdClassName
{
border-color: #D47A34;
}
.TagClassName
{
border-color: #D47A34;
}
</style>