Shades of Bronze #D57C34
Tints of Bronze #D57C34
RGB
CMYK
RGB Variations
Color information
#D57C34 (or 0xD57C34) is known color: Bronze. HEX triplet: D5, 7C and 34. RGB value is (213,124,52). Sum of RGB (Red+Green+Blue) = 213+124+52=389 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.76% from 389); Green value is 124 (48.83% from 255 or 31.88% from 389); Blue value is 52 (20.70% from 255 or 13.37% from 389); Max value from RGB is 213 - color contains mainly: red. Hex color #D57C34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57C34 is #2A83CB. Grayscale: #8E8E8E. Windows color (decimal): -2786252 or 3439829. OLE color: 3439829.
HSL color Cylindrical-coordinate representation of color #D57C34: hue angle of 26.83º 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 #D57C34 is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 124 | 52 | - |
| CMYK | 0 | 0.42 | 0.76 | 0.16 |
| HSL | 26.83º | 0.66% | 0.52% | - |
| HSV(B) | 26.83º | 0.76% | 0.84% | - |
| XYZ | 35.27 | 28.81 | 6.95 | - |
| YUV | 142.4 | 76.99 | 178.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 124 | 52 | 0 | 0.42 | 0.76 | 0.16 | 26.83 | 0.66 | 0.52 |
| Hex | D5 | 7C | 34 | 0 | 2A | 4C | 10 | 1B | 42 | 34 |
| Octal | 325 | 174 | 64 | 0 | 52 | 114 | 20 | 33 | 102 | 64 |
| Binary | 11010101 | 1111100 | 110100 | 0 | 101010 | 1001100 | 10000 | 11011 | 1000010 | 110100 |
Color Harmonies of #D57C34
Complementary color
Monochromatic Colors of #D57C34
Black with #D57C34
Text Example
Text Example
White with #D57C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57C34; }
p { color: rgb(213,124,52); }
H1.HeaderClassName
{
color: #D57C34;
}
.AnyTagClassName
{
color: #D57C34;
}
</style>
background-color css
<style>
a { background-color: #D57C34; }
a { background-color: rgb(213,124,52); }
div.DivClassName
{
background-color: #D57C34;
}
.BgClassName
{
background-color: #D57C34;
}
</style>
border-color css
<style>
span { border-color: #D57C34; }
span { border-color: rgb(213,124,52); }
td.TdClassName
{
border-color: #D57C34;
}
.TagClassName
{
border-color: #D57C34;
}
</style>