#C37C48

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

Shades of Brandy Punch #C37C48

Tints of Brandy Punch #C37C48

Color information

#C37C48 (or 0xC37C48) is unknown color: approx Brandy Punch. HEX triplet: C3, 7C and 48. RGB value is (195,124,72). Sum of RGB (Red+Green+Blue) = 195+124+72=391 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.87% from 391); Green value is 124 (48.83% from 255 or 31.71% from 391); Blue value is 72 (28.52% from 255 or 18.41% from 391); Max value from RGB is 195 - color contains mainly: red. Hex color #C37C48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37C48 is #3C83B7. Grayscale: #8B8B8B. Windows color (decimal): -3965880 or 4750531. OLE color: 4750531.

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

Color convert

RGB19512472-
CMYK00.360.630.24
HSL25.37º50.62%52.35%-
HSV(B)25.37º63.08%76.47%-
XYZ30.8826.499.62-
YUV139.390.02167.73-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.87%
GREEN value IS 124 (48.83% from 255) = 31.71%
BLUE value IS 72 (28.52% from 255) = 18.41%
R=49.87%
G=31.71%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951247200.360.630.2425.3750.6252.35
HexC37C480243F18193334
Octal3031741100447730316364
Binary110000111111100100100001001001111111100011001110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37C48; }

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

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

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

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

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

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

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

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