Html Css Color HEX #C47638 Zest

📋 copy color: '#C47638'

red 196 ◦ green 118 ◦ blue 56

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

Shades of Zest #C47638

Tints of Zest #C47638

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 15.14%

R = 52.97%
G = 31.89%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C47638 (or 0xC47638) is known color: Zest. HEX triplet: C4, 76 and 38. RGB value is (196,118,56). Sum of RGB (Red+Green+Blue) = 196+118+56=370 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.97% from 370); Green value is 118 (46.48% from 255 or 31.89% from 370); Blue value is 56 (22.27% from 255 or 15.14% from 370); Max value from RGB is 196 - color contains mainly: red. Hex color #C47638 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47638 is #3B89C7. Grayscale: #868686. Windows color (decimal): -3901896 or 3700420. OLE color: 3700420.

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

Color convert

RGB 196 118 56 -
CMYK 0 0.40 0.71 0.23
HSL 26.57º 0.56% 0.49% -
HSV(B) 26.57º 0.71% 0.77% -
XYZ 29.96 24.98 6.98 -
YUV 134.25 83.84 172.04 -
System Red Green Blue C M Y K H S L
Decimal 196 118 56 0 0.40 0.71 0.23 26.57 0.56 0.49
Hex C4 76 38 0 28 47 17 1B 38 31
Octal 304 166 70 0 50 107 27 33 70 61
Binary 11000100 1110110 111000 0 101000 1000111 10111 11011 111000 110001

Color Harmonies of #C47638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47638

Black with #C47638

Text Example


Text Example

White with #C47638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47638; }

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

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

background-color css

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

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

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

border-color css

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

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

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