#C77F3D

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

Shades of Brandy Punch #C77F3D

Tints of Brandy Punch #C77F3D

Color information

#C77F3D (or 0xC77F3D) is unknown color: approx Brandy Punch. HEX triplet: C7, 7F and 3D. RGB value is (199,127,61). Sum of RGB (Red+Green+Blue) = 199+127+61=387 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.42% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 61 (24.22% from 255 or 15.76% from 387); Max value from RGB is 199 - color contains mainly: red. Hex color #C77F3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77F3D is #3880C2. Grayscale: #8D8D8D. Windows color (decimal): -3702979 or 4030407. OLE color: 4030407.

HSL color Cylindrical-coordinate representation of color #C77F3D: hue angle of 28.7º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C77F3D is Cyan = 0, Magento = 0.36, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB19912761-
CMYK00.360.690.22
HSL28.7º55.2%50.98%-
HSV(B)28.7º69.35%78.04%-
XYZ31.9827.668.07-
YUV14182.85169.37-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.42%
GREEN value IS 127 (50% from 255) = 32.82%
BLUE value IS 61 (24.22% from 255) = 15.76%
R=51.42%
G=32.82%
B=15.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991276100.360.690.2228.755.250.98
HexC77F3D02445161d3733
Octal3071777504410526356763
Binary110001111111111111101010010010001011011011101110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77F3D; }

 p { color: rgb(199,127,61); }

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

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

 a { background-color: rgb(199,127,61); }

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

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

 span { border-color: rgb(199,127,61); }

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