#C3763D

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

Shades of Zest #C3763D

Tints of Zest #C3763D

Color information

#C3763D (or 0xC3763D) is unknown color: approx Zest. HEX triplet: C3, 76 and 3D. RGB value is (195,118,61). Sum of RGB (Red+Green+Blue) = 195+118+61=374 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.14% from 374); Green value is 118 (46.48% from 255 or 31.55% from 374); Blue value is 61 (24.22% from 255 or 16.31% from 374); Max value from RGB is 195 - color contains mainly: red. Hex color #C3763D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3763D is #3C89C2. Grayscale: #868686. Windows color (decimal): -3967427 or 4028099. OLE color: 4028099.

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

Color convert

RGB19511861-
CMYK00.390.690.24
HSL25.52º52.76%50.2%-
HSV(B)25.52º68.72%76.47%-
XYZ29.8324.97.65-
YUV134.5286.51171.13-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52.14%
GREEN value IS 118 (46.48% from 255) = 31.55%
BLUE value IS 61 (24.22% from 255) = 16.31%
R=52.14%
G=31.55%
B=16.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951186100.390.690.2425.5252.7650.2
HexC3763D02745181a3532
Octal3031667504710530326562
Binary110000111110110111101010011110001011100011010110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3763D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3763D; }

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

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

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

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

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

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

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

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