#C77338

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

Shades of Zest #C77338

Tints of Zest #C77338

Color information

#C77338 (or 0xC77338) is unknown color: approx Zest. HEX triplet: C7, 73 and 38. RGB value is (199,115,56). Sum of RGB (Red+Green+Blue) = 199+115+56=370 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.78% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 56 (22.27% from 255 or 15.14% from 370); Max value from RGB is 199 - color contains mainly: red. Hex color #C77338 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77338 is #388CC7. Grayscale: #858585. Windows color (decimal): -3706056 or 3699655. OLE color: 3699655.

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

Color convert

RGB19911556-
CMYK00.420.720.22
HSL24.76º56.08%50%-
HSV(B)24.76º71.86%78.04%-
XYZ30.424.696.9-
YUV133.3984.33174.8-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 53.78%
GREEN value IS 115 (45.31% from 255) = 31.08%
BLUE value IS 56 (22.27% from 255) = 15.14%
R=53.78%
G=31.08%
B=15.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991155600.420.720.2224.7656.0850
HexC7733802A4816193832
Octal3071637005211026317062
Binary110001111110011111000010101010010001011011001111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77338; }

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

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

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

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

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

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

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

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