Shades of Bronze #CF7F31
Tints of Bronze #CF7F31
RGB
CMYK
RGB Variations
Color information
#CF7F31 (or 0xCF7F31) is known color: Bronze. HEX triplet: CF, 7F and 31. RGB value is (207,127,49). Sum of RGB (Red+Green+Blue) = 207+127+49=383 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.05% from 383); Green value is 127 (50% from 255 or 33.16% from 383); Blue value is 49 (19.53% from 255 or 12.79% from 383); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7F31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7F31 is #3080CE. Grayscale: #8E8E8E. Windows color (decimal): -3178703 or 3243983. OLE color: 3243983.
HSL color Cylindrical-coordinate representation of color #CF7F31: hue angle of 29.62º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF7F31 is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 127 | 49 | - |
| CMYK | 0 | 0.39 | 0.76 | 0.19 |
| HSL | 29.62º | 0.62% | 0.5% | - |
| HSV(B) | 29.62º | 0.76% | 0.81% | - |
| XYZ | 33.88 | 28.67 | 6.65 | - |
| YUV | 142.03 | 75.5 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 127 | 49 | 0 | 0.39 | 0.76 | 0.19 | 29.62 | 0.62 | 0.5 |
| Hex | CF | 7F | 31 | 0 | 27 | 4C | 13 | 1E | 3E | 32 |
| Octal | 317 | 177 | 61 | 0 | 47 | 114 | 23 | 36 | 76 | 62 |
| Binary | 11001111 | 1111111 | 110001 | 0 | 100111 | 1001100 | 10011 | 11110 | 111110 | 110010 |
Color Harmonies of #CF7F31
Complementary color
Monochromatic Colors of #CF7F31
Black with #CF7F31
Text Example
Text Example
White with #CF7F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7F31; }
p { color: rgb(207,127,49); }
H1.HeaderClassName
{
color: #CF7F31;
}
.AnyTagClassName
{
color: #CF7F31;
}
</style>
background-color css
<style>
a { background-color: #CF7F31; }
a { background-color: rgb(207,127,49); }
div.DivClassName
{
background-color: #CF7F31;
}
.BgClassName
{
background-color: #CF7F31;
}
</style>
border-color css
<style>
span { border-color: #CF7F31; }
span { border-color: rgb(207,127,49); }
td.TdClassName
{
border-color: #CF7F31;
}
.TagClassName
{
border-color: #CF7F31;
}
</style>