#c27440

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

Shades of Zest #C27440

Tints of Zest #C27440

Color information

#C27440 (or 0xC27440) is unknown color: approx Zest. HEX triplet: C2, 74 and 40. RGB value is (194,116,64). Sum of RGB (Red+Green+Blue) = 194+116+64=374 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.87% from 374); Green value is 116 (45.70% from 255 or 31.02% from 374); Blue value is 64 (25.39% from 255 or 17.11% from 374); Max value from RGB is 194 - color contains mainly: red. Hex color #C27440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27440 is #3D8BBF. Grayscale: #858585. Windows color (decimal): -4033472 or 4224194. OLE color: 4224194.

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

Color convert

RGB19411664-
CMYK00.400.670.24
HSL24º51.59%50.59%-
HSV(B)24º67.01%76.08%-
XYZ29.4224.338-
YUV133.3988.84171.23-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 51.87%
GREEN value IS 116 (45.70% from 255) = 31.02%
BLUE value IS 64 (25.39% from 255) = 17.11%
R=51.87%
G=31.02%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941166400.400.670.242451.5950.59
HexC274400284318183433
Octal30216410005010330306463
Binary1100001011101001000000010100010000111100011000110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c27440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c27440; }

 p { color: rgb(194,116,64); }

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

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

 a { background-color: rgb(194,116,64); }

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

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

 span { border-color: rgb(194,116,64); }

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