Shades of Bronze #D37A37
Tints of Bronze #D37A37
RGB
CMYK
RGB Variations
Color information
#D37A37 (or 0xD37A37) is known color: Bronze. HEX triplet: D3, 7A and 37. RGB value is (211,122,55). Sum of RGB (Red+Green+Blue) = 211+122+55=388 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.38% from 388); Green value is 122 (48.05% from 255 or 31.44% from 388); Blue value is 55 (21.88% from 255 or 14.18% from 388); Max value from RGB is 211 - color contains mainly: red. Hex color #D37A37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D37A37 is #2C85C8. Grayscale: #8D8D8D. Windows color (decimal): -2917833 or 3635923. OLE color: 3635923.
HSL color Cylindrical-coordinate representation of color #D37A37: hue angle of 25.77º 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 #D37A37 is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 122 | 55 | - |
| CMYK | 0 | 0.42 | 0.74 | 0.17 |
| HSL | 25.77º | 0.64% | 0.52% | - |
| HSV(B) | 25.77º | 0.74% | 0.83% | - |
| XYZ | 34.51 | 28.04 | 7.21 | - |
| YUV | 140.97 | 79.49 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 122 | 55 | 0 | 0.42 | 0.74 | 0.17 | 25.77 | 0.64 | 0.52 |
| Hex | D3 | 7A | 37 | 0 | 2A | 4A | 11 | 1A | 40 | 34 |
| Octal | 323 | 172 | 67 | 0 | 52 | 112 | 21 | 32 | 100 | 64 |
| Binary | 11010011 | 1111010 | 110111 | 0 | 101010 | 1001010 | 10001 | 11010 | 1000000 | 110100 |
Color Harmonies of #D37A37
Complementary color
Monochromatic Colors of #D37A37
Black with #D37A37
Text Example
Text Example
White with #D37A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37A37; }
p { color: rgb(211,122,55); }
H1.HeaderClassName
{
color: #D37A37;
}
.AnyTagClassName
{
color: #D37A37;
}
</style>
background-color css
<style>
a { background-color: #D37A37; }
a { background-color: rgb(211,122,55); }
div.DivClassName
{
background-color: #D37A37;
}
.BgClassName
{
background-color: #D37A37;
}
</style>
border-color css
<style>
span { border-color: #D37A37; }
span { border-color: rgb(211,122,55); }
td.TdClassName
{
border-color: #D37A37;
}
.TagClassName
{
border-color: #D37A37;
}
</style>