Shades of Bronze #CF7F34
Tints of Bronze #CF7F34
RGB
CMYK
RGB Variations
Color information
#CF7F34 (or 0xCF7F34) is known color: Bronze. HEX triplet: CF, 7F and 34. RGB value is (207,127,52). Sum of RGB (Red+Green+Blue) = 207+127+52=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 52 (20.70% from 255 or 13.47% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7F34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7F34 is #3080CB. Grayscale: #8E8E8E. Windows color (decimal): -3178700 or 3440591. OLE color: 3440591.
HSL color Cylindrical-coordinate representation of color #CF7F34: hue angle of 29.03º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF7F34 is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 127 | 52 | - |
| CMYK | 0 | 0.39 | 0.75 | 0.19 |
| HSL | 29.03º | 0.62% | 0.51% | - |
| HSV(B) | 29.03º | 0.75% | 0.81% | - |
| XYZ | 33.94 | 28.69 | 7 | - |
| YUV | 142.37 | 77 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 127 | 52 | 0 | 0.39 | 0.75 | 0.19 | 29.03 | 0.62 | 0.51 |
| Hex | CF | 7F | 34 | 0 | 27 | 4B | 13 | 1D | 3E | 33 |
| Octal | 317 | 177 | 64 | 0 | 47 | 113 | 23 | 35 | 76 | 63 |
| Binary | 11001111 | 1111111 | 110100 | 0 | 100111 | 1001011 | 10011 | 11101 | 111110 | 110011 |
Color Harmonies of #CF7F34
Complementary color
Monochromatic Colors of #CF7F34
Black with #CF7F34
Text Example
Text Example
White with #CF7F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7F34; }
p { color: rgb(207,127,52); }
H1.HeaderClassName
{
color: #CF7F34;
}
.AnyTagClassName
{
color: #CF7F34;
}
</style>
background-color css
<style>
a { background-color: #CF7F34; }
a { background-color: rgb(207,127,52); }
div.DivClassName
{
background-color: #CF7F34;
}
.BgClassName
{
background-color: #CF7F34;
}
</style>
border-color css
<style>
span { border-color: #CF7F34; }
span { border-color: rgb(207,127,52); }
td.TdClassName
{
border-color: #CF7F34;
}
.TagClassName
{
border-color: #CF7F34;
}
</style>