Html Css Color HEX #CA7439 Zest

📋 copy color: '#CA7439'

red 202 ◦ green 116 ◦ blue 57

#CA7439
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zest #CA7439

Tints of Zest #CA7439

RGB

 RED value IS 202 (79.3% from 255) = 53.87%

 GREEN value IS 116 (45.7% from 255) = 30.93%

 BLUE value IS 57 (22.66% from 255) = 15.2%

R = 53.87%
G = 30.93%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#CA7439 (or 0xCA7439) is known color: Zest. HEX triplet: CA, 74 and 39. RGB value is (202,116,57). Sum of RGB (Red+Green+Blue) = 202+116+57=375 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.87% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 57 (22.66% from 255 or 15.2% from 375); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7439 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7439 is #358BC6. Grayscale: #878787. Windows color (decimal): -3509191 or 3765450. OLE color: 3765450.

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

Color convert

RGB 202 116 57 -
CMYK 0 0.43 0.72 0.21
HSL 24.41º 0.58% 0.51% -
HSV(B) 24.41º 0.72% 0.79% -
XYZ 31.34 25.34 7.11 -
YUV 134.99 83.99 175.8 -
System Red Green Blue C M Y K H S L
Decimal 202 116 57 0 0.43 0.72 0.21 24.41 0.58 0.51
Hex CA 74 39 0 2B 48 15 18 3A 33
Octal 312 164 71 0 53 110 25 30 72 63
Binary 11001010 1110100 111001 0 101011 1001000 10101 11000 111010 110011

Color Harmonies of #CA7439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7439

Black with #CA7439

Text Example


Text Example

White with #CA7439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7439; }

 p { color: rgb(202,116,57); }

 H1.HeaderClassName
 {
   color: #CA7439;
 }
 .AnyTagClassName
 {
   color: #CA7439;
 }
</style>

background-color css

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

 a { background-color: rgb(202,116,57); }

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

border-color css

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

 span { border-color: rgb(202,116,57); }

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