#C77D42

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

Shades of Brandy Punch #C77D42

Tints of Brandy Punch #C77D42

Color information

#C77D42 (or 0xC77D42) is unknown color: approx Brandy Punch. HEX triplet: C7, 7D and 42. RGB value is (199,125,66). Sum of RGB (Red+Green+Blue) = 199+125+66=390 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.03% from 390); Green value is 125 (49.22% from 255 or 32.05% from 390); Blue value is 66 (26.17% from 255 or 16.92% from 390); Max value from RGB is 199 - color contains mainly: red. Hex color #C77D42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77D42 is #3882BD. Grayscale: #8C8C8C. Windows color (decimal): -3703486 or 4357575. OLE color: 4357575.

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

Color convert

RGB19912566-
CMYK00.370.670.22
HSL26.62º54.29%51.96%-
HSV(B)26.62º66.83%78.04%-
XYZ31.8727.28.73-
YUV140.486.02169.8-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.03%
GREEN value IS 125 (49.22% from 255) = 32.05%
BLUE value IS 66 (26.17% from 255) = 16.92%
R=51.03%
G=32.05%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991256600.370.670.2226.6254.2951.96
HexC77D4202543161b3634
Octal30717510204510326336664
Binary1100011111111011000010010010110000111011011011110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77D42; }

 p { color: rgb(199,125,66); }

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

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

 a { background-color: rgb(199,125,66); }

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

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

 span { border-color: rgb(199,125,66); }

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