Shades of Bronze #CD7F2D
Tints of Bronze #CD7F2D
RGB
CMYK
RGB Variations
Color information
#CD7F2D (or 0xCD7F2D) is known color: Bronze. HEX triplet: CD, 7F and 2D. RGB value is (205,127,45). Sum of RGB (Red+Green+Blue) = 205+127+45=377 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.38% from 377); Green value is 127 (50% from 255 or 33.69% from 377); Blue value is 45 (17.97% from 255 or 11.94% from 377); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7F2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7F2D is #3280D2. Grayscale: #8D8D8D. Windows color (decimal): -3309779 or 2981837. OLE color: 2981837.
HSL color Cylindrical-coordinate representation of color #CD7F2D: hue angle of 30.75º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CD7F2D is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 127 | 45 | - |
| CMYK | 0 | 0.38 | 0.78 | 0.20 |
| HSL | 30.75º | 0.64% | 0.49% | - |
| HSV(B) | 30.75º | 0.78% | 0.8% | - |
| XYZ | 33.24 | 28.35 | 6.2 | - |
| YUV | 140.97 | 73.84 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 127 | 45 | 0 | 0.38 | 0.78 | 0.20 | 30.75 | 0.64 | 0.49 |
| Hex | CD | 7F | 2D | 0 | 26 | 4E | 14 | 1F | 40 | 31 |
| Octal | 315 | 177 | 55 | 0 | 46 | 116 | 24 | 37 | 100 | 61 |
| Binary | 11001101 | 1111111 | 101101 | 0 | 100110 | 1001110 | 10100 | 11111 | 1000000 | 110001 |
Color Harmonies of #CD7F2D
Complementary color
Monochromatic Colors of #CD7F2D
Black with #CD7F2D
Text Example
Text Example
White with #CD7F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7F2D; }
p { color: rgb(205,127,45); }
H1.HeaderClassName
{
color: #CD7F2D;
}
.AnyTagClassName
{
color: #CD7F2D;
}
</style>
background-color css
<style>
a { background-color: #CD7F2D; }
a { background-color: rgb(205,127,45); }
div.DivClassName
{
background-color: #CD7F2D;
}
.BgClassName
{
background-color: #CD7F2D;
}
</style>
border-color css
<style>
span { border-color: #CD7F2D; }
span { border-color: rgb(205,127,45); }
td.TdClassName
{
border-color: #CD7F2D;
}
.TagClassName
{
border-color: #CD7F2D;
}
</style>