#CA7536

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

Shades of Zest #CA7536

Tints of Zest #CA7536

Color information

#CA7536 (or 0xCA7536) is unknown color: approx Zest. HEX triplet: CA, 75 and 36. RGB value is (202,117,54). Sum of RGB (Red+Green+Blue) = 202+117+54=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 117 (46.09% from 255 or 31.37% from 373); Blue value is 54 (21.48% from 255 or 14.48% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7536 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7536 is #358AC9. Grayscale: #878787. Windows color (decimal): -3508938 or 3569098. OLE color: 3569098.

HSL color Cylindrical-coordinate representation of color #CA7536: hue angle of 25.54º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA7536 is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB20211754-
CMYK00.420.730.21
HSL25.54º58.27%50.2%-
HSV(B)25.54º73.27%79.22%-
XYZ31.3825.556.77-
YUV135.2382.16175.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.16%
GREEN value IS 117 (46.09% from 255) = 31.37%
BLUE value IS 54 (21.48% from 255) = 14.48%
R=54.16%
G=31.37%
B=14.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021175400.420.730.2125.5458.2750.2
HexCA753602A49151a3a32
Octal3121656605211125327262
Binary110010101110101110110010101010010011010111010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7536; }

 p { color: rgb(202,117,54); }

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

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

 a { background-color: rgb(202,117,54); }

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

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

 span { border-color: rgb(202,117,54); }

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