#C37D4D

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

Shades of Brandy Punch #C37D4D

Tints of Brandy Punch #C37D4D

Color information

#C37D4D (or 0xC37D4D) is unknown color: approx Brandy Punch. HEX triplet: C3, 7D and 4D. RGB value is (195,125,77). Sum of RGB (Red+Green+Blue) = 195+125+77=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 77 (30.47% from 255 or 19.40% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C37D4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37D4D is #3C82B2. Grayscale: #8C8C8C. Windows color (decimal): -3965619 or 5078467. OLE color: 5078467.

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

Color convert

RGB19512577-
CMYK00.360.610.24
HSL24.41º49.58%53.33%-
HSV(B)24.41º60.51%76.47%-
XYZ31.1826.8110.55-
YUV140.4692.19166.9-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.12%
GREEN value IS 125 (49.22% from 255) = 31.49%
BLUE value IS 77 (30.47% from 255) = 19.40%
R=49.12%
G=31.49%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951257700.360.610.2424.4149.5853.33
HexC37D4D0243D18183235
Octal3031751150447530306265
Binary110000111111101100110101001001111011100011000110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37D4D; }

 p { color: rgb(195,125,77); }

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

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

 a { background-color: rgb(195,125,77); }

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

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

 span { border-color: rgb(195,125,77); }

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