Shades of Bronze #D27A37
Tints of Bronze #D27A37
RGB
CMYK
RGB Variations
Color information
#D27A37 (or 0xD27A37) is known color: Bronze. HEX triplet: D2, 7A and 37. RGB value is (210,122,55). Sum of RGB (Red+Green+Blue) = 210+122+55=387 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.26% from 387); Green value is 122 (48.05% from 255 or 31.52% from 387); Blue value is 55 (21.88% from 255 or 14.21% from 387); Max value from RGB is 210 - color contains mainly: red. Hex color #D27A37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27A37 is #2D85C8. Grayscale: #8D8D8D. Windows color (decimal): -2983369 or 3635922. OLE color: 3635922.
HSL color Cylindrical-coordinate representation of color #D27A37: hue angle of 25.94º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D27A37 is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 122 | 55 | - |
| CMYK | 0 | 0.42 | 0.74 | 0.18 |
| HSL | 25.94º | 0.63% | 0.52% | - |
| HSV(B) | 25.94º | 0.74% | 0.82% | - |
| XYZ | 34.23 | 27.9 | 7.2 | - |
| YUV | 140.67 | 79.65 | 177.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 122 | 55 | 0 | 0.42 | 0.74 | 0.18 | 25.94 | 0.63 | 0.52 |
| Hex | D2 | 7A | 37 | 0 | 2A | 4A | 12 | 1A | 3F | 34 |
| Octal | 322 | 172 | 67 | 0 | 52 | 112 | 22 | 32 | 77 | 64 |
| Binary | 11010010 | 1111010 | 110111 | 0 | 101010 | 1001010 | 10010 | 11010 | 111111 | 110100 |
Color Harmonies of #D27A37
Complementary color
Monochromatic Colors of #D27A37
Black with #D27A37
Text Example
Text Example
White with #D27A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27A37; }
p { color: rgb(210,122,55); }
H1.HeaderClassName
{
color: #D27A37;
}
.AnyTagClassName
{
color: #D27A37;
}
</style>
background-color css
<style>
a { background-color: #D27A37; }
a { background-color: rgb(210,122,55); }
div.DivClassName
{
background-color: #D27A37;
}
.BgClassName
{
background-color: #D27A37;
}
</style>
border-color css
<style>
span { border-color: #D27A37; }
span { border-color: rgb(210,122,55); }
td.TdClassName
{
border-color: #D27A37;
}
.TagClassName
{
border-color: #D27A37;
}
</style>