#C57F47

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

Shades of Brandy Punch #C57F47

Tints of Brandy Punch #C57F47

Color information

#C57F47 (or 0xC57F47) is unknown color: approx Brandy Punch. HEX triplet: C5, 7F and 47. RGB value is (197,127,71). Sum of RGB (Red+Green+Blue) = 197+127+71=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 127 (50% from 255 or 32.15% from 395); Blue value is 71 (28.12% from 255 or 17.97% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C57F47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57F47 is #3A80B8. Grayscale: #8D8D8D. Windows color (decimal): -3834041 or 4685765. OLE color: 4685765.

HSL color Cylindrical-coordinate representation of color #C57F47: hue angle of 26.67º 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 #C57F47 is Cyan = 0, Magento = 0.36, Yellow = 0.64 and Black (K on CMYK) = 0.23.

Color convert

RGB19712771-
CMYK00.360.640.23
HSL26.67º52.07%52.55%-
HSV(B)26.67º63.96%77.25%-
XYZ31.7527.59.6-
YUV141.5588.19167.55-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.87%
GREEN value IS 127 (50% from 255) = 32.15%
BLUE value IS 71 (28.12% from 255) = 17.97%
R=49.87%
G=32.15%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.64
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971277100.360.640.2326.6752.0752.55
HexC57F4702440171b3435
Octal30517710704410027336465
Binary1100010111111111000111010010010000001011111011110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57F47; }

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

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

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

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

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

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

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

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