Html Css Color HEX #C47634 Zest

📋 copy color: '#C47634'

red 196 ◦ green 118 ◦ blue 52

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

Shades of Zest #C47634

Tints of Zest #C47634

RGB

 RED value IS 196 (76.95% from 255) = 53.55%

 GREEN value IS 118 (46.48% from 255) = 32.24%

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

R = 53.55%
G = 32.24%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C47634 (or 0xC47634) is known color: Zest. HEX triplet: C4, 76 and 34. RGB value is (196,118,52). Sum of RGB (Red+Green+Blue) = 196+118+52=366 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.55% from 366); Green value is 118 (46.48% from 255 or 32.24% from 366); Blue value is 52 (20.70% from 255 or 14.21% from 366); Max value from RGB is 196 - color contains mainly: red. Hex color #C47634 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47634 is #3B89CB. Grayscale: #868686. Windows color (decimal): -3901900 or 3438276. OLE color: 3438276.

HSL color Cylindrical-coordinate representation of color #C47634: hue angle of 27.5º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C47634 is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 118 52 -
CMYK 0 0.40 0.73 0.23
HSL 27.5º 0.58% 0.49% -
HSV(B) 27.5º 0.73% 0.77% -
XYZ 29.86 24.94 6.49 -
YUV 133.8 81.84 172.37 -
System Red Green Blue C M Y K H S L
Decimal 196 118 52 0 0.40 0.73 0.23 27.5 0.58 0.49
Hex C4 76 34 0 28 49 17 1C 3A 31
Octal 304 166 64 0 50 111 27 34 72 61
Binary 11000100 1110110 110100 0 101000 1001001 10111 11100 111010 110001

Color Harmonies of #C47634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47634

Black with #C47634

Text Example


Text Example

White with #C47634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47634; }

 p { color: rgb(196,118,52); }

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

background-color css

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

 a { background-color: rgb(196,118,52); }

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

border-color css

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

 span { border-color: rgb(196,118,52); }

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