#CA733D

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

Shades of Zest #CA733D

Tints of Zest #CA733D

Color information

#CA733D (or 0xCA733D) is unknown color: approx Zest. HEX triplet: CA, 73 and 3D. RGB value is (202,115,61). Sum of RGB (Red+Green+Blue) = 202+115+61=378 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.44% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 61 (24.22% from 255 or 16.14% from 378); Max value from RGB is 202 - color contains mainly: red. Hex color #CA733D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA733D is #358CC2. Grayscale: #878787. Windows color (decimal): -3509443 or 4027338. OLE color: 4027338.

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

Color convert

RGB20211561-
CMYK00.430.700.21
HSL22.98º57.09%51.57%-
HSV(B)22.98º69.8%79.22%-
XYZ31.3325.157.62-
YUV134.8686.32175.89-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.44%
GREEN value IS 115 (45.31% from 255) = 30.42%
BLUE value IS 61 (24.22% from 255) = 16.14%
R=53.44%
G=30.42%
B=16.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021156100.430.700.2122.9857.0951.57
HexCA733D02B4615173934
Octal3121637505310625277164
Binary110010101110011111101010101110001101010110111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA733D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA733D; }

 p { color: rgb(202,115,61); }

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

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

 a { background-color: rgb(202,115,61); }

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

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

 span { border-color: rgb(202,115,61); }

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