Shades of Bronze #D37D36
Tints of Bronze #D37D36
RGB
CMYK
RGB Variations
Color information
#D37D36 (or 0xD37D36) is known color: Bronze. HEX triplet: D3, 7D and 36. RGB value is (211,125,54). Sum of RGB (Red+Green+Blue) = 211+125+54=390 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.10% from 390); Green value is 125 (49.22% from 255 or 32.05% from 390); Blue value is 54 (21.48% from 255 or 13.85% from 390); Max value from RGB is 211 - color contains mainly: red. Hex color #D37D36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D37D36 is #2C82C9. Grayscale: #8E8E8E. Windows color (decimal): -2917066 or 3571155. OLE color: 3571155.
HSL color Cylindrical-coordinate representation of color #D37D36: hue angle of 27.13º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D37D36 is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 125 | 54 | - |
| CMYK | 0 | 0.41 | 0.74 | 0.17 |
| HSL | 27.13º | 0.64% | 0.52% | - |
| HSV(B) | 27.13º | 0.74% | 0.83% | - |
| XYZ | 34.86 | 28.78 | 7.21 | - |
| YUV | 142.62 | 77.99 | 176.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 125 | 54 | 0 | 0.41 | 0.74 | 0.17 | 27.13 | 0.64 | 0.52 |
| Hex | D3 | 7D | 36 | 0 | 29 | 4A | 11 | 1B | 40 | 34 |
| Octal | 323 | 175 | 66 | 0 | 51 | 112 | 21 | 33 | 100 | 64 |
| Binary | 11010011 | 1111101 | 110110 | 0 | 101001 | 1001010 | 10001 | 11011 | 1000000 | 110100 |
Color Harmonies of #D37D36
Complementary color
Monochromatic Colors of #D37D36
Black with #D37D36
Text Example
Text Example
White with #D37D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37D36; }
p { color: rgb(211,125,54); }
H1.HeaderClassName
{
color: #D37D36;
}
.AnyTagClassName
{
color: #D37D36;
}
</style>
background-color css
<style>
a { background-color: #D37D36; }
a { background-color: rgb(211,125,54); }
div.DivClassName
{
background-color: #D37D36;
}
.BgClassName
{
background-color: #D37D36;
}
</style>
border-color css
<style>
span { border-color: #D37D36; }
span { border-color: rgb(211,125,54); }
td.TdClassName
{
border-color: #D37D36;
}
.TagClassName
{
border-color: #D37D36;
}
</style>