#C4964A

Color #C4964A Tussock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tussock #C4964A

Tints of Tussock #C4964A

Color information

#C4964A (or 0xC4964A) is unknown color: approx Tussock. HEX triplet: C4, 96 and 4A. RGB value is (196,150,74). Sum of RGB (Red+Green+Blue) = 196+150+74=420 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.67% from 420); Green value is 150 (58.98% from 255 or 35.71% from 420); Blue value is 74 (29.30% from 255 or 17.62% from 420); Max value from RGB is 196 - color contains mainly: red. Hex color #C4964A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4964A is #3B69B5. Grayscale: #9B9B9B. Windows color (decimal): -3893686 or 4888260. OLE color: 4888260.

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

Color convert

RGB19615074-
CMYK00.230.620.23
HSL37.38º50.83%52.94%-
HSV(B)37.38º62.24%76.86%-
XYZ34.9134.0411.21-
YUV155.0982.24157.18-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.67%
GREEN value IS 150 (58.98% from 255) = 35.71%
BLUE value IS 74 (29.30% from 255) = 17.62%
R=46.67%
G=35.71%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961507400.230.620.2337.3850.8352.94
HexC4964A0173E17253335
Octal3042261120277627456365
Binary1100010010010110100101001011111111010111100101110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4964A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4964A; }

 p { color: rgb(196,150,74); }

 H1.HeaderClassName
 {
   color: #C4964A;
 }
 .AnyTagClassName
 {
   color: #C4964A;
 }
</style>
background-color css

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

 a { background-color: rgb(196,150,74); }

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

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

 span { border-color: rgb(196,150,74); }

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