#C77344

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

Shades of Zest #C77344

Tints of Zest #C77344

Color information

#C77344 (or 0xC77344) is unknown color: approx Zest. HEX triplet: C7, 73 and 44. RGB value is (199,115,68). Sum of RGB (Red+Green+Blue) = 199+115+68=382 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.09% from 382); Green value is 115 (45.31% from 255 or 30.10% from 382); Blue value is 68 (26.95% from 255 or 17.80% from 382); Max value from RGB is 199 - color contains mainly: red. Hex color #C77344 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77344 is #388CBB. Grayscale: #878787. Windows color (decimal): -3706044 or 4486087. OLE color: 4486087.

HSL color Cylindrical-coordinate representation of color #C77344: hue angle of 21.53º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C77344 is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB19911568-
CMYK00.420.660.22
HSL21.53º53.91%52.35%-
HSV(B)21.53º65.83%78.04%-
XYZ30.7324.828.64-
YUV134.7690.33173.82-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 52.09%
GREEN value IS 115 (45.31% from 255) = 30.10%
BLUE value IS 68 (26.95% from 255) = 17.80%
R=52.09%
G=30.10%
B=17.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991156800.420.660.2221.5353.9152.35
HexC7734402A4216163634
Octal30716310405210226266664
Binary1100011111100111000100010101010000101011010110110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77344; }

 p { color: rgb(199,115,68); }

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

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

 a { background-color: rgb(199,115,68); }

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

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

 span { border-color: rgb(199,115,68); }

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