Shades of Bronze #CF772F
Tints of Bronze #CF772F
RGB
CMYK
RGB Variations
Color information
#CF772F (or 0xCF772F) is known color: Bronze. HEX triplet: CF, 77 and 2F. RGB value is (207,119,47). Sum of RGB (Red+Green+Blue) = 207+119+47=373 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.50% from 373); Green value is 119 (46.88% from 255 or 31.90% from 373); Blue value is 47 (18.75% from 255 or 12.60% from 373); Max value from RGB is 207 - color contains mainly: red. Hex color #CF772F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF772F is #3088D0. Grayscale: #898989. Windows color (decimal): -3180753 or 3110863. OLE color: 3110863.
HSL color Cylindrical-coordinate representation of color #CF772F: hue angle of 27º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF772F is Cyan = 0, Magento = 0.43, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 119 | 47 | - |
| CMYK | 0 | 0.43 | 0.77 | 0.19 |
| HSL | 27º | 0.63% | 0.5% | - |
| HSV(B) | 27º | 0.77% | 0.81% | - |
| XYZ | 32.84 | 26.66 | 6.11 | - |
| YUV | 137.1 | 77.15 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 119 | 47 | 0 | 0.43 | 0.77 | 0.19 | 27 | 0.63 | 0.5 |
| Hex | CF | 77 | 2F | 0 | 2B | 4D | 13 | 1B | 3F | 32 |
| Octal | 317 | 167 | 57 | 0 | 53 | 115 | 23 | 33 | 77 | 62 |
| Binary | 11001111 | 1110111 | 101111 | 0 | 101011 | 1001101 | 10011 | 11011 | 111111 | 110010 |
Color Harmonies of #CF772F
Complementary color
Monochromatic Colors of #CF772F
Black with #CF772F
Text Example
Text Example
White with #CF772F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF772F; }
p { color: rgb(207,119,47); }
H1.HeaderClassName
{
color: #CF772F;
}
.AnyTagClassName
{
color: #CF772F;
}
</style>
background-color css
<style>
a { background-color: #CF772F; }
a { background-color: rgb(207,119,47); }
div.DivClassName
{
background-color: #CF772F;
}
.BgClassName
{
background-color: #CF772F;
}
</style>
border-color css
<style>
span { border-color: #CF772F; }
span { border-color: rgb(207,119,47); }
td.TdClassName
{
border-color: #CF772F;
}
.TagClassName
{
border-color: #CF772F;
}
</style>