#c57c3e

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

Shades of Brandy Punch #C57C3E

Tints of Brandy Punch #C57C3E

Color information

#C57C3E (or 0xC57C3E) is unknown color: approx Brandy Punch. HEX triplet: C5, 7C and 3E. RGB value is (197,124,62). Sum of RGB (Red+Green+Blue) = 197+124+62=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 124 (48.83% from 255 or 32.38% from 383); Blue value is 62 (24.61% from 255 or 16.19% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C57C3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57C3E is #3A83C1. Grayscale: #8B8B8B. Windows color (decimal): -3834818 or 4095173. OLE color: 4095173.

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

Color convert

RGB19712462-
CMYK00.370.690.23
HSL27.56º53.78%50.78%-
HSV(B)27.56º68.53%77.25%-
XYZ31.126.638.06-
YUV138.7684.68169.54-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.44%
GREEN value IS 124 (48.83% from 255) = 32.38%
BLUE value IS 62 (24.61% from 255) = 16.19%
R=51.44%
G=32.38%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.69
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971246200.370.690.2327.5653.7850.78
HexC57C3E02545171c3633
Octal3051747604510527346663
Binary110001011111100111110010010110001011011111100110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c57c3e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c57c3e; }

 p { color: rgb(197,124,62); }

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

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

 a { background-color: rgb(197,124,62); }

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

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

 span { border-color: rgb(197,124,62); }

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