#C3743F

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

Shades of Zest #C3743F

Tints of Zest #C3743F

Color information

#C3743F (or 0xC3743F) is unknown color: approx Zest. HEX triplet: C3, 74 and 3F. RGB value is (195,116,63). Sum of RGB (Red+Green+Blue) = 195+116+63=374 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.14% from 374); Green value is 116 (45.70% from 255 or 31.02% from 374); Blue value is 63 (25% from 255 or 16.84% from 374); Max value from RGB is 195 - color contains mainly: red. Hex color #C3743F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3743F is #3C8BC0. Grayscale: #858585. Windows color (decimal): -3967937 or 4158659. OLE color: 4158659.

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

Color convert

RGB19511663-
CMYK00.410.680.24
HSL24.09º52.38%50.59%-
HSV(B)24.09º67.69%76.47%-
XYZ29.6524.457.86-
YUV133.5888.17171.81-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52.14%
GREEN value IS 116 (45.70% from 255) = 31.02%
BLUE value IS 63 (25% from 255) = 16.84%
R=52.14%
G=31.02%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951166300.410.680.2424.0952.3850.59
HexC3743F0294418183433
Octal3031647705110430306463
Binary110000111110100111111010100110001001100011000110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3743F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3743F; }

 p { color: rgb(195,116,63); }

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

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

 a { background-color: rgb(195,116,63); }

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

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

 span { border-color: rgb(195,116,63); }

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