#C57E41

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

Shades of Brandy Punch #C57E41

Tints of Brandy Punch #C57E41

Color information

#C57E41 (or 0xC57E41) is unknown color: approx Brandy Punch. HEX triplet: C5, 7E and 41. RGB value is (197,126,65). Sum of RGB (Red+Green+Blue) = 197+126+65=388 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.77% from 388); Green value is 126 (49.61% from 255 or 32.47% from 388); Blue value is 65 (25.78% from 255 or 16.75% from 388); Max value from RGB is 197 - color contains mainly: red. Hex color #C57E41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57E41 is #3A81BE. Grayscale: #8C8C8C. Windows color (decimal): -3834303 or 4292293. OLE color: 4292293.

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

Color convert

RGB19712665-
CMYK00.360.670.23
HSL27.73º53.23%51.37%-
HSV(B)27.73º67.01%77.25%-
XYZ31.4427.178.59-
YUV140.2785.52168.46-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50.77%
GREEN value IS 126 (49.61% from 255) = 32.47%
BLUE value IS 65 (25.78% from 255) = 16.75%
R=50.77%
G=32.47%
B=16.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.67
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971266500.360.670.2327.7353.2351.37
HexC57E4102443171c3533
Octal30517610104410327346563
Binary1100010111111101000001010010010000111011111100110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57E41; }

 p { color: rgb(197,126,65); }

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

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

 a { background-color: rgb(197,126,65); }

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

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

 span { border-color: rgb(197,126,65); }

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