#C4763A

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

Shades of Zest #C4763A

Tints of Zest #C4763A

Color information

#C4763A (or 0xC4763A) is unknown color: approx Zest. HEX triplet: C4, 76 and 3A. RGB value is (196,118,58). Sum of RGB (Red+Green+Blue) = 196+118+58=372 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.69% from 372); Green value is 118 (46.48% from 255 or 31.72% from 372); Blue value is 58 (23.05% from 255 or 15.59% from 372); Max value from RGB is 196 - color contains mainly: red. Hex color #C4763A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4763A is #3B89C5. Grayscale: #868686. Windows color (decimal): -3901894 or 3831492. OLE color: 3831492.

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

Color convert

RGB19611858-
CMYK00.400.700.23
HSL26.09º54.33%49.8%-
HSV(B)26.09º70.41%76.86%-
XYZ30.01257.25-
YUV134.4884.84171.88-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 52.69%
GREEN value IS 118 (46.48% from 255) = 31.72%
BLUE value IS 58 (23.05% from 255) = 15.59%
R=52.69%
G=31.72%
B=15.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.70
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961185800.400.700.2326.0954.3349.8
HexC4763A02846171a3632
Octal3041667205010627326662
Binary110001001110110111010010100010001101011111010110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4763A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4763A; }

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

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

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

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

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

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

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

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