Shades of Bronze #D57C32
Tints of Bronze #D57C32
RGB
CMYK
RGB Variations
Color information
#D57C32 (or 0xD57C32) is known color: Bronze. HEX triplet: D5, 7C and 32. RGB value is (213,124,50). Sum of RGB (Red+Green+Blue) = 213+124+50=387 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.04% from 387); Green value is 124 (48.83% from 255 or 32.04% from 387); Blue value is 50 (19.92% from 255 or 12.92% from 387); Max value from RGB is 213 - color contains mainly: red. Hex color #D57C32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57C32 is #2A83CD. Grayscale: #8E8E8E. Windows color (decimal): -2786254 or 3308757. OLE color: 3308757.
HSL color Cylindrical-coordinate representation of color #D57C32: hue angle of 27.24º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D57C32 is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 124 | 50 | - |
| CMYK | 0 | 0.42 | 0.77 | 0.16 |
| HSL | 27.24º | 0.66% | 0.52% | - |
| HSV(B) | 27.24º | 0.77% | 0.84% | - |
| XYZ | 35.22 | 28.79 | 6.72 | - |
| YUV | 142.18 | 75.99 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 124 | 50 | 0 | 0.42 | 0.77 | 0.16 | 27.24 | 0.66 | 0.52 |
| Hex | D5 | 7C | 32 | 0 | 2A | 4D | 10 | 1B | 42 | 34 |
| Octal | 325 | 174 | 62 | 0 | 52 | 115 | 20 | 33 | 102 | 64 |
| Binary | 11010101 | 1111100 | 110010 | 0 | 101010 | 1001101 | 10000 | 11011 | 1000010 | 110100 |
Color Harmonies of #D57C32
Complementary color
Monochromatic Colors of #D57C32
Black with #D57C32
Text Example
Text Example
White with #D57C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57C32; }
p { color: rgb(213,124,50); }
H1.HeaderClassName
{
color: #D57C32;
}
.AnyTagClassName
{
color: #D57C32;
}
</style>
background-color css
<style>
a { background-color: #D57C32; }
a { background-color: rgb(213,124,50); }
div.DivClassName
{
background-color: #D57C32;
}
.BgClassName
{
background-color: #D57C32;
}
</style>
border-color css
<style>
span { border-color: #D57C32; }
span { border-color: rgb(213,124,50); }
td.TdClassName
{
border-color: #D57C32;
}
.TagClassName
{
border-color: #D57C32;
}
</style>