#C39D4D

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

Shades of Tussock #C39D4D

Tints of Tussock #C39D4D

Color information

#C39D4D (or 0xC39D4D) is unknown color: approx Tussock. HEX triplet: C3, 9D and 4D. RGB value is (195,157,77). Sum of RGB (Red+Green+Blue) = 195+157+77=429 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.45% from 429); Green value is 157 (61.72% from 255 or 36.60% from 429); Blue value is 77 (30.47% from 255 or 17.95% from 429); Max value from RGB is 195 - color contains mainly: red. Hex color #C39D4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39D4D is #3C62B2. Grayscale: #9F9F9F. Windows color (decimal): -3957427 or 5086659. OLE color: 5086659.

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

Color convert

RGB19515777-
CMYK00.190.610.24
HSL40.68º49.58%53.33%-
HSV(B)40.68º60.51%76.47%-
XYZ35.936.2512.13-
YUV159.2481.59153.5-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.45%
GREEN value IS 157 (61.72% from 255) = 36.60%
BLUE value IS 77 (30.47% from 255) = 17.95%
R=45.45%
G=36.60%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951577700.190.610.2440.6849.5853.33
HexC39D4D0133D18293235
Octal3032351150237530516265
Binary1100001110011101100110101001111110111000101001110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39D4D; }

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

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

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

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

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

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

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

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