#C77D3D

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

Shades of Brandy Punch #C77D3D

Tints of Brandy Punch #C77D3D

Color information

#C77D3D (or 0xC77D3D) is unknown color: approx Brandy Punch. HEX triplet: C7, 7D and 3D. RGB value is (199,125,61). Sum of RGB (Red+Green+Blue) = 199+125+61=385 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.69% from 385); Green value is 125 (49.22% from 255 or 32.47% from 385); Blue value is 61 (24.22% from 255 or 15.84% from 385); Max value from RGB is 199 - color contains mainly: red. Hex color #C77D3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77D3D is #3882C2. Grayscale: #8C8C8C. Windows color (decimal): -3703491 or 4029895. OLE color: 4029895.

HSL color Cylindrical-coordinate representation of color #C77D3D: hue angle of 27.83º 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 #C77D3D is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB19912561-
CMYK00.370.690.22
HSL27.83º55.2%50.98%-
HSV(B)27.83º69.35%78.04%-
XYZ31.7327.157.98-
YUV139.8383.52170.2-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.69%
GREEN value IS 125 (49.22% from 255) = 32.47%
BLUE value IS 61 (24.22% from 255) = 15.84%
R=51.69%
G=32.47%
B=15.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991256100.370.690.2227.8355.250.98
HexC77D3D02545161c3733
Octal3071757504510526346763
Binary110001111111101111101010010110001011011011100110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77D3D; }

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

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

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

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

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

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

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

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