Html Css Color HEX #C47031 Zest

📋 copy color: '#C47031'

red 196 ◦ green 112 ◦ blue 49

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

Shades of Zest #C47031

Tints of Zest #C47031

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.37%

 BLUE value IS 49 (19.53% from 255) = 13.73%

R = 54.9%
G = 31.37%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C47031 (or 0xC47031) is known color: Zest. HEX triplet: C4, 70 and 31. RGB value is (196,112,49). Sum of RGB (Red+Green+Blue) = 196+112+49=357 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.90% from 357); Green value is 112 (44.14% from 255 or 31.37% from 357); Blue value is 49 (19.53% from 255 or 13.73% from 357); Max value from RGB is 196 - color contains mainly: red. Hex color #C47031 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47031 is #3B8FCE. Grayscale: #828282. Windows color (decimal): -3903439 or 3240132. OLE color: 3240132.

HSL color Cylindrical-coordinate representation of color #C47031: hue angle of 25.71º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C47031 is Cyan = 0, Magento = 0.43, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 112 49 -
CMYK 0 0.43 0.75 0.23
HSL 25.71º 0.6% 0.48% -
HSV(B) 25.71º 0.75% 0.77% -
XYZ 29.11 23.55 5.92 -
YUV 129.93 82.33 175.12 -
System Red Green Blue C M Y K H S L
Decimal 196 112 49 0 0.43 0.75 0.23 25.71 0.6 0.48
Hex C4 70 31 0 2B 4B 17 1A 3C 30
Octal 304 160 61 0 53 113 27 32 74 60
Binary 11000100 1110000 110001 0 101011 1001011 10111 11010 111100 110000

Color Harmonies of #C47031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47031

Black with #C47031

Text Example


Text Example

White with #C47031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47031; }

 p { color: rgb(196,112,49); }

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

background-color css

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

 a { background-color: rgb(196,112,49); }

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

border-color css

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

 span { border-color: rgb(196,112,49); }

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