#C77F44

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

Shades of Brandy Punch #C77F44

Tints of Brandy Punch #C77F44

Color information

#C77F44 (or 0xC77F44) is unknown color: approx Brandy Punch. HEX triplet: C7, 7F and 44. RGB value is (199,127,68). Sum of RGB (Red+Green+Blue) = 199+127+68=394 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.51% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 68 (26.95% from 255 or 17.26% from 394); Max value from RGB is 199 - color contains mainly: red. Hex color #C77F44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77F44 is #3880BB. Grayscale: #8E8E8E. Windows color (decimal): -3702972 or 4489159. OLE color: 4489159.

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

Color convert

RGB19912768-
CMYK00.360.660.22
HSL27.02º53.91%52.35%-
HSV(B)27.02º65.83%78.04%-
XYZ32.1927.749.13-
YUV141.886.35168.8-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 50.51%
GREEN value IS 127 (50% from 255) = 32.23%
BLUE value IS 68 (26.95% from 255) = 17.26%
R=50.51%
G=32.23%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991276800.360.660.2227.0253.9152.35
HexC77F4402442161b3634
Octal30717710404410226336664
Binary1100011111111111000100010010010000101011011011110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77F44; }

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

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

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

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

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

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

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

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