Shades of Bronze #D57C30
Tints of Bronze #D57C30
RGB
CMYK
RGB Variations
Color information
#D57C30 (or 0xD57C30) is known color: Bronze. HEX triplet: D5, 7C and 30. RGB value is (213,124,48). Sum of RGB (Red+Green+Blue) = 213+124+48=385 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.32% from 385); Green value is 124 (48.83% from 255 or 32.21% from 385); Blue value is 48 (19.14% from 255 or 12.47% from 385); Max value from RGB is 213 - color contains mainly: red. Hex color #D57C30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57C30 is #2A83CF. Grayscale: #8E8E8E. Windows color (decimal): -2786256 or 3177685. OLE color: 3177685.
HSL color Cylindrical-coordinate representation of color #D57C30: hue angle of 27.64º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D57C30 is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 124 | 48 | - |
| CMYK | 0 | 0.42 | 0.77 | 0.16 |
| HSL | 27.64º | 0.66% | 0.51% | - |
| HSV(B) | 27.64º | 0.77% | 0.84% | - |
| XYZ | 35.18 | 28.77 | 6.5 | - |
| YUV | 141.95 | 74.99 | 178.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 124 | 48 | 0 | 0.42 | 0.77 | 0.16 | 27.64 | 0.66 | 0.51 |
| Hex | D5 | 7C | 30 | 0 | 2A | 4D | 10 | 1C | 42 | 33 |
| Octal | 325 | 174 | 60 | 0 | 52 | 115 | 20 | 34 | 102 | 63 |
| Binary | 11010101 | 1111100 | 110000 | 0 | 101010 | 1001101 | 10000 | 11100 | 1000010 | 110011 |
Color Harmonies of #D57C30
Complementary color
Monochromatic Colors of #D57C30
Black with #D57C30
Text Example
Text Example
White with #D57C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57C30; }
p { color: rgb(213,124,48); }
H1.HeaderClassName
{
color: #D57C30;
}
.AnyTagClassName
{
color: #D57C30;
}
</style>
background-color css
<style>
a { background-color: #D57C30; }
a { background-color: rgb(213,124,48); }
div.DivClassName
{
background-color: #D57C30;
}
.BgClassName
{
background-color: #D57C30;
}
</style>
border-color css
<style>
span { border-color: #D57C30; }
span { border-color: rgb(213,124,48); }
td.TdClassName
{
border-color: #D57C30;
}
.TagClassName
{
border-color: #D57C30;
}
</style>