#C57D40

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

Shades of Brandy Punch #C57D40

Tints of Brandy Punch #C57D40

Color information

#C57D40 (or 0xC57D40) is unknown color: approx Brandy Punch. HEX triplet: C5, 7D and 40. RGB value is (197,125,64). Sum of RGB (Red+Green+Blue) = 197+125+64=386 (51% of max value = 765). Red value is 197 (77.34% from 255 or 51.04% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 64 (25.39% from 255 or 16.58% from 386); Max value from RGB is 197 - color contains mainly: red. Hex color #C57D40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57D40 is #3A82BF. Grayscale: #8B8B8B. Windows color (decimal): -3834560 or 4226501. OLE color: 4226501.

HSL color Cylindrical-coordinate representation of color #C57D40: hue angle of 27.52º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C57D40 is Cyan = 0, Magento = 0.37, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB19712564-
CMYK00.370.680.23
HSL27.52º53.41%51.18%-
HSV(B)27.52º67.51%77.25%-
XYZ31.2826.918.4-
YUV139.5785.35168.96-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.04%
GREEN value IS 125 (49.22% from 255) = 32.38%
BLUE value IS 64 (25.39% from 255) = 16.58%
R=51.04%
G=32.38%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971256400.370.680.2327.5253.4151.18
HexC57D4002544171c3533
Octal30517510004510427346563
Binary1100010111111011000000010010110001001011111100110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57D40; }

 p { color: rgb(197,125,64); }

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

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

 a { background-color: rgb(197,125,64); }

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

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

 span { border-color: rgb(197,125,64); }

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