Shades of Bronze #CF772D
Tints of Bronze #CF772D
RGB
CMYK
RGB Variations
Color information
#CF772D (or 0xCF772D) is known color: Bronze. HEX triplet: CF, 77 and 2D. RGB value is (207,119,45). Sum of RGB (Red+Green+Blue) = 207+119+45=371 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.80% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 45 (17.97% from 255 or 12.13% from 371); Max value from RGB is 207 - color contains mainly: red. Hex color #CF772D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF772D is #3088D2. Grayscale: #898989. Windows color (decimal): -3180755 or 2979791. OLE color: 2979791.
HSL color Cylindrical-coordinate representation of color #CF772D: hue angle of 27.41º 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 #CF772D is Cyan = 0, Magento = 0.43, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 119 | 45 | - |
| CMYK | 0 | 0.43 | 0.78 | 0.19 |
| HSL | 27.41º | 0.64% | 0.49% | - |
| HSV(B) | 27.41º | 0.78% | 0.81% | - |
| XYZ | 32.8 | 26.65 | 5.9 | - |
| YUV | 136.88 | 76.15 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 119 | 45 | 0 | 0.43 | 0.78 | 0.19 | 27.41 | 0.64 | 0.49 |
| Hex | CF | 77 | 2D | 0 | 2B | 4E | 13 | 1B | 40 | 31 |
| Octal | 317 | 167 | 55 | 0 | 53 | 116 | 23 | 33 | 100 | 61 |
| Binary | 11001111 | 1110111 | 101101 | 0 | 101011 | 1001110 | 10011 | 11011 | 1000000 | 110001 |
Color Harmonies of #CF772D
Complementary color
Monochromatic Colors of #CF772D
Black with #CF772D
Text Example
Text Example
White with #CF772D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF772D; }
p { color: rgb(207,119,45); }
H1.HeaderClassName
{
color: #CF772D;
}
.AnyTagClassName
{
color: #CF772D;
}
</style>
background-color css
<style>
a { background-color: #CF772D; }
a { background-color: rgb(207,119,45); }
div.DivClassName
{
background-color: #CF772D;
}
.BgClassName
{
background-color: #CF772D;
}
</style>
border-color css
<style>
span { border-color: #CF772D; }
span { border-color: rgb(207,119,45); }
td.TdClassName
{
border-color: #CF772D;
}
.TagClassName
{
border-color: #CF772D;
}
</style>