#CF772E

Color #CF772E Bronze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze #CF772E

Tints of Bronze #CF772E

Color information

#CF772E (or 0xCF772E) is unknown color: approx Bronze. HEX triplet: CF, 77 and 2E. RGB value is (207,119,46). Sum of RGB (Red+Green+Blue) = 207+119+46=372 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.65% from 372); Green value is 119 (46.88% from 255 or 31.99% from 372); Blue value is 46 (18.36% from 255 or 12.37% from 372); Max value from RGB is 207 - color contains mainly: red. Hex color #CF772E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF772E is #3088D1. Grayscale: #898989. Windows color (decimal): -3180754 or 3045327. OLE color: 3045327.

HSL color Cylindrical-coordinate representation of color #CF772E: hue angle of 27.2º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF772E is Cyan = 0, Magento = 0.43, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB20711946-
CMYK00.430.780.19
HSL27.2º63.64%49.61%-
HSV(B)27.2º77.78%81.18%-
XYZ32.8226.666-
YUV136.9976.65177.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 55.65%
GREEN value IS 119 (46.88% from 255) = 31.99%
BLUE value IS 46 (18.36% from 255) = 12.37%
R=55.65%
G=31.99%
B=12.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.78
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071194600.430.780.1927.263.6449.61
HexCF772E02B4E131b4032
Octal31716756053116233310062
Binary1100111111101111011100101011100111010011110111000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF772E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF772E; }

 p { color: rgb(207,119,46); }

 H1.HeaderClassName
 {
   color: #CF772E;
 }
 .AnyTagClassName
 {
   color: #CF772E;
 }
</style>
background-color css

<style>
 a { background-color: #CF772E; }

 a { background-color: rgb(207,119,46); }

 div.DivClassName
 {
   background-color: #CF772E;
 }
 .BgClassName
 {
   background-color: #CF772E;
 }
</style>
border-color css

<style>
 span { border-color: #CF772E; }

 span { border-color: rgb(207,119,46); }

 td.TdClassName
 {
   border-color: #CF772E;
 }
 .TagClassName
 {
   border-color: #CF772E;
 }
</style>