Shades of Bronze #CF7B37
Tints of Bronze #CF7B37
RGB
CMYK
RGB Variations
Color information
#CF7B37 (or 0xCF7B37) is known color: Bronze. HEX triplet: CF, 7B and 37. RGB value is (207,123,55). Sum of RGB (Red+Green+Blue) = 207+123+55=385 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.77% from 385); Green value is 123 (48.44% from 255 or 31.95% from 385); Blue value is 55 (21.88% from 255 or 14.29% from 385); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7B37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7B37 is #3084C8. Grayscale: #8C8C8C. Windows color (decimal): -3179721 or 3636175. OLE color: 3636175.
HSL color Cylindrical-coordinate representation of color #CF7B37: hue angle of 26.84º 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 #CF7B37 is Cyan = 0, Magento = 0.41, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 123 | 55 | - |
| CMYK | 0 | 0.41 | 0.73 | 0.19 |
| HSL | 26.84º | 0.61% | 0.51% | - |
| HSV(B) | 26.84º | 0.73% | 0.81% | - |
| XYZ | 33.5 | 27.71 | 7.2 | - |
| YUV | 140.36 | 79.83 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 123 | 55 | 0 | 0.41 | 0.73 | 0.19 | 26.84 | 0.61 | 0.51 |
| Hex | CF | 7B | 37 | 0 | 29 | 49 | 13 | 1B | 3D | 33 |
| Octal | 317 | 173 | 67 | 0 | 51 | 111 | 23 | 33 | 75 | 63 |
| Binary | 11001111 | 1111011 | 110111 | 0 | 101001 | 1001001 | 10011 | 11011 | 111101 | 110011 |
Color Harmonies of #CF7B37
Complementary color
Monochromatic Colors of #CF7B37
Black with #CF7B37
Text Example
Text Example
White with #CF7B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7B37; }
p { color: rgb(207,123,55); }
H1.HeaderClassName
{
color: #CF7B37;
}
.AnyTagClassName
{
color: #CF7B37;
}
</style>
background-color css
<style>
a { background-color: #CF7B37; }
a { background-color: rgb(207,123,55); }
div.DivClassName
{
background-color: #CF7B37;
}
.BgClassName
{
background-color: #CF7B37;
}
</style>
border-color css
<style>
span { border-color: #CF7B37; }
span { border-color: rgb(207,123,55); }
td.TdClassName
{
border-color: #CF7B37;
}
.TagClassName
{
border-color: #CF7B37;
}
</style>