Shades of Bronze #CF7F2D
Tints of Bronze #CF7F2D
RGB
CMYK
RGB Variations
Color information
#CF7F2D (or 0xCF7F2D) is known color: Bronze. HEX triplet: CF, 7F and 2D. RGB value is (207,127,45). Sum of RGB (Red+Green+Blue) = 207+127+45=379 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.62% from 379); Green value is 127 (50% from 255 or 33.51% from 379); Blue value is 45 (17.97% from 255 or 11.87% from 379); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7F2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7F2D is #3080D2. Grayscale: #8D8D8D. Windows color (decimal): -3178707 or 2981839. OLE color: 2981839.
HSL color Cylindrical-coordinate representation of color #CF7F2D: hue angle of 30.37º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF7F2D is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 127 | 45 | - |
| CMYK | 0 | 0.39 | 0.78 | 0.19 |
| HSL | 30.37º | 0.64% | 0.49% | - |
| HSV(B) | 30.37º | 0.78% | 0.81% | - |
| XYZ | 33.8 | 28.63 | 6.23 | - |
| YUV | 141.57 | 73.5 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 127 | 45 | 0 | 0.39 | 0.78 | 0.19 | 30.37 | 0.64 | 0.49 |
| Hex | CF | 7F | 2D | 0 | 27 | 4E | 13 | 1E | 40 | 31 |
| Octal | 317 | 177 | 55 | 0 | 47 | 116 | 23 | 36 | 100 | 61 |
| Binary | 11001111 | 1111111 | 101101 | 0 | 100111 | 1001110 | 10011 | 11110 | 1000000 | 110001 |
Color Harmonies of #CF7F2D
Complementary color
Monochromatic Colors of #CF7F2D
Black with #CF7F2D
Text Example
Text Example
White with #CF7F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7F2D; }
p { color: rgb(207,127,45); }
H1.HeaderClassName
{
color: #CF7F2D;
}
.AnyTagClassName
{
color: #CF7F2D;
}
</style>
background-color css
<style>
a { background-color: #CF7F2D; }
a { background-color: rgb(207,127,45); }
div.DivClassName
{
background-color: #CF7F2D;
}
.BgClassName
{
background-color: #CF7F2D;
}
</style>
border-color css
<style>
span { border-color: #CF7F2D; }
span { border-color: rgb(207,127,45); }
td.TdClassName
{
border-color: #CF7F2D;
}
.TagClassName
{
border-color: #CF7F2D;
}
</style>