Html Css Color HEX #CA7534 Zest

📋 copy color: '#CA7534'

red 202 ◦ green 117 ◦ blue 52

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

Shades of Zest #CA7534

Tints of Zest #CA7534

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.54%

 BLUE value IS 52 (20.7% from 255) = 14.02%

R = 54.45%
G = 31.54%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#CA7534 (or 0xCA7534) is known color: Zest. HEX triplet: CA, 75 and 34. RGB value is (202,117,52). Sum of RGB (Red+Green+Blue) = 202+117+52=371 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.45% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 52 (20.70% from 255 or 14.02% from 371); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7534 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7534 is #358ACB. Grayscale: #878787. Windows color (decimal): -3508940 or 3438026. OLE color: 3438026.

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

Color convert

RGB 202 117 52 -
CMYK 0 0.42 0.74 0.21
HSL 26º 0.59% 0.5% -
HSV(B) 26º 0.74% 0.79% -
XYZ 31.34 25.53 6.52 -
YUV 135.01 81.16 175.79 -
System Red Green Blue C M Y K H S L
Decimal 202 117 52 0 0.42 0.74 0.21 26 0.59 0.5
Hex CA 75 34 0 2A 4A 15 1A 3B 32
Octal 312 165 64 0 52 112 25 32 73 62
Binary 11001010 1110101 110100 0 101010 1001010 10101 11010 111011 110010

Color Harmonies of #CA7534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7534

Black with #CA7534

Text Example


Text Example

White with #CA7534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7534; }

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

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

background-color css

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

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

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

border-color css

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

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

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