#CD7541

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

Shades of Zest #CD7541

Tints of Zest #CD7541

Color information

#CD7541 (or 0xCD7541) is unknown color: approx Zest. HEX triplet: CD, 75 and 41. RGB value is (205,117,65). Sum of RGB (Red+Green+Blue) = 205+117+65=387 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.97% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 65 (25.78% from 255 or 16.80% from 387); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7541 is #328ABE. Grayscale: #898989. Windows color (decimal): -3312319 or 4289997. OLE color: 4289997.

HSL color Cylindrical-coordinate representation of color #CD7541: hue angle of 22.29º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CD7541 is Cyan = 0, Magento = 0.43, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB20511765-
CMYK00.430.680.20
HSL22.29º58.33%52.94%-
HSV(B)22.29º68.29%80.39%-
XYZ32.4926.088.32-
YUV137.3887.15176.23-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 52.97%
GREEN value IS 117 (46.09% from 255) = 30.23%
BLUE value IS 65 (25.78% from 255) = 16.80%
R=52.97%
G=30.23%
B=16.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051176500.430.680.2022.2958.3352.94
HexCD754102B4414163a35
Octal31516510105310424267265
Binary1100110111101011000001010101110001001010010110111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7541; }

 p { color: rgb(205,117,65); }

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

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

 a { background-color: rgb(205,117,65); }

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

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

 span { border-color: rgb(205,117,65); }

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