#C4974A

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

Shades of Tussock #C4974A

Tints of Tussock #C4974A

Color information

#C4974A (or 0xC4974A) is unknown color: approx Tussock. HEX triplet: C4, 97 and 4A. RGB value is (196,151,74). Sum of RGB (Red+Green+Blue) = 196+151+74=421 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.56% from 421); Green value is 151 (59.38% from 255 or 35.87% from 421); Blue value is 74 (29.30% from 255 or 17.58% from 421); Max value from RGB is 196 - color contains mainly: red. Hex color #C4974A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4974A is #3B68B5. Grayscale: #9C9C9C. Windows color (decimal): -3893430 or 4888516. OLE color: 4888516.

HSL color Cylindrical-coordinate representation of color #C4974A: hue angle of 37.87º 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 #C4974A is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB19615174-
CMYK00.230.620.23
HSL37.87º50.83%52.94%-
HSV(B)37.87º62.24%76.86%-
XYZ35.0734.3611.26-
YUV155.6881.91156.76-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.56%
GREEN value IS 151 (59.38% from 255) = 35.87%
BLUE value IS 74 (29.30% from 255) = 17.58%
R=46.56%
G=35.87%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961517400.230.620.2337.8750.8352.94
HexC4974A0173E17263335
Octal3042271120277627466365
Binary1100010010010111100101001011111111010111100110110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4974A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4974A; }

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

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

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

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

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

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

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

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