#C37746

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

Shades of Brandy Punch #C37746

Tints of Brandy Punch #C37746

Color information

#C37746 (or 0xC37746) is unknown color: approx Brandy Punch. HEX triplet: C3, 77 and 46. RGB value is (195,119,70). Sum of RGB (Red+Green+Blue) = 195+119+70=384 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.78% from 384); Green value is 119 (46.88% from 255 or 30.99% from 384); Blue value is 70 (27.73% from 255 or 18.23% from 384); Max value from RGB is 195 - color contains mainly: red. Hex color #C37746 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37746 is #3C88B9. Grayscale: #888888. Windows color (decimal): -3967162 or 4618179. OLE color: 4618179.

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

Color convert

RGB19511970-
CMYK00.390.640.24
HSL23.52º51.02%51.96%-
HSV(B)23.52º64.1%76.47%-
XYZ30.2125.249.07-
YUV136.1490.68169.98-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50.78%
GREEN value IS 119 (46.88% from 255) = 30.99%
BLUE value IS 70 (27.73% from 255) = 18.23%
R=50.78%
G=30.99%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951197000.390.640.2423.5251.0251.96
HexC377460274018183334
Octal30316710604710030306364
Binary1100001111101111000110010011110000001100011000110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37746; }

 p { color: rgb(195,119,70); }

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

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

 a { background-color: rgb(195,119,70); }

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

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

 span { border-color: rgb(195,119,70); }

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