#C49844

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

Shades of Tussock #C49844

Tints of Tussock #C49844

Color information

#C49844 (or 0xC49844) is unknown color: approx Tussock. HEX triplet: C4, 98 and 44. RGB value is (196,152,68). Sum of RGB (Red+Green+Blue) = 196+152+68=416 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.12% from 416); Green value is 152 (59.77% from 255 or 36.54% from 416); Blue value is 68 (26.95% from 255 or 16.35% from 416); Max value from RGB is 196 - color contains mainly: red. Hex color #C49844 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49844 is #3B67BB. Grayscale: #9B9B9B. Windows color (decimal): -3893180 or 4495556. OLE color: 4495556.

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

Color convert

RGB19615268-
CMYK00.220.650.23
HSL39.38º52.03%51.76%-
HSV(B)39.38º65.31%76.86%-
XYZ35.0434.6110.3-
YUV155.5878.58156.83-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.12%
GREEN value IS 152 (59.77% from 255) = 36.54%
BLUE value IS 68 (26.95% from 255) = 16.35%
R=47.12%
G=36.54%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.65
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961526800.220.650.2339.3852.0351.76
HexC498440164117273434
Octal30423010402610127476464
Binary11000100100110001000100010110100000110111100111110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49844; }

 p { color: rgb(196,152,68); }

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

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

 a { background-color: rgb(196,152,68); }

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

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

 span { border-color: rgb(196,152,68); }

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