#C57745

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

Shades of Brandy Punch #C57745

Tints of Brandy Punch #C57745

Color information

#C57745 (or 0xC57745) is unknown color: approx Brandy Punch. HEX triplet: C5, 77 and 45. RGB value is (197,119,69). Sum of RGB (Red+Green+Blue) = 197+119+69=385 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.17% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 69 (27.34% from 255 or 17.92% from 385); Max value from RGB is 197 - color contains mainly: red. Hex color #C57745 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57745 is #3A88BA. Grayscale: #888888. Windows color (decimal): -3836091 or 4552645. OLE color: 4552645.

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

Color convert

RGB19711969-
CMYK00.400.650.23
HSL23.44º52.46%52.16%-
HSV(B)23.44º64.97%77.25%-
XYZ30.725.498.93-
YUV136.6289.84171.07-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.17%
GREEN value IS 119 (46.88% from 255) = 30.91%
BLUE value IS 69 (27.34% from 255) = 17.92%
R=51.17%
G=30.91%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.65
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971196900.400.650.2323.4452.4652.16
HexC577450284117173434
Octal30516710505010127276464
Binary1100010111101111000101010100010000011011110111110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57745; }

 p { color: rgb(197,119,69); }

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

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

 a { background-color: rgb(197,119,69); }

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

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

 span { border-color: rgb(197,119,69); }

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