#C4713D

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

Shades of Zest #C4713D

Tints of Zest #C4713D

Color information

#C4713D (or 0xC4713D) is unknown color: approx Zest. HEX triplet: C4, 71 and 3D. RGB value is (196,113,61). Sum of RGB (Red+Green+Blue) = 196+113+61=370 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.97% from 370); Green value is 113 (44.53% from 255 or 30.54% from 370); Blue value is 61 (24.22% from 255 or 16.49% from 370); Max value from RGB is 196 - color contains mainly: red. Hex color #C4713D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4713D is #3B8EC2. Grayscale: #848484. Windows color (decimal): -3903171 or 4026820. OLE color: 4026820.

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

Color convert

RGB19611361-
CMYK00.420.690.23
HSL23.11º53.36%50.39%-
HSV(B)23.11º68.88%76.86%-
XYZ29.5123.887.47-
YUV131.8988173.73-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 52.97%
GREEN value IS 113 (44.53% from 255) = 30.54%
BLUE value IS 61 (24.22% from 255) = 16.49%
R=52.97%
G=30.54%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.69
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961136100.420.690.2323.1153.3650.39
HexC4713D02A4517173532
Octal3041617505210527276562
Binary110001001110001111101010101010001011011110111110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4713D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4713D; }

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

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

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

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

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

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

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

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