#C4974F

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

Shades of Tussock #C4974F

Tints of Tussock #C4974F

Color information

#C4974F (or 0xC4974F) is unknown color: approx Tussock. HEX triplet: C4, 97 and 4F. RGB value is (196,151,79). Sum of RGB (Red+Green+Blue) = 196+151+79=426 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.01% from 426); Green value is 151 (59.38% from 255 or 35.45% from 426); Blue value is 79 (31.25% from 255 or 18.54% from 426); Max value from RGB is 196 - color contains mainly: red. Hex color #C4974F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4974F is #3B68B0. Grayscale: #9C9C9C. Windows color (decimal): -3893425 or 5216196. OLE color: 5216196.

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

Color convert

RGB19615179-
CMYK00.230.600.23
HSL36.92º49.79%53.92%-
HSV(B)36.92º59.69%76.86%-
XYZ35.2434.4312.19-
YUV156.2584.41156.35-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.01%
GREEN value IS 151 (59.38% from 255) = 35.45%
BLUE value IS 79 (31.25% from 255) = 18.54%
R=46.01%
G=35.45%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961517900.230.600.2336.9249.7953.92
HexC4974F0173C17253236
Octal3042271170277427456266
Binary1100010010010111100111101011111110010111100101110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4974F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4974F; }

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

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

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

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

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

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

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

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