#C37C40

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

Shades of Brandy Punch #C37C40

Tints of Brandy Punch #C37C40

Color information

#C37C40 (or 0xC37C40) is unknown color: approx Brandy Punch. HEX triplet: C3, 7C and 40. RGB value is (195,124,64). Sum of RGB (Red+Green+Blue) = 195+124+64=383 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.91% from 383); Green value is 124 (48.83% from 255 or 32.38% from 383); Blue value is 64 (25.39% from 255 or 16.71% from 383); Max value from RGB is 195 - color contains mainly: red. Hex color #C37C40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37C40 is #3C83BF. Grayscale: #8A8A8A. Windows color (decimal): -3965888 or 4226243. OLE color: 4226243.

HSL color Cylindrical-coordinate representation of color #C37C40: hue angle of 27.48º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C37C40 is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB19512464-
CMYK00.360.670.24
HSL27.48º52.19%50.78%-
HSV(B)27.48º67.18%76.47%-
XYZ30.6426.398.33-
YUV138.3986.02168.38-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50.91%
GREEN value IS 124 (48.83% from 255) = 32.38%
BLUE value IS 64 (25.39% from 255) = 16.71%
R=50.91%
G=32.38%
B=16.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951246400.360.670.2427.4852.1950.78
HexC37C4002443181b3433
Octal30317410004410330336463
Binary1100001111111001000000010010010000111100011011110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37C40; }

 p { color: rgb(195,124,64); }

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

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

 a { background-color: rgb(195,124,64); }

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

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

 span { border-color: rgb(195,124,64); }

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