#C37A40

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

Shades of Brandy Punch #C37A40

Tints of Brandy Punch #C37A40

Color information

#C37A40 (or 0xC37A40) is unknown color: approx Brandy Punch. HEX triplet: C3, 7A and 40. RGB value is (195,122,64). Sum of RGB (Red+Green+Blue) = 195+122+64=381 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.18% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 64 (25.39% from 255 or 16.80% from 381); Max value from RGB is 195 - color contains mainly: red. Hex color #C37A40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37A40 is #3C85BF. Grayscale: #898989. Windows color (decimal): -3966400 or 4225731. OLE color: 4225731.

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

Color convert

RGB19512264-
CMYK00.370.670.24
HSL26.56º52.19%50.78%-
HSV(B)26.56º67.18%76.47%-
XYZ30.3925.898.25-
YUV137.2186.68169.22-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 51.18%
GREEN value IS 122 (48.05% from 255) = 32.02%
BLUE value IS 64 (25.39% from 255) = 16.80%
R=51.18%
G=32.02%
B=16.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951226400.370.670.2426.5652.1950.78
HexC37A4002543181b3433
Octal30317210004510330336463
Binary1100001111110101000000010010110000111100011011110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37A40; }

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

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

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

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

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

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

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

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