#C78A4C

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

Shades of Tussock #C78A4C

Tints of Tussock #C78A4C

Color information

#C78A4C (or 0xC78A4C) is unknown color: approx Tussock. HEX triplet: C7, 8A and 4C. RGB value is (199,138,76). Sum of RGB (Red+Green+Blue) = 199+138+76=413 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.18% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 76 (30.08% from 255 or 18.40% from 413); Max value from RGB is 199 - color contains mainly: red. Hex color #C78A4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78A4C is #3875B3. Grayscale: #959595. Windows color (decimal): -3700148 or 5016263. OLE color: 5016263.

HSL color Cylindrical-coordinate representation of color #C78A4C: hue angle of 30.24º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C78A4C is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB19913876-
CMYK00.310.620.22
HSL30.24º52.34%53.92%-
HSV(B)30.24º61.81%78.04%-
XYZ33.9530.8411-
YUV149.1786.71163.54-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 48.18%
GREEN value IS 138 (54.30% from 255) = 33.41%
BLUE value IS 76 (30.08% from 255) = 18.40%
R=48.18%
G=33.41%
B=18.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991387600.310.620.2230.2452.3453.92
HexC78A4C01F3E161e3436
Octal3072121140377626366466
Binary110001111000101010011000111111111101011011110110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78A4C; }

 p { color: rgb(199,138,76); }

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

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

 a { background-color: rgb(199,138,76); }

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

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

 span { border-color: rgb(199,138,76); }

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