#CF782E

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

Shades of Bronze #CF782E

Tints of Bronze #CF782E

Color information

#CF782E (or 0xCF782E) is unknown color: approx Bronze. HEX triplet: CF, 78 and 2E. RGB value is (207,120,46). Sum of RGB (Red+Green+Blue) = 207+120+46=373 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.50% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 46 (18.36% from 255 or 12.33% from 373); Max value from RGB is 207 - color contains mainly: red. Hex color #CF782E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF782E is #3087D1. Grayscale: #898989. Windows color (decimal): -3180498 or 3045583. OLE color: 3045583.

HSL color Cylindrical-coordinate representation of color #CF782E: hue angle of 27.58º 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 #CF782E is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB20712046-
CMYK00.420.780.19
HSL27.58º63.64%49.61%-
HSV(B)27.58º77.78%81.18%-
XYZ32.9426.96.04-
YUV137.5876.32177.52-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 55.50%
GREEN value IS 120 (47.27% from 255) = 32.17%
BLUE value IS 46 (18.36% from 255) = 12.33%
R=55.50%
G=32.17%
B=12.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.78
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071204600.420.780.1927.5863.6449.61
HexCF782E02A4E131c4032
Octal31717056052116233410062
Binary1100111111110001011100101010100111010011111001000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF782E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF782E; }

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

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

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

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

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

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

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

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