#C37135

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

Shades of Zest #C37135

Tints of Zest #C37135

Color information

#C37135 (or 0xC37135) is unknown color: approx Zest. HEX triplet: C3, 71 and 35. RGB value is (195,113,53). Sum of RGB (Red+Green+Blue) = 195+113+53=361 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.02% from 361); Green value is 113 (44.53% from 255 or 31.30% from 361); Blue value is 53 (21.09% from 255 or 14.68% from 361); Max value from RGB is 195 - color contains mainly: red. Hex color #C37135 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37135 is #3C8ECA. Grayscale: #838383. Windows color (decimal): -3968715 or 3502531. OLE color: 3502531.

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

Color convert

RGB19511353-
CMYK00.420.730.24
HSL25.35º57.26%48.63%-
HSV(B)25.35º72.82%76.47%-
XYZ29.0523.676.41-
YUV130.6884.17173.88-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 54.02%
GREEN value IS 113 (44.53% from 255) = 31.30%
BLUE value IS 53 (21.09% from 255) = 14.68%
R=54.02%
G=31.30%
B=14.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951135300.420.730.2425.3557.2648.63
HexC3713502A4918193931
Octal3031616505211130317161
Binary110000111110001110101010101010010011100011001111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37135; }

 p { color: rgb(195,113,53); }

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

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

 a { background-color: rgb(195,113,53); }

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

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

 span { border-color: rgb(195,113,53); }

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