Shades of Bronze #D37F34
Tints of Bronze #D37F34
RGB
CMYK
RGB Variations
Color information
#D37F34 (or 0xD37F34) is known color: Bronze. HEX triplet: D3, 7F and 34. RGB value is (211,127,52). Sum of RGB (Red+Green+Blue) = 211+127+52=390 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.10% from 390); Green value is 127 (50% from 255 or 32.56% from 390); Blue value is 52 (20.70% from 255 or 13.33% from 390); Max value from RGB is 211 - color contains mainly: red. Hex color #D37F34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D37F34 is #2C80CB. Grayscale: #8F8F8F. Windows color (decimal): -2916556 or 3440595. OLE color: 3440595.
HSL color Cylindrical-coordinate representation of color #D37F34: hue angle of 28.3º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D37F34 is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 127 | 52 | - |
| CMYK | 0 | 0.40 | 0.75 | 0.17 |
| HSL | 28.3º | 0.64% | 0.52% | - |
| HSV(B) | 28.3º | 0.75% | 0.83% | - |
| XYZ | 35.07 | 29.28 | 7.05 | - |
| YUV | 143.57 | 76.33 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 127 | 52 | 0 | 0.40 | 0.75 | 0.17 | 28.3 | 0.64 | 0.52 |
| Hex | D3 | 7F | 34 | 0 | 28 | 4B | 11 | 1C | 40 | 34 |
| Octal | 323 | 177 | 64 | 0 | 50 | 113 | 21 | 34 | 100 | 64 |
| Binary | 11010011 | 1111111 | 110100 | 0 | 101000 | 1001011 | 10001 | 11100 | 1000000 | 110100 |
Color Harmonies of #D37F34
Complementary color
Monochromatic Colors of #D37F34
Black with #D37F34
Text Example
Text Example
White with #D37F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37F34; }
p { color: rgb(211,127,52); }
H1.HeaderClassName
{
color: #D37F34;
}
.AnyTagClassName
{
color: #D37F34;
}
</style>
background-color css
<style>
a { background-color: #D37F34; }
a { background-color: rgb(211,127,52); }
div.DivClassName
{
background-color: #D37F34;
}
.BgClassName
{
background-color: #D37F34;
}
</style>
border-color css
<style>
span { border-color: #D37F34; }
span { border-color: rgb(211,127,52); }
td.TdClassName
{
border-color: #D37F34;
}
.TagClassName
{
border-color: #D37F34;
}
</style>