#C37C4B

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

Shades of Brandy Punch #C37C4B

Tints of Brandy Punch #C37C4B

Color information

#C37C4B (or 0xC37C4B) is unknown color: approx Brandy Punch. HEX triplet: C3, 7C and 4B. RGB value is (195,124,75). Sum of RGB (Red+Green+Blue) = 195+124+75=394 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.49% from 394); Green value is 124 (48.83% from 255 or 31.47% from 394); Blue value is 75 (29.69% from 255 or 19.04% from 394); Max value from RGB is 195 - color contains mainly: red. Hex color #C37C4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37C4B is #3C83B4. Grayscale: #8B8B8B. Windows color (decimal): -3965877 or 4947139. OLE color: 4947139.

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

Color convert

RGB19512475-
CMYK00.360.620.24
HSL24.5º50%52.94%-
HSV(B)24.5º61.54%76.47%-
XYZ30.9826.5310.14-
YUV139.6491.52167.48-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.49%
GREEN value IS 124 (48.83% from 255) = 31.47%
BLUE value IS 75 (29.69% from 255) = 19.04%
R=49.49%
G=31.47%
B=19.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951247500.360.620.2424.55052.94
HexC37C4B0243E18183235
Octal3031741130447630306265
Binary110000111111100100101101001001111101100011000110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37C4B; }

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

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

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

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

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

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

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

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