Shades of Bronze #CF7837
Tints of Bronze #CF7837
RGB
CMYK
RGB Variations
Color information
#CF7837 (or 0xCF7837) is known color: Bronze. HEX triplet: CF, 78 and 37. RGB value is (207,120,55). Sum of RGB (Red+Green+Blue) = 207+120+55=382 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.19% from 382); Green value is 120 (47.27% from 255 or 31.41% from 382); Blue value is 55 (21.88% from 255 or 14.40% from 382); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7837 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7837 is #3087C8. Grayscale: #8A8A8A. Windows color (decimal): -3180489 or 3635407. OLE color: 3635407.
HSL color Cylindrical-coordinate representation of color #CF7837: hue angle of 25.66º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF7837 is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 120 | 55 | - |
| CMYK | 0 | 0.42 | 0.73 | 0.19 |
| HSL | 25.66º | 0.61% | 0.51% | - |
| HSV(B) | 25.66º | 0.73% | 0.81% | - |
| XYZ | 33.14 | 26.97 | 7.07 | - |
| YUV | 138.6 | 80.82 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 120 | 55 | 0 | 0.42 | 0.73 | 0.19 | 25.66 | 0.61 | 0.51 |
| Hex | CF | 78 | 37 | 0 | 2A | 49 | 13 | 1A | 3D | 33 |
| Octal | 317 | 170 | 67 | 0 | 52 | 111 | 23 | 32 | 75 | 63 |
| Binary | 11001111 | 1111000 | 110111 | 0 | 101010 | 1001001 | 10011 | 11010 | 111101 | 110011 |
Color Harmonies of #CF7837
Complementary color
Monochromatic Colors of #CF7837
Black with #CF7837
Text Example
Text Example
White with #CF7837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7837; }
p { color: rgb(207,120,55); }
H1.HeaderClassName
{
color: #CF7837;
}
.AnyTagClassName
{
color: #CF7837;
}
</style>
background-color css
<style>
a { background-color: #CF7837; }
a { background-color: rgb(207,120,55); }
div.DivClassName
{
background-color: #CF7837;
}
.BgClassName
{
background-color: #CF7837;
}
</style>
border-color css
<style>
span { border-color: #CF7837; }
span { border-color: rgb(207,120,55); }
td.TdClassName
{
border-color: #CF7837;
}
.TagClassName
{
border-color: #CF7837;
}
</style>