#C27536

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

Shades of Zest #C27536

Tints of Zest #C27536

Color information

#C27536 (or 0xC27536) is unknown color: approx Zest. HEX triplet: C2, 75 and 36. RGB value is (194,117,54). Sum of RGB (Red+Green+Blue) = 194+117+54=365 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.15% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 54 (21.48% from 255 or 14.79% from 365); Max value from RGB is 194 - color contains mainly: red. Hex color #C27536 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27536 is #3D8AC9. Grayscale: #858585. Windows color (decimal): -4033226 or 3569090. OLE color: 3569090.

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

Color convert

RGB19411754-
CMYK00.400.720.24
HSL27º56.45%48.63%-
HSV(B)27º72.16%76.08%-
XYZ29.2824.466.67-
YUV132.8483.51171.62-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 53.15%
GREEN value IS 117 (46.09% from 255) = 32.05%
BLUE value IS 54 (21.48% from 255) = 14.79%
R=53.15%
G=32.05%
B=14.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.72
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941175400.400.720.242756.4548.63
HexC2753602848181b3831
Octal3021656605011030337061
Binary110000101110101110110010100010010001100011011111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27536; }

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

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

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

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

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

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

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

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