#CD743E

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

Shades of Zest #CD743E

Tints of Zest #CD743E

Color information

#CD743E (or 0xCD743E) is unknown color: approx Zest. HEX triplet: CD, 74 and 3E. RGB value is (205,116,62). Sum of RGB (Red+Green+Blue) = 205+116+62=383 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.52% from 383); Green value is 116 (45.70% from 255 or 30.29% from 383); Blue value is 62 (24.61% from 255 or 16.19% from 383); Max value from RGB is 205 - color contains mainly: red. Hex color #CD743E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD743E is #328BC1. Grayscale: #888888. Windows color (decimal): -3312578 or 4093133. OLE color: 4093133.

HSL color Cylindrical-coordinate representation of color #CD743E: hue angle of 22.66º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CD743E is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB20511662-
CMYK00.430.700.20
HSL22.66º58.85%52.35%-
HSV(B)22.66º69.76%80.39%-
XYZ32.2925.827.84-
YUV136.4685.99176.89-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 53.52%
GREEN value IS 116 (45.70% from 255) = 30.29%
BLUE value IS 62 (24.61% from 255) = 16.19%
R=53.52%
G=30.29%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.70
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051166200.430.700.2022.6658.8552.35
HexCD743E02B4614173b34
Octal3151647605310624277364
Binary110011011110100111110010101110001101010010111111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD743E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD743E; }

 p { color: rgb(205,116,62); }

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

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

 a { background-color: rgb(205,116,62); }

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

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

 span { border-color: rgb(205,116,62); }

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