#C39349

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

Shades of Tussock #C39349

Tints of Tussock #C39349

Color information

#C39349 (or 0xC39349) is unknown color: approx Tussock. HEX triplet: C3, 93 and 49. RGB value is (195,147,73). Sum of RGB (Red+Green+Blue) = 195+147+73=415 (54% of max value = 765). Red value is 195 (76.56% from 255 or 46.99% from 415); Green value is 147 (57.81% from 255 or 35.42% from 415); Blue value is 73 (28.91% from 255 or 17.59% from 415); Max value from RGB is 195 - color contains mainly: red. Hex color #C39349 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39349 is #3C6CB6. Grayscale: #999999. Windows color (decimal): -3959991 or 4821955. OLE color: 4821955.

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

Color convert

RGB19514773-
CMYK00.250.630.24
HSL36.39º50.41%52.55%-
HSV(B)36.39º62.56%76.47%-
XYZ34.1432.9510.86-
YUV152.9282.9158.02-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.99%
GREEN value IS 147 (57.81% from 255) = 35.42%
BLUE value IS 73 (28.91% from 255) = 17.59%
R=46.99%
G=35.42%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951477300.250.630.2436.3950.4152.55
HexC393490193F18243235
Octal3032231110317730446265
Binary1100001110010011100100101100111111111000100100110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39349; }

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

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

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

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

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

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

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

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