#C77A3F

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

Shades of Brandy Punch #C77A3F

Tints of Brandy Punch #C77A3F

Color information

#C77A3F (or 0xC77A3F) is unknown color: approx Brandy Punch. HEX triplet: C7, 7A and 3F. RGB value is (199,122,63). Sum of RGB (Red+Green+Blue) = 199+122+63=384 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.82% from 384); Green value is 122 (48.05% from 255 or 31.77% from 384); Blue value is 63 (25% from 255 or 16.41% from 384); Max value from RGB is 199 - color contains mainly: red. Hex color #C77A3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77A3F is #3885C0. Grayscale: #8A8A8A. Windows color (decimal): -3704257 or 4160199. OLE color: 4160199.

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

Color convert

RGB19912263-
CMYK00.390.680.22
HSL26.03º54.84%51.37%-
HSV(B)26.03º68.34%78.04%-
XYZ31.4126.428.15-
YUV138.385.51171.3-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.82%
GREEN value IS 122 (48.05% from 255) = 31.77%
BLUE value IS 63 (25% from 255) = 16.41%
R=51.82%
G=31.77%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991226300.390.680.2226.0354.8451.37
HexC77A3F02744161a3733
Octal3071727704710426326763
Binary110001111111010111111010011110001001011011010110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77A3F; }

 p { color: rgb(199,122,63); }

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

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

 a { background-color: rgb(199,122,63); }

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

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

 span { border-color: rgb(199,122,63); }

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