Shades of Bronze #D57D36
Tints of Bronze #D57D36
RGB
CMYK
RGB Variations
Color information
#D57D36 (or 0xD57D36) is known color: Bronze. HEX triplet: D5, 7D and 36. RGB value is (213,125,54). Sum of RGB (Red+Green+Blue) = 213+125+54=392 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.34% from 392); Green value is 125 (49.22% from 255 or 31.89% from 392); Blue value is 54 (21.48% from 255 or 13.78% from 392); Max value from RGB is 213 - color contains mainly: red. Hex color #D57D36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57D36 is #2A82C9. Grayscale: #8F8F8F. Windows color (decimal): -2785994 or 3571157. OLE color: 3571157.
HSL color Cylindrical-coordinate representation of color #D57D36: hue angle of 26.79º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D57D36 is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 125 | 54 | - |
| CMYK | 0 | 0.41 | 0.75 | 0.16 |
| HSL | 26.79º | 0.65% | 0.52% | - |
| HSV(B) | 26.79º | 0.75% | 0.84% | - |
| XYZ | 35.44 | 29.08 | 7.24 | - |
| YUV | 143.22 | 77.65 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 125 | 54 | 0 | 0.41 | 0.75 | 0.16 | 26.79 | 0.65 | 0.52 |
| Hex | D5 | 7D | 36 | 0 | 29 | 4B | 10 | 1B | 41 | 34 |
| Octal | 325 | 175 | 66 | 0 | 51 | 113 | 20 | 33 | 101 | 64 |
| Binary | 11010101 | 1111101 | 110110 | 0 | 101001 | 1001011 | 10000 | 11011 | 1000001 | 110100 |
Color Harmonies of #D57D36
Complementary color
Monochromatic Colors of #D57D36
Black with #D57D36
Text Example
Text Example
White with #D57D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57D36; }
p { color: rgb(213,125,54); }
H1.HeaderClassName
{
color: #D57D36;
}
.AnyTagClassName
{
color: #D57D36;
}
</style>
background-color css
<style>
a { background-color: #D57D36; }
a { background-color: rgb(213,125,54); }
div.DivClassName
{
background-color: #D57D36;
}
.BgClassName
{
background-color: #D57D36;
}
</style>
border-color css
<style>
span { border-color: #D57D36; }
span { border-color: rgb(213,125,54); }
td.TdClassName
{
border-color: #D57D36;
}
.TagClassName
{
border-color: #D57D36;
}
</style>