#C39D49

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

Shades of Tussock #C39D49

Tints of Tussock #C39D49

Color information

#C39D49 (or 0xC39D49) is unknown color: approx Tussock. HEX triplet: C3, 9D and 49. RGB value is (195,157,73). Sum of RGB (Red+Green+Blue) = 195+157+73=425 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.88% from 425); Green value is 157 (61.72% from 255 or 36.94% from 425); Blue value is 73 (28.91% from 255 or 17.18% from 425); Max value from RGB is 195 - color contains mainly: red. Hex color #C39D49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39D49 is #3C62B6. Grayscale: #9F9F9F. Windows color (decimal): -3957431 or 4824515. OLE color: 4824515.

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

Color convert

RGB19515773-
CMYK00.190.630.24
HSL41.31º50.41%52.55%-
HSV(B)41.31º62.56%76.47%-
XYZ35.7736.211.41-
YUV158.7979.59153.83-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.88%
GREEN value IS 157 (61.72% from 255) = 36.94%
BLUE value IS 73 (28.91% from 255) = 17.18%
R=45.88%
G=36.94%
B=17.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951577300.190.630.2441.3150.4152.55
HexC39D490133F18293235
Octal3032351110237730516265
Binary1100001110011101100100101001111111111000101001110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39D49; }

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

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

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

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

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

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

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

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