#C77842

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

Shades of Zest #C77842

Tints of Zest #C77842

Color information

#C77842 (or 0xC77842) is unknown color: approx Zest. HEX triplet: C7, 78 and 42. RGB value is (199,120,66). Sum of RGB (Red+Green+Blue) = 199+120+66=385 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.69% from 385); Green value is 120 (47.27% from 255 or 31.17% from 385); Blue value is 66 (26.17% from 255 or 17.14% from 385); Max value from RGB is 199 - color contains mainly: red. Hex color #C77842 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77842 is #3887BD. Grayscale: #898989. Windows color (decimal): -3704766 or 4356295. OLE color: 4356295.

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

Color convert

RGB19912066-
CMYK00.400.670.22
HSL24.36º54.29%51.96%-
HSV(B)24.36º66.83%78.04%-
XYZ31.2525.978.52-
YUV137.4687.67171.89-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.69%
GREEN value IS 120 (47.27% from 255) = 31.17%
BLUE value IS 66 (26.17% from 255) = 17.14%
R=51.69%
G=31.17%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991206600.400.670.2224.3654.2951.96
HexC778420284316183634
Octal30717010205010326306664
Binary1100011111110001000010010100010000111011011000110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77842; }

 p { color: rgb(199,120,66); }

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

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

 a { background-color: rgb(199,120,66); }

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

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

 span { border-color: rgb(199,120,66); }

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