Shades of Bronze #D57E34
Tints of Bronze #D57E34
RGB
CMYK
RGB Variations
Color information
#D57E34 (or 0xD57E34) is known color: Bronze. HEX triplet: D5, 7E and 34. RGB value is (213,126,52). Sum of RGB (Red+Green+Blue) = 213+126+52=391 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.48% from 391); Green value is 126 (49.61% from 255 or 32.23% from 391); Blue value is 52 (20.70% from 255 or 13.30% from 391); Max value from RGB is 213 - color contains mainly: red. Hex color #D57E34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57E34 is #2A81CB. Grayscale: #8F8F8F. Windows color (decimal): -2785740 or 3440341. OLE color: 3440341.
HSL color Cylindrical-coordinate representation of color #D57E34: hue angle of 27.58º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D57E34 is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 126 | 52 | - |
| CMYK | 0 | 0.41 | 0.76 | 0.16 |
| HSL | 27.58º | 0.66% | 0.52% | - |
| HSV(B) | 27.58º | 0.76% | 0.84% | - |
| XYZ | 35.52 | 29.32 | 7.04 | - |
| YUV | 143.58 | 76.32 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 126 | 52 | 0 | 0.41 | 0.76 | 0.16 | 27.58 | 0.66 | 0.52 |
| Hex | D5 | 7E | 34 | 0 | 29 | 4C | 10 | 1C | 42 | 34 |
| Octal | 325 | 176 | 64 | 0 | 51 | 114 | 20 | 34 | 102 | 64 |
| Binary | 11010101 | 1111110 | 110100 | 0 | 101001 | 1001100 | 10000 | 11100 | 1000010 | 110100 |
Color Harmonies of #D57E34
Complementary color
Monochromatic Colors of #D57E34
Black with #D57E34
Text Example
Text Example
White with #D57E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57E34; }
p { color: rgb(213,126,52); }
H1.HeaderClassName
{
color: #D57E34;
}
.AnyTagClassName
{
color: #D57E34;
}
</style>
background-color css
<style>
a { background-color: #D57E34; }
a { background-color: rgb(213,126,52); }
div.DivClassName
{
background-color: #D57E34;
}
.BgClassName
{
background-color: #D57E34;
}
</style>
border-color css
<style>
span { border-color: #D57E34; }
span { border-color: rgb(213,126,52); }
td.TdClassName
{
border-color: #D57E34;
}
.TagClassName
{
border-color: #D57E34;
}
</style>