#C77238

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

Shades of Zest #C77238

Tints of Zest #C77238

Color information

#C77238 (or 0xC77238) is unknown color: approx Zest. HEX triplet: C7, 72 and 38. RGB value is (199,114,56). Sum of RGB (Red+Green+Blue) = 199+114+56=369 (48% of max value = 765). Red value is 199 (78.12% from 255 or 53.93% from 369); Green value is 114 (44.92% from 255 or 30.89% from 369); Blue value is 56 (22.27% from 255 or 15.18% from 369); Max value from RGB is 199 - color contains mainly: red. Hex color #C77238 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77238 is #388DC7. Grayscale: #858585. Windows color (decimal): -3706312 or 3699399. OLE color: 3699399.

HSL color Cylindrical-coordinate representation of color #C77238: hue angle of 24.34º 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 #C77238 is Cyan = 0, Magento = 0.43, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB19911456-
CMYK00.430.720.22
HSL24.34º56.08%50%-
HSV(B)24.34º71.86%78.04%-
XYZ30.2824.466.87-
YUV132.884.66175.22-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 53.93%
GREEN value IS 114 (44.92% from 255) = 30.89%
BLUE value IS 56 (22.27% from 255) = 15.18%
R=53.93%
G=30.89%
B=15.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991145600.430.720.2224.3456.0850
HexC7723802B4816183832
Octal3071627005311026307062
Binary110001111110010111000010101110010001011011000111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77238; }

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

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

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

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

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

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

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

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