Html Css Color HEX #C47235 Zest

📋 copy color: '#C47235'

red 196 ◦ green 114 ◦ blue 53

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

Shades of Zest #C47235

Tints of Zest #C47235

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.4%

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

R = 53.99%
G = 31.4%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C47235 (or 0xC47235) is known color: Zest. HEX triplet: C4, 72 and 35. RGB value is (196,114,53). Sum of RGB (Red+Green+Blue) = 196+114+53=363 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.99% from 363); Green value is 114 (44.92% from 255 or 31.40% from 363); Blue value is 53 (21.09% from 255 or 14.60% from 363); Max value from RGB is 196 - color contains mainly: red. Hex color #C47235 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47235 is #3B8DCA. Grayscale: #838383. Windows color (decimal): -3902923 or 3502788. OLE color: 3502788.

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

Color convert

RGB 196 114 53 -
CMYK 0 0.42 0.73 0.23
HSL 25.59º 0.57% 0.49% -
HSV(B) 25.59º 0.73% 0.77% -
XYZ 29.42 24.03 6.46 -
YUV 131.56 83.67 173.96 -
System Red Green Blue C M Y K H S L
Decimal 196 114 53 0 0.42 0.73 0.23 25.59 0.57 0.49
Hex C4 72 35 0 2A 49 17 1A 39 31
Octal 304 162 65 0 52 111 27 32 71 61
Binary 11000100 1110010 110101 0 101010 1001001 10111 11010 111001 110001

Color Harmonies of #C47235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47235

Black with #C47235

Text Example


Text Example

White with #C47235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47235; }

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

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

background-color css

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

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

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

border-color css

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

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

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