Shades of Bronze #D37F37
Tints of Bronze #D37F37
RGB
CMYK
RGB Variations
Color information
#D37F37 (or 0xD37F37) is known color: Bronze. HEX triplet: D3, 7F and 37. RGB value is (211,127,55). Sum of RGB (Red+Green+Blue) = 211+127+55=393 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.69% from 393); Green value is 127 (50% from 255 or 32.32% from 393); Blue value is 55 (21.88% from 255 or 13.99% from 393); Max value from RGB is 211 - color contains mainly: red. Hex color #D37F37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D37F37 is #2C80C8. Grayscale: #909090. Windows color (decimal): -2916553 or 3637203. OLE color: 3637203.
HSL color Cylindrical-coordinate representation of color #D37F37: hue angle of 27.69º 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 #D37F37 is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 127 | 55 | - |
| CMYK | 0 | 0.40 | 0.74 | 0.17 |
| HSL | 27.69º | 0.64% | 0.52% | - |
| HSV(B) | 27.69º | 0.74% | 0.83% | - |
| XYZ | 35.14 | 29.3 | 7.42 | - |
| YUV | 143.91 | 77.83 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 127 | 55 | 0 | 0.40 | 0.74 | 0.17 | 27.69 | 0.64 | 0.52 |
| Hex | D3 | 7F | 37 | 0 | 28 | 4A | 11 | 1C | 40 | 34 |
| Octal | 323 | 177 | 67 | 0 | 50 | 112 | 21 | 34 | 100 | 64 |
| Binary | 11010011 | 1111111 | 110111 | 0 | 101000 | 1001010 | 10001 | 11100 | 1000000 | 110100 |
Color Harmonies of #D37F37
Complementary color
Monochromatic Colors of #D37F37
Black with #D37F37
Text Example
Text Example
White with #D37F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37F37; }
p { color: rgb(211,127,55); }
H1.HeaderClassName
{
color: #D37F37;
}
.AnyTagClassName
{
color: #D37F37;
}
</style>
background-color css
<style>
a { background-color: #D37F37; }
a { background-color: rgb(211,127,55); }
div.DivClassName
{
background-color: #D37F37;
}
.BgClassName
{
background-color: #D37F37;
}
</style>
border-color css
<style>
span { border-color: #D37F37; }
span { border-color: rgb(211,127,55); }
td.TdClassName
{
border-color: #D37F37;
}
.TagClassName
{
border-color: #D37F37;
}
</style>