Html Css Color HEX #C49347 Tussock

📋 copy color: '#C49347'

red 196 ◦ green 147 ◦ blue 71

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

Shades of Tussock #C49347

Tints of Tussock #C49347

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.51%

 BLUE value IS 71 (28.13% from 255) = 17.15%

R = 47.34%
G = 35.51%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C49347 (or 0xC49347) is known color: Tussock. HEX triplet: C4, 93 and 47. RGB value is (196,147,71). Sum of RGB (Red+Green+Blue) = 196+147+71=414 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.34% from 414); Green value is 147 (57.81% from 255 or 35.51% from 414); Blue value is 71 (28.12% from 255 or 17.15% from 414); Max value from RGB is 196 - color contains mainly: red. Hex color #C49347 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49347 is #3B6CB8. Grayscale: #999999. Windows color (decimal): -3894457 or 4690884. OLE color: 4690884.

HSL color Cylindrical-coordinate representation of color #C49347: hue angle of 36.48º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C49347 is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 147 71 -
CMYK 0 0.25 0.64 0.23
HSL 36.48º 0.51% 0.52% -
HSV(B) 36.48º 0.64% 0.77% -
XYZ 34.34 33.06 10.53 -
YUV 152.99 81.73 158.68 -
System Red Green Blue C M Y K H S L
Decimal 196 147 71 0 0.25 0.64 0.23 36.48 0.51 0.52
Hex C4 93 47 0 19 40 17 24 33 34
Octal 304 223 107 0 31 100 27 44 63 64
Binary 11000100 10010011 1000111 0 11001 1000000 10111 100100 110011 110100

Color Harmonies of #C49347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49347

Black with #C49347

Text Example


Text Example

White with #C49347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49347; }

 p { color: rgb(196,147,71); }

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

background-color css

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

 a { background-color: rgb(196,147,71); }

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

border-color css

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

 span { border-color: rgb(196,147,71); }

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