#C27138

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

Shades of Zest #C27138

Tints of Zest #C27138

Color information

#C27138 (or 0xC27138) is unknown color: approx Zest. HEX triplet: C2, 71 and 38. RGB value is (194,113,56). Sum of RGB (Red+Green+Blue) = 194+113+56=363 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.44% from 363); Green value is 113 (44.53% from 255 or 31.13% from 363); Blue value is 56 (22.27% from 255 or 15.43% from 363); Max value from RGB is 194 - color contains mainly: red. Hex color #C27138 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27138 is #3D8EC7. Grayscale: #838383. Windows color (decimal): -4034248 or 3699138. OLE color: 3699138.

HSL color Cylindrical-coordinate representation of color #C27138: hue angle of 24.78º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C27138 is Cyan = 0, Magento = 0.42, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB19411356-
CMYK00.420.710.24
HSL24.78º55.2%49.02%-
HSV(B)24.78º71.13%76.08%-
XYZ28.8723.576.77-
YUV130.7285.84173.13-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 53.44%
GREEN value IS 113 (44.53% from 255) = 31.13%
BLUE value IS 56 (22.27% from 255) = 15.43%
R=53.44%
G=31.13%
B=15.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941135600.420.710.2424.7855.249.02
HexC2713802A4718193731
Octal3021617005210730316761
Binary110000101110001111000010101010001111100011001110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27138; }

 p { color: rgb(194,113,56); }

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

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

 a { background-color: rgb(194,113,56); }

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

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

 span { border-color: rgb(194,113,56); }

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