#C37940

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

Shades of Brandy Punch #C37940

Tints of Brandy Punch #C37940

Color information

#C37940 (or 0xC37940) is unknown color: approx Brandy Punch. HEX triplet: C3, 79 and 40. RGB value is (195,121,64). Sum of RGB (Red+Green+Blue) = 195+121+64=380 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.32% from 380); Green value is 121 (47.66% from 255 or 31.84% from 380); Blue value is 64 (25.39% from 255 or 16.84% from 380); Max value from RGB is 195 - color contains mainly: red. Hex color #C37940 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37940 is #3C86BF. Grayscale: #888888. Windows color (decimal): -3966656 or 4225475. OLE color: 4225475.

HSL color Cylindrical-coordinate representation of color #C37940: hue angle of 26.11º 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 #C37940 is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB19512164-
CMYK00.380.670.24
HSL26.11º52.19%50.78%-
HSV(B)26.11º67.18%76.47%-
XYZ30.2725.658.21-
YUV136.6387.02169.63-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 51.32%
GREEN value IS 121 (47.66% from 255) = 31.84%
BLUE value IS 64 (25.39% from 255) = 16.84%
R=51.32%
G=31.84%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951216400.380.670.2426.1152.1950.78
HexC3794002643181a3433
Octal30317110004610330326463
Binary1100001111110011000000010011010000111100011010110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37940; }

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

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

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

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

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

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

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

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