Html Css Color HEX #C47535 Zest

📋 copy color: '#C47535'

red 196 ◦ green 117 ◦ blue 53

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

Shades of Zest #C47535

Tints of Zest #C47535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.48%

R = 53.55%
G = 31.97%
B = 14.48%

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

#C47535 (or 0xC47535) is known color: Zest. HEX triplet: C4, 75 and 35. RGB value is (196,117,53). Sum of RGB (Red+Green+Blue) = 196+117+53=366 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.55% from 366); Green value is 117 (46.09% from 255 or 31.97% from 366); Blue value is 53 (21.09% from 255 or 14.48% from 366); Max value from RGB is 196 - color contains mainly: red. Hex color #C47535 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47535 is #3B8ACA. Grayscale: #858585. Windows color (decimal): -3902155 or 3503556. OLE color: 3503556.

HSL color Cylindrical-coordinate representation of color #C47535: hue angle of 26.85º degrees, saturation: 0.57, 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 #C47535 is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 117 53 -
CMYK 0 0.40 0.73 0.23
HSL 26.85º 0.57% 0.49% -
HSV(B) 26.85º 0.73% 0.77% -
XYZ 29.77 24.72 6.57 -
YUV 133.33 82.67 172.7 -
System Red Green Blue C M Y K H S L
Decimal 196 117 53 0 0.40 0.73 0.23 26.85 0.57 0.49
Hex C4 75 35 0 28 49 17 1B 39 31
Octal 304 165 65 0 50 111 27 33 71 61
Binary 11000100 1110101 110101 0 101000 1001001 10111 11011 111001 110001

Color Harmonies of #C47535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47535

Black with #C47535

Text Example


Text Example

White with #C47535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47535; }

 p { color: rgb(196,117,53); }

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

background-color css

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

 a { background-color: rgb(196,117,53); }

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

border-color css

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

 span { border-color: rgb(196,117,53); }

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