#C57D49

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

Shades of Brandy Punch #C57D49

Tints of Brandy Punch #C57D49

Color information

#C57D49 (or 0xC57D49) is unknown color: approx Brandy Punch. HEX triplet: C5, 7D and 49. RGB value is (197,125,73). Sum of RGB (Red+Green+Blue) = 197+125+73=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 125 (49.22% from 255 or 31.65% from 395); Blue value is 73 (28.91% from 255 or 18.48% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C57D49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57D49 is #3A82B6. Grayscale: #8C8C8C. Windows color (decimal): -3834551 or 4816325. OLE color: 4816325.

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

Color convert

RGB19712573-
CMYK00.370.630.23
HSL25.16º51.67%52.94%-
HSV(B)25.16º62.94%77.25%-
XYZ31.5627.029.85-
YUV140.689.85168.23-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.87%
GREEN value IS 125 (49.22% from 255) = 31.65%
BLUE value IS 73 (28.91% from 255) = 18.48%
R=49.87%
G=31.65%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.63
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971257300.370.630.2325.1651.6752.94
HexC57D490253F17193435
Octal3051751110457727316465
Binary110001011111101100100101001011111111011111001110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57D49; }

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

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

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

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

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

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

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

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