Shades of Bronze #CD7A32
Tints of Bronze #CD7A32
RGB
CMYK
RGB Variations
Color information
#CD7A32 (or 0xCD7A32) is known color: Bronze. HEX triplet: CD, 7A and 32. RGB value is (205,122,50). Sum of RGB (Red+Green+Blue) = 205+122+50=377 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.38% from 377); Green value is 122 (48.05% from 255 or 32.36% from 377); Blue value is 50 (19.92% from 255 or 13.26% from 377); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7A32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7A32 is #3285CD. Grayscale: #8A8A8A. Windows color (decimal): -3311054 or 3308237. OLE color: 3308237.
HSL color Cylindrical-coordinate representation of color #CD7A32: hue angle of 27.87º 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 #CD7A32 is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 122 | 50 | - |
| CMYK | 0 | 0.40 | 0.76 | 0.20 |
| HSL | 27.87º | 0.61% | 0.5% | - |
| HSV(B) | 27.87º | 0.76% | 0.8% | - |
| XYZ | 32.71 | 27.13 | 6.53 | - |
| YUV | 138.61 | 78 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 122 | 50 | 0 | 0.40 | 0.76 | 0.20 | 27.87 | 0.61 | 0.5 |
| Hex | CD | 7A | 32 | 0 | 28 | 4C | 14 | 1C | 3D | 32 |
| Octal | 315 | 172 | 62 | 0 | 50 | 114 | 24 | 34 | 75 | 62 |
| Binary | 11001101 | 1111010 | 110010 | 0 | 101000 | 1001100 | 10100 | 11100 | 111101 | 110010 |
Color Harmonies of #CD7A32
Complementary color
Monochromatic Colors of #CD7A32
Black with #CD7A32
Text Example
Text Example
White with #CD7A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7A32; }
p { color: rgb(205,122,50); }
H1.HeaderClassName
{
color: #CD7A32;
}
.AnyTagClassName
{
color: #CD7A32;
}
</style>
background-color css
<style>
a { background-color: #CD7A32; }
a { background-color: rgb(205,122,50); }
div.DivClassName
{
background-color: #CD7A32;
}
.BgClassName
{
background-color: #CD7A32;
}
</style>
border-color css
<style>
span { border-color: #CD7A32; }
span { border-color: rgb(205,122,50); }
td.TdClassName
{
border-color: #CD7A32;
}
.TagClassName
{
border-color: #CD7A32;
}
</style>