Shades of Bronze #CD7A2C
Tints of Bronze #CD7A2C
RGB
CMYK
RGB Variations
Color information
#CD7A2C (or 0xCD7A2C) is known color: Bronze. HEX triplet: CD, 7A and 2C. RGB value is (205,122,44). Sum of RGB (Red+Green+Blue) = 205+122+44=371 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.26% from 371); Green value is 122 (48.05% from 255 or 32.88% from 371); Blue value is 44 (17.58% from 255 or 11.86% from 371); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7A2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7A2C is #3285D3. Grayscale: #8A8A8A. Windows color (decimal): -3311060 or 2915021. OLE color: 2915021.
HSL color Cylindrical-coordinate representation of color #CD7A2C: hue angle of 29.07º 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 #CD7A2C is Cyan = 0, Magento = 0.40, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 122 | 44 | - |
| CMYK | 0 | 0.40 | 0.79 | 0.20 |
| HSL | 29.07º | 0.65% | 0.49% | - |
| HSV(B) | 29.07º | 0.79% | 0.8% | - |
| XYZ | 32.59 | 27.08 | 5.89 | - |
| YUV | 137.93 | 75 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 122 | 44 | 0 | 0.40 | 0.79 | 0.20 | 29.07 | 0.65 | 0.49 |
| Hex | CD | 7A | 2C | 0 | 28 | 4F | 14 | 1D | 41 | 31 |
| Octal | 315 | 172 | 54 | 0 | 50 | 117 | 24 | 35 | 101 | 61 |
| Binary | 11001101 | 1111010 | 101100 | 0 | 101000 | 1001111 | 10100 | 11101 | 1000001 | 110001 |
Color Harmonies of #CD7A2C
Complementary color
Monochromatic Colors of #CD7A2C
Black with #CD7A2C
Text Example
Text Example
White with #CD7A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7A2C; }
p { color: rgb(205,122,44); }
H1.HeaderClassName
{
color: #CD7A2C;
}
.AnyTagClassName
{
color: #CD7A2C;
}
</style>
background-color css
<style>
a { background-color: #CD7A2C; }
a { background-color: rgb(205,122,44); }
div.DivClassName
{
background-color: #CD7A2C;
}
.BgClassName
{
background-color: #CD7A2C;
}
</style>
border-color css
<style>
span { border-color: #CD7A2C; }
span { border-color: rgb(205,122,44); }
td.TdClassName
{
border-color: #CD7A2C;
}
.TagClassName
{
border-color: #CD7A2C;
}
</style>