Shades of Bronze #CD7D32
Tints of Bronze #CD7D32
RGB
CMYK
RGB Variations
Color information
#CD7D32 (or 0xCD7D32) is known color: Bronze. HEX triplet: CD, 7D and 32. RGB value is (205,125,50). Sum of RGB (Red+Green+Blue) = 205+125+50=380 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.95% from 380); Green value is 125 (49.22% from 255 or 32.89% from 380); Blue value is 50 (19.92% from 255 or 13.16% from 380); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7D32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7D32 is #3282CD. Grayscale: #8C8C8C. Windows color (decimal): -3310286 or 3309005. OLE color: 3309005.
HSL color Cylindrical-coordinate representation of color #CD7D32: hue angle of 29.03º 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 #CD7D32 is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 125 | 50 | - |
| CMYK | 0 | 0.39 | 0.76 | 0.20 |
| HSL | 29.03º | 0.61% | 0.5% | - |
| HSV(B) | 29.03º | 0.76% | 0.8% | - |
| XYZ | 33.09 | 27.88 | 6.65 | - |
| YUV | 140.37 | 77 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 125 | 50 | 0 | 0.39 | 0.76 | 0.20 | 29.03 | 0.61 | 0.5 |
| Hex | CD | 7D | 32 | 0 | 27 | 4C | 14 | 1D | 3D | 32 |
| Octal | 315 | 175 | 62 | 0 | 47 | 114 | 24 | 35 | 75 | 62 |
| Binary | 11001101 | 1111101 | 110010 | 0 | 100111 | 1001100 | 10100 | 11101 | 111101 | 110010 |
Color Harmonies of #CD7D32
Complementary color
Monochromatic Colors of #CD7D32
Black with #CD7D32
Text Example
Text Example
White with #CD7D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7D32; }
p { color: rgb(205,125,50); }
H1.HeaderClassName
{
color: #CD7D32;
}
.AnyTagClassName
{
color: #CD7D32;
}
</style>
background-color css
<style>
a { background-color: #CD7D32; }
a { background-color: rgb(205,125,50); }
div.DivClassName
{
background-color: #CD7D32;
}
.BgClassName
{
background-color: #CD7D32;
}
</style>
border-color css
<style>
span { border-color: #CD7D32; }
span { border-color: rgb(205,125,50); }
td.TdClassName
{
border-color: #CD7D32;
}
.TagClassName
{
border-color: #CD7D32;
}
</style>