#c4904c

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

Shades of Tussock #C4904C

Tints of Tussock #C4904C

Color information

#C4904C (or 0xC4904C) is unknown color: approx Tussock. HEX triplet: C4, 90 and 4C. RGB value is (196,144,76). Sum of RGB (Red+Green+Blue) = 196+144+76=416 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.12% from 416); Green value is 144 (56.64% from 255 or 34.62% from 416); Blue value is 76 (30.08% from 255 or 18.27% from 416); Max value from RGB is 196 - color contains mainly: red. Hex color #C4904C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4904C is #3B6FB3. Grayscale: #989898. Windows color (decimal): -3895220 or 5017796. OLE color: 5017796.

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

Color convert

RGB19614476-
CMYK00.270.610.23
HSL34º50.42%53.33%-
HSV(B)34º61.22%76.86%-
XYZ34.0432.211.26-
YUV151.885.23159.53-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.12%
GREEN value IS 144 (56.64% from 255) = 34.62%
BLUE value IS 76 (30.08% from 255) = 18.27%
R=47.12%
G=34.62%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.61
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961447600.270.610.233450.4253.33
HexC4904C01B3D17223235
Octal3042201140337527426265
Binary1100010010010000100110001101111110110111100010110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4904c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4904c; }

 p { color: rgb(196,144,76); }

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

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

 a { background-color: rgb(196,144,76); }

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

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

 span { border-color: rgb(196,144,76); }

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