Html Css Color HEX #C49747 Tussock

📋 copy color: '#C49747'

red 196 ◦ green 151 ◦ blue 71

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

Shades of Tussock #C49747

Tints of Tussock #C49747

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.12%

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

R = 46.89%
G = 36.12%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C49747 (or 0xC49747) is known color: Tussock. HEX triplet: C4, 97 and 47. RGB value is (196,151,71). Sum of RGB (Red+Green+Blue) = 196+151+71=418 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.89% from 418); Green value is 151 (59.38% from 255 or 36.12% from 418); Blue value is 71 (28.12% from 255 or 16.99% from 418); Max value from RGB is 196 - color contains mainly: red. Hex color #C49747 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49747 is #3B68B8. Grayscale: #9B9B9B. Windows color (decimal): -3893433 or 4691908. OLE color: 4691908.

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

Color convert

RGB 196 151 71 -
CMYK 0 0.23 0.64 0.23
HSL 38.4º 0.51% 0.52% -
HSV(B) 38.4º 0.64% 0.77% -
XYZ 34.97 34.32 10.74 -
YUV 155.34 80.41 157 -
System Red Green Blue C M Y K H S L
Decimal 196 151 71 0 0.23 0.64 0.23 38.4 0.51 0.52
Hex C4 97 47 0 17 40 17 26 33 34
Octal 304 227 107 0 27 100 27 46 63 64
Binary 11000100 10010111 1000111 0 10111 1000000 10111 100110 110011 110100

Color Harmonies of #C49747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49747

Black with #C49747

Text Example


Text Example

White with #C49747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49747; }

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

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

background-color css

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

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

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

border-color css

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

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

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