#C37A4C

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

Shades of Brandy Punch #C37A4C

Tints of Brandy Punch #C37A4C

Color information

#C37A4C (or 0xC37A4C) is unknown color: approx Brandy Punch. HEX triplet: C3, 7A and 4C. RGB value is (195,122,76). Sum of RGB (Red+Green+Blue) = 195+122+76=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 122 (48.05% from 255 or 31.04% from 393); Blue value is 76 (30.08% from 255 or 19.34% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C37A4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37A4C is #3C85B3. Grayscale: #8A8A8A. Windows color (decimal): -3966388 or 5012163. OLE color: 5012163.

HSL color Cylindrical-coordinate representation of color #C37A4C: hue angle of 23.19º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C37A4C is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB19512276-
CMYK00.370.610.24
HSL23.19º49.79%53.14%-
HSV(B)23.19º61.03%76.47%-
XYZ30.7726.0410.24-
YUV138.5892.68168.24-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.62%
GREEN value IS 122 (48.05% from 255) = 31.04%
BLUE value IS 76 (30.08% from 255) = 19.34%
R=49.62%
G=31.04%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951227600.370.610.2423.1949.7953.14
HexC37A4C0253D18173235
Octal3031721140457530276265
Binary110000111111010100110001001011111011100010111110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37A4C; }

 p { color: rgb(195,122,76); }

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

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

 a { background-color: rgb(195,122,76); }

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

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

 span { border-color: rgb(195,122,76); }

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