Shades of Bronze #CF7A2D
Tints of Bronze #CF7A2D
RGB
CMYK
RGB Variations
Color information
#CF7A2D (or 0xCF7A2D) is known color: Bronze. HEX triplet: CF, 7A and 2D. RGB value is (207,122,45). Sum of RGB (Red+Green+Blue) = 207+122+45=374 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.35% from 374); Green value is 122 (48.05% from 255 or 32.62% from 374); Blue value is 45 (17.97% from 255 or 12.03% from 374); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7A2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7A2D is #3085D2. Grayscale: #8B8B8B. Windows color (decimal): -3179987 or 2980559. OLE color: 2980559.
HSL color Cylindrical-coordinate representation of color #CF7A2D: hue angle of 28.52º 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 #CF7A2D is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 122 | 45 | - |
| CMYK | 0 | 0.41 | 0.78 | 0.19 |
| HSL | 28.52º | 0.64% | 0.49% | - |
| HSV(B) | 28.52º | 0.78% | 0.81% | - |
| XYZ | 33.17 | 27.37 | 6.02 | - |
| YUV | 138.64 | 75.16 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 122 | 45 | 0 | 0.41 | 0.78 | 0.19 | 28.52 | 0.64 | 0.49 |
| Hex | CF | 7A | 2D | 0 | 29 | 4E | 13 | 1D | 40 | 31 |
| Octal | 317 | 172 | 55 | 0 | 51 | 116 | 23 | 35 | 100 | 61 |
| Binary | 11001111 | 1111010 | 101101 | 0 | 101001 | 1001110 | 10011 | 11101 | 1000000 | 110001 |
Color Harmonies of #CF7A2D
Complementary color
Monochromatic Colors of #CF7A2D
Black with #CF7A2D
Text Example
Text Example
White with #CF7A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7A2D; }
p { color: rgb(207,122,45); }
H1.HeaderClassName
{
color: #CF7A2D;
}
.AnyTagClassName
{
color: #CF7A2D;
}
</style>
background-color css
<style>
a { background-color: #CF7A2D; }
a { background-color: rgb(207,122,45); }
div.DivClassName
{
background-color: #CF7A2D;
}
.BgClassName
{
background-color: #CF7A2D;
}
</style>
border-color css
<style>
span { border-color: #CF7A2D; }
span { border-color: rgb(207,122,45); }
td.TdClassName
{
border-color: #CF7A2D;
}
.TagClassName
{
border-color: #CF7A2D;
}
</style>