#C27236

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

Shades of Zest #C27236

Tints of Zest #C27236

Color information

#C27236 (or 0xC27236) is unknown color: approx Zest. HEX triplet: C2, 72 and 36. RGB value is (194,114,54). Sum of RGB (Red+Green+Blue) = 194+114+54=362 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.59% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 54 (21.48% from 255 or 14.92% from 362); Max value from RGB is 194 - color contains mainly: red. Hex color #C27236 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27236 is #3D8DC9. Grayscale: #838383. Windows color (decimal): -4033994 or 3568322. OLE color: 3568322.

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

Color convert

RGB19411454-
CMYK00.410.720.24
HSL25.71º56.45%48.63%-
HSV(B)25.71º72.16%76.08%-
XYZ28.9323.776.55-
YUV131.0884.5172.88-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 53.59%
GREEN value IS 114 (44.92% from 255) = 31.49%
BLUE value IS 54 (21.48% from 255) = 14.92%
R=53.59%
G=31.49%
B=14.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.72
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941145400.410.720.2425.7156.4548.63
HexC2723602948181a3831
Octal3021626605111030327061
Binary110000101110010110110010100110010001100011010111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27236; }

 p { color: rgb(194,114,54); }

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

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

 a { background-color: rgb(194,114,54); }

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

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

 span { border-color: rgb(194,114,54); }

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