#C29D49

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

Shades of Tussock #C29D49

Tints of Tussock #C29D49

Color information

#C29D49 (or 0xC29D49) is unknown color: approx Tussock. HEX triplet: C2, 9D and 49. RGB value is (194,157,73). Sum of RGB (Red+Green+Blue) = 194+157+73=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 157 (61.72% from 255 or 37.03% from 424); Blue value is 73 (28.91% from 255 or 17.22% from 424); Max value from RGB is 194 - color contains mainly: red. Hex color #C29D49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29D49 is #3D62B6. Grayscale: #9E9E9E. Windows color (decimal): -4022967 or 4824514. OLE color: 4824514.

HSL color Cylindrical-coordinate representation of color #C29D49: hue angle of 41.65º 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 #C29D49 is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB19415773-
CMYK00.190.620.24
HSL41.65º49.79%52.35%-
HSV(B)41.65º62.37%76.08%-
XYZ35.5136.0611.39-
YUV158.4979.76153.33-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.75%
GREEN value IS 157 (61.72% from 255) = 37.03%
BLUE value IS 73 (28.91% from 255) = 17.22%
R=45.75%
G=37.03%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941577300.190.620.2441.6549.7952.35
HexC29D490133E182a3234
Octal3022351110237630526264
Binary1100001010011101100100101001111111011000101010110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29D49; }

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

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

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

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

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

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

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

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