#C3753C

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

Shades of Zest #C3753C

Tints of Zest #C3753C

Color information

#C3753C (or 0xC3753C) is unknown color: approx Zest. HEX triplet: C3, 75 and 3C. RGB value is (195,117,60). Sum of RGB (Red+Green+Blue) = 195+117+60=372 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.42% from 372); Green value is 117 (46.09% from 255 or 31.45% from 372); Blue value is 60 (23.83% from 255 or 16.13% from 372); Max value from RGB is 195 - color contains mainly: red. Hex color #C3753C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3753C is #3C8AC3. Grayscale: #868686. Windows color (decimal): -3967684 or 3962307. OLE color: 3962307.

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

Color convert

RGB19511760-
CMYK00.40.690.24
HSL25.33º52.94%50%-
HSV(B)25.33º69.23%76.47%-
XYZ29.6824.657.47-
YUV133.8286.34171.63-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52.42%
GREEN value IS 117 (46.09% from 255) = 31.45%
BLUE value IS 60 (23.83% from 255) = 16.13%
R=52.42%
G=31.45%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951176000.40.690.2425.3352.9450
HexC3753C0284518193532
Octal3031657405010530316562
Binary110000111110101111100010100010001011100011001110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3753C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3753C; }

 p { color: rgb(195,117,60); }

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

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

 a { background-color: rgb(195,117,60); }

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

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

 span { border-color: rgb(195,117,60); }

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