#C7713D

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

Shades of Zest #C7713D

Tints of Zest #C7713D

Color information

#C7713D (or 0xC7713D) is unknown color: approx Zest. HEX triplet: C7, 71 and 3D. RGB value is (199,113,61). Sum of RGB (Red+Green+Blue) = 199+113+61=373 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.35% from 373); Green value is 113 (44.53% from 255 or 30.29% from 373); Blue value is 61 (24.22% from 255 or 16.35% from 373); Max value from RGB is 199 - color contains mainly: red. Hex color #C7713D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7713D is #388EC2. Grayscale: #858585. Windows color (decimal): -3706563 or 4026823. OLE color: 4026823.

HSL color Cylindrical-coordinate representation of color #C7713D: hue angle of 22.61º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C7713D is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB19911361-
CMYK00.430.690.22
HSL22.61º55.2%50.98%-
HSV(B)22.61º69.35%78.04%-
XYZ30.324.297.51-
YUV132.7987.49175.23-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 53.35%
GREEN value IS 113 (44.53% from 255) = 30.29%
BLUE value IS 61 (24.22% from 255) = 16.35%
R=53.35%
G=30.29%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991136100.430.690.2222.6155.250.98
HexC7713D02B4516173733
Octal3071617505310526276763
Binary110001111110001111101010101110001011011010111110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7713D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7713D; }

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

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

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

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

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

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

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

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