Shades of Bronze #D37F36
Tints of Bronze #D37F36
RGB
CMYK
RGB Variations
Color information
#D37F36 (or 0xD37F36) is known color: Bronze. HEX triplet: D3, 7F and 36. RGB value is (211,127,54). Sum of RGB (Red+Green+Blue) = 211+127+54=392 (51% of max value = 765). Red value is 211 (82.81% from 255 or 53.83% from 392); Green value is 127 (50% from 255 or 32.40% from 392); Blue value is 54 (21.48% from 255 or 13.78% from 392); Max value from RGB is 211 - color contains mainly: red. Hex color #D37F36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D37F36 is #2C80C9. Grayscale: #909090. Windows color (decimal): -2916554 or 3571667. OLE color: 3571667.
HSL color Cylindrical-coordinate representation of color #D37F36: hue angle of 27.9º 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 #D37F36 is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 127 | 54 | - |
| CMYK | 0 | 0.40 | 0.74 | 0.17 |
| HSL | 27.9º | 0.64% | 0.52% | - |
| HSV(B) | 27.9º | 0.74% | 0.83% | - |
| XYZ | 35.12 | 29.29 | 7.29 | - |
| YUV | 143.79 | 77.33 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 127 | 54 | 0 | 0.40 | 0.74 | 0.17 | 27.9 | 0.64 | 0.52 |
| Hex | D3 | 7F | 36 | 0 | 28 | 4A | 11 | 1C | 40 | 34 |
| Octal | 323 | 177 | 66 | 0 | 50 | 112 | 21 | 34 | 100 | 64 |
| Binary | 11010011 | 1111111 | 110110 | 0 | 101000 | 1001010 | 10001 | 11100 | 1000000 | 110100 |
Color Harmonies of #D37F36
Complementary color
Monochromatic Colors of #D37F36
Black with #D37F36
Text Example
Text Example
White with #D37F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37F36; }
p { color: rgb(211,127,54); }
H1.HeaderClassName
{
color: #D37F36;
}
.AnyTagClassName
{
color: #D37F36;
}
</style>
background-color css
<style>
a { background-color: #D37F36; }
a { background-color: rgb(211,127,54); }
div.DivClassName
{
background-color: #D37F36;
}
.BgClassName
{
background-color: #D37F36;
}
</style>
border-color css
<style>
span { border-color: #D37F36; }
span { border-color: rgb(211,127,54); }
td.TdClassName
{
border-color: #D37F36;
}
.TagClassName
{
border-color: #D37F36;
}
</style>