#C4763D

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

Shades of Zest #C4763D

Tints of Zest #C4763D

Color information

#C4763D (or 0xC4763D) is unknown color: approx Zest. HEX triplet: C4, 76 and 3D. RGB value is (196,118,61). Sum of RGB (Red+Green+Blue) = 196+118+61=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 118 (46.48% from 255 or 31.47% from 375); Blue value is 61 (24.22% from 255 or 16.27% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C4763D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4763D is #3B89C2. Grayscale: #878787. Windows color (decimal): -3901891 or 4028100. OLE color: 4028100.

HSL color Cylindrical-coordinate representation of color #C4763D: hue angle of 25.33º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C4763D is Cyan = 0, Magento = 0.40, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB19611861-
CMYK00.400.690.23
HSL25.33º53.36%50.39%-
HSV(B)25.33º68.88%76.86%-
XYZ30.0925.037.66-
YUV134.8286.34171.63-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 52.27%
GREEN value IS 118 (46.48% from 255) = 31.47%
BLUE value IS 61 (24.22% from 255) = 16.27%
R=52.27%
G=31.47%
B=16.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.69
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961186100.400.690.2325.3353.3650.39
HexC4763D0284517193532
Octal3041667505010527316562
Binary110001001110110111101010100010001011011111001110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4763D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4763D; }

 p { color: rgb(196,118,61); }

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

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

 a { background-color: rgb(196,118,61); }

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

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

 span { border-color: rgb(196,118,61); }

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