#C17135

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

Shades of Zest #C17135

Tints of Zest #C17135

Color information

#C17135 (or 0xC17135) is unknown color: approx Zest. HEX triplet: C1, 71 and 35. RGB value is (193,113,53). Sum of RGB (Red+Green+Blue) = 193+113+53=359 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.76% from 359); Green value is 113 (44.53% from 255 or 31.48% from 359); Blue value is 53 (21.09% from 255 or 14.76% from 359); Max value from RGB is 193 - color contains mainly: red. Hex color #C17135 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17135 is #3E8ECA. Grayscale: #828282. Windows color (decimal): -4099787 or 3502529. OLE color: 3502529.

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

Color convert

RGB19311353-
CMYK00.410.730.24
HSL25.71º56.91%48.24%-
HSV(B)25.71º72.54%75.69%-
XYZ28.5423.46.38-
YUV130.0884.5172.88-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 53.76%
GREEN value IS 113 (44.53% from 255) = 31.48%
BLUE value IS 53 (21.09% from 255) = 14.76%
R=53.76%
G=31.48%
B=14.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931135300.410.730.2425.7156.9148.24
HexC1713502949181a3930
Octal3011616505111130327160
Binary110000011110001110101010100110010011100011010111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17135; }

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

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

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

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

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

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

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

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