Shades of Bronze #CD7632
Tints of Bronze #CD7632
RGB
CMYK
RGB Variations
Color information
#CD7632 (or 0xCD7632) is known color: Bronze. HEX triplet: CD, 76 and 32. RGB value is (205,118,50). Sum of RGB (Red+Green+Blue) = 205+118+50=373 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.96% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 50 (19.92% from 255 or 13.40% from 373); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7632 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7632 is #3289CD. Grayscale: #888888. Windows color (decimal): -3312078 or 3307213. OLE color: 3307213.
HSL color Cylindrical-coordinate representation of color #CD7632: hue angle of 26.32º 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 #CD7632 is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 118 | 50 | - |
| CMYK | 0 | 0.42 | 0.76 | 0.20 |
| HSL | 26.32º | 0.61% | 0.5% | - |
| HSV(B) | 26.32º | 0.76% | 0.8% | - |
| XYZ | 32.23 | 26.17 | 6.37 | - |
| YUV | 136.26 | 79.32 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 118 | 50 | 0 | 0.42 | 0.76 | 0.20 | 26.32 | 0.61 | 0.5 |
| Hex | CD | 76 | 32 | 0 | 2A | 4C | 14 | 1A | 3D | 32 |
| Octal | 315 | 166 | 62 | 0 | 52 | 114 | 24 | 32 | 75 | 62 |
| Binary | 11001101 | 1110110 | 110010 | 0 | 101010 | 1001100 | 10100 | 11010 | 111101 | 110010 |
Color Harmonies of #CD7632
Complementary color
Monochromatic Colors of #CD7632
Black with #CD7632
Text Example
Text Example
White with #CD7632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7632; }
p { color: rgb(205,118,50); }
H1.HeaderClassName
{
color: #CD7632;
}
.AnyTagClassName
{
color: #CD7632;
}
</style>
background-color css
<style>
a { background-color: #CD7632; }
a { background-color: rgb(205,118,50); }
div.DivClassName
{
background-color: #CD7632;
}
.BgClassName
{
background-color: #CD7632;
}
</style>
border-color css
<style>
span { border-color: #CD7632; }
span { border-color: rgb(205,118,50); }
td.TdClassName
{
border-color: #CD7632;
}
.TagClassName
{
border-color: #CD7632;
}
</style>