Shades of Bronze #CF7B39
Tints of Bronze #CF7B39
RGB
CMYK
RGB Variations
Color information
#CF7B39 (or 0xCF7B39) is known color: Bronze. HEX triplet: CF, 7B and 39. RGB value is (207,123,57). Sum of RGB (Red+Green+Blue) = 207+123+57=387 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.49% from 387); Green value is 123 (48.44% from 255 or 31.78% from 387); Blue value is 57 (22.66% from 255 or 14.73% from 387); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7B39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7B39 is #3084C6. Grayscale: #8C8C8C. Windows color (decimal): -3179719 or 3767247. OLE color: 3767247.
HSL color Cylindrical-coordinate representation of color #CF7B39: hue angle of 26.4º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF7B39 is Cyan = 0, Magento = 0.41, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 123 | 57 | - |
| CMYK | 0 | 0.41 | 0.72 | 0.19 |
| HSL | 26.4º | 0.61% | 0.52% | - |
| HSV(B) | 26.4º | 0.72% | 0.81% | - |
| XYZ | 33.55 | 27.73 | 7.45 | - |
| YUV | 140.59 | 80.83 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 123 | 57 | 0 | 0.41 | 0.72 | 0.19 | 26.4 | 0.61 | 0.52 |
| Hex | CF | 7B | 39 | 0 | 29 | 48 | 13 | 1A | 3D | 34 |
| Octal | 317 | 173 | 71 | 0 | 51 | 110 | 23 | 32 | 75 | 64 |
| Binary | 11001111 | 1111011 | 111001 | 0 | 101001 | 1001000 | 10011 | 11010 | 111101 | 110100 |
Color Harmonies of #CF7B39
Complementary color
Monochromatic Colors of #CF7B39
Black with #CF7B39
Text Example
Text Example
White with #CF7B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7B39; }
p { color: rgb(207,123,57); }
H1.HeaderClassName
{
color: #CF7B39;
}
.AnyTagClassName
{
color: #CF7B39;
}
</style>
background-color css
<style>
a { background-color: #CF7B39; }
a { background-color: rgb(207,123,57); }
div.DivClassName
{
background-color: #CF7B39;
}
.BgClassName
{
background-color: #CF7B39;
}
</style>
border-color css
<style>
span { border-color: #CF7B39; }
span { border-color: rgb(207,123,57); }
td.TdClassName
{
border-color: #CF7B39;
}
.TagClassName
{
border-color: #CF7B39;
}
</style>