Shades of Bronze #CD7C31
Tints of Bronze #CD7C31
RGB
CMYK
RGB Variations
Color information
#CD7C31 (or 0xCD7C31) is known color: Bronze. HEX triplet: CD, 7C and 31. RGB value is (205,124,49). Sum of RGB (Red+Green+Blue) = 205+124+49=378 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.23% from 378); Green value is 124 (48.83% from 255 or 32.80% from 378); Blue value is 49 (19.53% from 255 or 12.96% from 378); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7C31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7C31 is #3283CE. Grayscale: #8C8C8C. Windows color (decimal): -3310543 or 3243213. OLE color: 3243213.
HSL color Cylindrical-coordinate representation of color #CD7C31: hue angle of 28.85º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CD7C31 is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 124 | 49 | - |
| CMYK | 0 | 0.40 | 0.76 | 0.20 |
| HSL | 28.85º | 0.61% | 0.5% | - |
| HSV(B) | 28.85º | 0.76% | 0.8% | - |
| XYZ | 32.94 | 27.62 | 6.5 | - |
| YUV | 139.67 | 76.84 | 174.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 124 | 49 | 0 | 0.40 | 0.76 | 0.20 | 28.85 | 0.61 | 0.5 |
| Hex | CD | 7C | 31 | 0 | 28 | 4C | 14 | 1D | 3D | 32 |
| Octal | 315 | 174 | 61 | 0 | 50 | 114 | 24 | 35 | 75 | 62 |
| Binary | 11001101 | 1111100 | 110001 | 0 | 101000 | 1001100 | 10100 | 11101 | 111101 | 110010 |
Color Harmonies of #CD7C31
Complementary color
Monochromatic Colors of #CD7C31
Black with #CD7C31
Text Example
Text Example
White with #CD7C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7C31; }
p { color: rgb(205,124,49); }
H1.HeaderClassName
{
color: #CD7C31;
}
.AnyTagClassName
{
color: #CD7C31;
}
</style>
background-color css
<style>
a { background-color: #CD7C31; }
a { background-color: rgb(205,124,49); }
div.DivClassName
{
background-color: #CD7C31;
}
.BgClassName
{
background-color: #CD7C31;
}
</style>
border-color css
<style>
span { border-color: #CD7C31; }
span { border-color: rgb(205,124,49); }
td.TdClassName
{
border-color: #CD7C31;
}
.TagClassName
{
border-color: #CD7C31;
}
</style>