#C57A47

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

Shades of Brandy Punch #C57A47

Tints of Brandy Punch #C57A47

Color information

#C57A47 (or 0xC57A47) is unknown color: approx Brandy Punch. HEX triplet: C5, 7A and 47. RGB value is (197,122,71). Sum of RGB (Red+Green+Blue) = 197+122+71=390 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.51% from 390); Green value is 122 (48.05% from 255 or 31.28% from 390); Blue value is 71 (28.12% from 255 or 18.21% from 390); Max value from RGB is 197 - color contains mainly: red. Hex color #C57A47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57A47 is #3A85B8. Grayscale: #8A8A8A. Windows color (decimal): -3835321 or 4684485. OLE color: 4684485.

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

Color convert

RGB19712271-
CMYK00.380.640.23
HSL24.29º52.07%52.55%-
HSV(B)24.29º63.96%77.25%-
XYZ31.1226.249.39-
YUV138.6189.85169.65-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50.51%
GREEN value IS 122 (48.05% from 255) = 31.28%
BLUE value IS 71 (28.12% from 255) = 18.21%
R=50.51%
G=31.28%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.64
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971227100.380.640.2324.2952.0752.55
HexC57A470264017183435
Octal30517210704610027306465
Binary1100010111110101000111010011010000001011111000110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57A47; }

 p { color: rgb(197,122,71); }

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

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

 a { background-color: rgb(197,122,71); }

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

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

 span { border-color: rgb(197,122,71); }

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