#C4984A

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

Shades of Tussock #C4984A

Tints of Tussock #C4984A

Color information

#C4984A (or 0xC4984A) is unknown color: approx Tussock. HEX triplet: C4, 98 and 4A. RGB value is (196,152,74). Sum of RGB (Red+Green+Blue) = 196+152+74=422 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.45% from 422); Green value is 152 (59.77% from 255 or 36.02% from 422); Blue value is 74 (29.30% from 255 or 17.54% from 422); Max value from RGB is 196 - color contains mainly: red. Hex color #C4984A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4984A is #3B67B5. Grayscale: #9C9C9C. Windows color (decimal): -3893174 or 4888772. OLE color: 4888772.

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

Color convert

RGB19615274-
CMYK00.220.620.23
HSL38.36º50.83%52.94%-
HSV(B)38.36º62.24%76.86%-
XYZ35.2334.6911.32-
YUV156.2681.58156.34-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.45%
GREEN value IS 152 (59.77% from 255) = 36.02%
BLUE value IS 74 (29.30% from 255) = 17.54%
R=46.45%
G=36.02%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961527400.220.620.2338.3650.8352.94
HexC4984A0163E17263335
Octal3042301120267627466365
Binary1100010010011000100101001011011111010111100110110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4984A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4984A; }

 p { color: rgb(196,152,74); }

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

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

 a { background-color: rgb(196,152,74); }

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

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

 span { border-color: rgb(196,152,74); }

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