#C29349

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

Shades of Tussock #C29349

Tints of Tussock #C29349

Color information

#C29349 (or 0xC29349) is unknown color: approx Tussock. HEX triplet: C2, 93 and 49. RGB value is (194,147,73). Sum of RGB (Red+Green+Blue) = 194+147+73=414 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.86% from 414); Green value is 147 (57.81% from 255 or 35.51% from 414); Blue value is 73 (28.91% from 255 or 17.63% from 414); Max value from RGB is 194 - color contains mainly: red. Hex color #C29349 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29349 is #3D6CB6. Grayscale: #989898. Windows color (decimal): -4025527 or 4821954. OLE color: 4821954.

HSL color Cylindrical-coordinate representation of color #C29349: hue angle of 36.69º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C29349 is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB19414773-
CMYK00.240.620.24
HSL36.69º49.79%52.35%-
HSV(B)36.69º62.37%76.08%-
XYZ33.8832.8210.85-
YUV152.6283.07157.52-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.86%
GREEN value IS 147 (57.81% from 255) = 35.51%
BLUE value IS 73 (28.91% from 255) = 17.63%
R=46.86%
G=35.51%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941477300.240.620.2436.6949.7952.35
HexC293490183E18253234
Octal3022231110307630456264
Binary1100001010010011100100101100011111011000100101110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29349; }

 p { color: rgb(194,147,73); }

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

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

 a { background-color: rgb(194,147,73); }

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

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

 span { border-color: rgb(194,147,73); }

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