Shades of Bronze #CD7D2C
Tints of Bronze #CD7D2C
RGB
CMYK
RGB Variations
Color information
#CD7D2C (or 0xCD7D2C) is known color: Bronze. HEX triplet: CD, 7D and 2C. RGB value is (205,125,44). Sum of RGB (Red+Green+Blue) = 205+125+44=374 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.81% from 374); Green value is 125 (49.22% from 255 or 33.42% from 374); Blue value is 44 (17.58% from 255 or 11.76% from 374); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7D2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7D2C is #3282D3. Grayscale: #8C8C8C. Windows color (decimal): -3310292 or 2915789. OLE color: 2915789.
HSL color Cylindrical-coordinate representation of color #CD7D2C: hue angle of 30.19º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CD7D2C is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 125 | 44 | - |
| CMYK | 0 | 0.39 | 0.79 | 0.20 |
| HSL | 30.19º | 0.65% | 0.49% | - |
| HSV(B) | 30.19º | 0.79% | 0.8% | - |
| XYZ | 32.97 | 27.83 | 6.02 | - |
| YUV | 139.69 | 74 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 125 | 44 | 0 | 0.39 | 0.79 | 0.20 | 30.19 | 0.65 | 0.49 |
| Hex | CD | 7D | 2C | 0 | 27 | 4F | 14 | 1E | 41 | 31 |
| Octal | 315 | 175 | 54 | 0 | 47 | 117 | 24 | 36 | 101 | 61 |
| Binary | 11001101 | 1111101 | 101100 | 0 | 100111 | 1001111 | 10100 | 11110 | 1000001 | 110001 |
Color Harmonies of #CD7D2C
Complementary color
Monochromatic Colors of #CD7D2C
Black with #CD7D2C
Text Example
Text Example
White with #CD7D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7D2C; }
p { color: rgb(205,125,44); }
H1.HeaderClassName
{
color: #CD7D2C;
}
.AnyTagClassName
{
color: #CD7D2C;
}
</style>
background-color css
<style>
a { background-color: #CD7D2C; }
a { background-color: rgb(205,125,44); }
div.DivClassName
{
background-color: #CD7D2C;
}
.BgClassName
{
background-color: #CD7D2C;
}
</style>
border-color css
<style>
span { border-color: #CD7D2C; }
span { border-color: rgb(205,125,44); }
td.TdClassName
{
border-color: #CD7D2C;
}
.TagClassName
{
border-color: #CD7D2C;
}
</style>