#C78F49

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

Shades of Tussock #C78F49

Tints of Tussock #C78F49

Color information

#C78F49 (or 0xC78F49) is unknown color: approx Tussock. HEX triplet: C7, 8F and 49. RGB value is (199,143,73). Sum of RGB (Red+Green+Blue) = 199+143+73=415 (54% of max value = 765). Red value is 199 (78.12% from 255 or 47.95% from 415); Green value is 143 (56.25% from 255 or 34.46% from 415); Blue value is 73 (28.91% from 255 or 17.59% from 415); Max value from RGB is 199 - color contains mainly: red. Hex color #C78F49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78F49 is #3870B6. Grayscale: #989898. Windows color (decimal): -3698871 or 4820935. OLE color: 4820935.

HSL color Cylindrical-coordinate representation of color #C78F49: hue angle of 33.33º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C78F49 is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB19914373-
CMYK00.280.630.22
HSL33.33º52.94%53.33%-
HSV(B)33.33º63.32%78.04%-
XYZ34.5832.2710.71-
YUV151.7683.55161.69-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.95%
GREEN value IS 143 (56.25% from 255) = 34.46%
BLUE value IS 73 (28.91% from 255) = 17.59%
R=47.95%
G=34.46%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991437300.280.630.2233.3352.9453.33
HexC78F4901C3F16213535
Octal3072171110347726416565
Binary1100011110001111100100101110011111110110100001110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78F49; }

 p { color: rgb(199,143,73); }

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

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

 a { background-color: rgb(199,143,73); }

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

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

 span { border-color: rgb(199,143,73); }

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